summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorrnhmjoj <micheleguerinirocco@me.com>2016-10-31 21:32:10 +0100
committerrnhmjoj <micheleguerinirocco@me.com>2016-10-31 22:12:04 +0100
commit9aeb73082220dab52db3dc82f0ad7f20c1525bde (patch)
tree0491e22680fd4b31f6097a451636a845ffa2bddc /pkgs/applications/graphics
parente675b2c0deb24aabbefbfe342945c20cab616bfb (diff)
downloadnixpkgs-9aeb73082220dab52db3dc82f0ad7f20c1525bde.tar
nixpkgs-9aeb73082220dab52db3dc82f0ad7f20c1525bde.tar.gz
nixpkgs-9aeb73082220dab52db3dc82f0ad7f20c1525bde.tar.bz2
nixpkgs-9aeb73082220dab52db3dc82f0ad7f20c1525bde.tar.lz
nixpkgs-9aeb73082220dab52db3dc82f0ad7f20c1525bde.tar.xz
nixpkgs-9aeb73082220dab52db3dc82f0ad7f20c1525bde.tar.zst
nixpkgs-9aeb73082220dab52db3dc82f0ad7f20c1525bde.zip
imv: 2.1.2 -> 2.1.3
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/imv/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/imv/default.nix b/pkgs/applications/graphics/imv/default.nix
index 16a05607da3..e9a0dccd30a 100644
--- a/pkgs/applications/graphics/imv/default.nix
+++ b/pkgs/applications/graphics/imv/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   name = "imv-${version}";
-  version = "2.1.2";
+  version = "2.1.3";
 
   src = fetchgit {
     url = "https://github.com/eXeC64/imv.git";
-    rev = "3e6402456b00e29f659baf26ced10f3d7205cf63";
-    sha256 = "0fhc944g7b61jrkd4wn1piq6dkpabsbxpm80pifx9dqmj16sf0pf";
+    rev = "e59d0e9e120f1dbde9ab068748a190e93978e5b7";
+    sha256 = "0j48dk1bcbh5541522qkn487637wcx104zckrnxa5g3nirfqa7r7";
   };
 
   buildInputs = [ SDL2 SDL2_ttf freeimage fontconfig ];