Merge pull request #266195 from r-ryantm/auto-update/astc-encoder

astc-encoder: 4.5.0 -> 4.6.0
This commit is contained in:
Nick Cao 2023-11-09 11:55:49 -05:00 committed by GitHub
commit 85cf3f5050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];