ktx-tools: 4.4.0 -> 4.4.1 (#448435)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-04 05:33:27 +00:00
committed by GitHub
+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 = [