summary refs log tree commit diff
path: root/pkgs/development/libraries/nvidia-texture-tools
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-10-27 14:07:06 +0100
committerMarek Mahut <marek.mahut@gmail.com>2019-10-27 14:07:06 +0100
commitb0e5aac8ee2eaf1085449435007ff9c435ba5be1 (patch)
treec1e84262b2df59a597c492ec30bce5f1a9ab3a7b /pkgs/development/libraries/nvidia-texture-tools
parente59c610d58882a5bc36d37e8c8ef912407492447 (diff)
downloadnixpkgs-b0e5aac8ee2eaf1085449435007ff9c435ba5be1.tar
nixpkgs-b0e5aac8ee2eaf1085449435007ff9c435ba5be1.tar.gz
nixpkgs-b0e5aac8ee2eaf1085449435007ff9c435ba5be1.tar.bz2
nixpkgs-b0e5aac8ee2eaf1085449435007ff9c435ba5be1.tar.lz
nixpkgs-b0e5aac8ee2eaf1085449435007ff9c435ba5be1.tar.xz
nixpkgs-b0e5aac8ee2eaf1085449435007ff9c435ba5be1.tar.zst
nixpkgs-b0e5aac8ee2eaf1085449435007ff9c435ba5be1.zip
nvidia-texture-tools: 2.1.0 -> unstable-2019-10-27
Moving to unsable as the latest release is broken on darwin, closes #41109.
Diffstat (limited to 'pkgs/development/libraries/nvidia-texture-tools')
-rw-r--r--pkgs/development/libraries/nvidia-texture-tools/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/nvidia-texture-tools/default.nix b/pkgs/development/libraries/nvidia-texture-tools/default.nix
index 73b5e3fe772..44033e10012 100644
--- a/pkgs/development/libraries/nvidia-texture-tools/default.nix
+++ b/pkgs/development/libraries/nvidia-texture-tools/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "nvidia-texture-tools";
-  version = "2.1.0";
+  version = "unstable-2019-10-27";
 
   src = fetchFromGitHub {
     owner = "castano";
     repo = "nvidia-texture-tools";
-    rev = version;
-    sha256 = "0p8ja0k323nkgm07z0qlslg6743vimy9rf3wad2968az0vwzjjyx";
+    rev = "a131e4c6b0b7c9c73ccc3c9e6f1c7e165be86bcc";
+    sha256 = "1qzyr3ib5dpxyq1y33lq02qv4cww075sm9bm4f651d34q5x38sk3";
   };
 
   nativeBuildInputs = [ cmake ];