astc-encoder: 5.0.0 -> 5.1.0

This commit is contained in:
R. Ryantm 2024-12-08 04:31:29 +00:00
parent 65484f88b2
commit e6c0c3a76e

View File

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