summary refs log tree commit diff
path: root/pkgs/applications/graphics/vimiv/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-12-17 14:48:25 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-12-17 15:45:49 +0100
commit88f49a00925fd93cedc221000656b10d07f29d7f (patch)
tree37597b3eb7f61d8250dbc7734221cd96c5cc6791 /pkgs/applications/graphics/vimiv/default.nix
parentd5264ee7ab5ec5afed602e4b4c158f1763a5429d (diff)
downloadnixpkgs-88f49a00925fd93cedc221000656b10d07f29d7f.tar
nixpkgs-88f49a00925fd93cedc221000656b10d07f29d7f.tar.gz
nixpkgs-88f49a00925fd93cedc221000656b10d07f29d7f.tar.bz2
nixpkgs-88f49a00925fd93cedc221000656b10d07f29d7f.tar.lz
nixpkgs-88f49a00925fd93cedc221000656b10d07f29d7f.tar.xz
nixpkgs-88f49a00925fd93cedc221000656b10d07f29d7f.tar.zst
nixpkgs-88f49a00925fd93cedc221000656b10d07f29d7f.zip
vimiv: 0.7.2 -> 0.7.3
Bugfix release with the following fixes:

 * Fix thumbnail creation for input files with dot
 * Use native python to generate list of external commands
 * Do not use commandline arguments in test mode
 * Catch broken symlinks in the library and filter them

So everything but the last item is essentially what we had in
fixes.patch, hence we cane remove it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/applications/graphics/vimiv/default.nix')
-rw-r--r--pkgs/applications/graphics/vimiv/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/vimiv/default.nix b/pkgs/applications/graphics/vimiv/default.nix
index bb8437153ca..39db1dd1f6d 100644
--- a/pkgs/applications/graphics/vimiv/default.nix
+++ b/pkgs/applications/graphics/vimiv/default.nix
@@ -7,13 +7,13 @@
 
 python3Packages.buildPythonApplication rec {
   name = "vimiv";
-  version = "0.7.2";
+  version = "0.7.3";
 
   src = fetchFromGitHub {
     owner = "karlch";
     repo = "vimiv";
     rev = "v${version}";
-    sha256 = "1g97ms84xk4ci4crq9wdc3744jnrqkq2qz9sg69lhm9sr5f68bw4";
+    sha256 = "18dn81n8hcrqhrqfida34qz7a0ar9rz2rrmzsvyp54zc6nyvv1cn";
   };
 
   testimages = fetchFromGitHub {
@@ -23,8 +23,6 @@ python3Packages.buildPythonApplication rec {
     sha256 = "0a3aybzpms0381dz9japhm4c7j5klhmw91prcac6zaww6x34nmxb";
   };
 
-  patches = [ ./fixes.patch ];
-
   postPatch = ''
     patchShebangs scripts/install_icons.sh
     sed -i -e 's,/usr,,g' -e '/setup\.py/d' Makefile scripts/install_icons.sh