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

astc-encoder: 4.6.0 -> 4.6.1
This commit is contained in:
Nick Cao 2023-12-06 09:48:40 -05:00 committed by GitHub
commit d2f9c1f43c
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.6.0";
version = "4.6.1";
src = fetchFromGitHub {
owner = "ARM-software";
repo = "astc-encoder";
rev = version;
sha256 = "sha256-COZO4LTrM/kZp85uNGwB9eaF27Xf7NVg4hcshaCJBwI=";
sha256 = "sha256-7/GBzqgXh8sU3Pl30eH9Mi24PPIqayQqNuhkMnn5Lq0=";
};
nativeBuildInputs = [ cmake ];