astc-encoder: 4.8.0 -> 5.0.0 (#352763)

This commit is contained in:
Nick Cao 2024-11-06 09:11:50 -05:00 committed by GitHub
commit 67faa8ba3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,13 +38,13 @@ in
stdenv.mkDerivation rec {
pname = "astc-encoder";
version = "4.8.0";
version = "5.0.0";
src = fetchFromGitHub {
owner = "ARM-software";
repo = "astc-encoder";
rev = version;
sha256 = "sha256-IG/UpTaeKTXdYIR++BZA7+bMRW4NWQUo9PxsEnqPuB4=";
sha256 = "sha256-ngorPKDBRk4u4EUoJHAz5jrUiNUGffJKdEf9fiWbi/g=";
};
nativeBuildInputs = [ cmake ];