astc-encoder: 5.0.0 -> 5.1.0 (#363057)

This commit is contained in:
Nick Cao 2024-12-08 10:58:35 -05:00 committed by GitHub
commit e4e4131cf6
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 = "5.0.0";
version = "5.1.0";
src = fetchFromGitHub {
owner = "ARM-software";
repo = "astc-encoder";
rev = version;
sha256 = "sha256-ngorPKDBRk4u4EUoJHAz5jrUiNUGffJKdEf9fiWbi/g=";
sha256 = "sha256-IGzH/0JLDUkwABCFRVVEJevWwcT5El3HweU6nsVQCJw=";
};
nativeBuildInputs = [ cmake ];