ktx-tools: 4.4.1 -> 4.4.2

This commit is contained in:
R. Ryantm
2025-10-11 14:09:47 +00:00
parent e39d1aa76a
commit f64a7d021a

View File

@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation rec {
pname = "ktx-tools";
version = "4.4.1";
version = "4.4.2";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "KTX-Software";
rev = "v${version}";
hash = "sha256-dAb1ze2YpgQYu+fNONWLCG8/ckj0SeedxIUNmlSh5J0=";
hash = "sha256-yBRLKa0h64vDBvaessh2FwP16d8+jvW6udbyZvOMzTQ=";
};
nativeBuildInputs = [