ktx-tools: 4.3.2 -> 4.4.0 (#394619)

This commit is contained in:
jopejoe1 2025-04-05 13:18:54 +02:00 committed by GitHub
commit 4326deeece
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [