Unverified Commit 4326deee authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

parents 4e5bc90b 8df5121a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [