ktx-tools: 4.3.2 -> 4.4.0

This commit is contained in:
R. Ryantm
2025-03-30 13:32:29 +00:00
parent ae2a0877c4
commit 8df5121abe
+2 -2
View File
@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation rec {
pname = "ktx-tools";
version = "4.3.2";
version = "4.4.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "KTX-Software";
rev = "v${version}";
hash = "sha256-zjiJ8B8FEZUJ3iFTYXRmuIEtcaCWtBIbYwz0DwjTDFo";
hash = "sha256-bDdRdVFbVmN8fEGRLnPLOXsV6lfYU9Lg4nW0GuCj6AU=";
};
nativeBuildInputs = [