about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorrnhmjoj <micheleguerinirocco@me.com>2015-12-08 16:22:16 +0100
committerrnhmjoj <micheleguerinirocco@me.com>2015-12-08 16:22:16 +0100
commite8c55a06e2ee852d77595f4523ca25e8fde5b8d8 (patch)
tree0cf7de23b4e4c3f07757a77fc419926700b1e985 /pkgs/applications/graphics
parent459a5c5803206070a7256644da25526043c01327 (diff)
downloadnixlib-e8c55a06e2ee852d77595f4523ca25e8fde5b8d8.tar
nixlib-e8c55a06e2ee852d77595f4523ca25e8fde5b8d8.tar.gz
nixlib-e8c55a06e2ee852d77595f4523ca25e8fde5b8d8.tar.bz2
nixlib-e8c55a06e2ee852d77595f4523ca25e8fde5b8d8.tar.lz
nixlib-e8c55a06e2ee852d77595f4523ca25e8fde5b8d8.tar.xz
nixlib-e8c55a06e2ee852d77595f4523ca25e8fde5b8d8.tar.zst
nixlib-e8c55a06e2ee852d77595f4523ca25e8fde5b8d8.zip
imv: 1.0.0 -> 1.1.0
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/imv/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/imv/default.nix b/pkgs/applications/graphics/imv/default.nix
index 462f657f2a7b..9298c764d286 100644
--- a/pkgs/applications/graphics/imv/default.nix
+++ b/pkgs/applications/graphics/imv/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   name = "imv-${version}";
-  version = "1.0.0";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "eXeC64";
     repo  = "imv";
-    rev = "f2ce793d628e88825eff3364b293104cb0bdb582";
-    sha256 = "1xqaqbfjgksbjmy1yy7q4sv5bak7w8va60xa426jzscy9cib2sgh";
+    rev = "4d1a6d581b70b25d9533c5c788aab6900ebf82bb";
+    sha256 = "1c5r4pqqypir8ymicxyn2k7mhq8nl88b3x6giaafd77ssjn0vz9r";
   };
 
   buildInputs = [ SDL2 freeimage ];
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "A command line image viewer for tiling window managers";
     homepage    = https://github.com/eXeC64/imv; 
-    license     = licenses.mit;
+    license     = licenses.gpl2;
     maintainers = with maintainers; [ rnhmjoj ];
     platforms   = platforms.unix;
   };