ktx-tools: 4.4.0 -> 4.4.1

This commit is contained in:
R. Ryantm
2025-10-04 03:59:32 +00:00
parent 27ac939589
commit 48a6ba8a8b
+2 -2
View File
@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation rec {
pname = "ktx-tools";
version = "4.4.0";
version = "4.4.1";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "KTX-Software";
rev = "v${version}";
hash = "sha256-bDdRdVFbVmN8fEGRLnPLOXsV6lfYU9Lg4nW0GuCj6AU=";
hash = "sha256-dAb1ze2YpgQYu+fNONWLCG8/ckj0SeedxIUNmlSh5J0=";
};
nativeBuildInputs = [