astc-encoder: 4.5.0 -> 4.6.0

This commit is contained in:
R. Ryantm 2023-11-08 06:09:31 +00:00
parent 17012aa0d2
commit 44c7f88620

View File

@ -29,13 +29,13 @@ with rec {
stdenv.mkDerivation rec {
pname = "astc-encoder";
version = "4.5.0";
version = "4.6.0";
src = fetchFromGitHub {
owner = "ARM-software";
repo = "astc-encoder";
rev = version;
sha256 = "sha256-pNoBOp//xa5F6/T1cwtdHsAWLZeIHgxZ7UKaB60fg4M=";
sha256 = "sha256-COZO4LTrM/kZp85uNGwB9eaF27Xf7NVg4hcshaCJBwI=";
};
nativeBuildInputs = [ cmake ];