about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMarius Bakke <m.bakke@warwick.ac.uk>2016-03-01 19:50:23 +0000
committerMarius Bakke <m.bakke@warwick.ac.uk>2016-03-01 19:52:40 +0000
commit18a4ca2d052c49d97d900c217d68f08eb7ffc18c (patch)
tree0ee28c54c4696f97523c68e4570f8766a04cf7f2 /pkgs/applications
parentcbf09c69362023abe0c6f3775de88ebbddf260d7 (diff)
zathura-ps: 0.2.2 -> 0.2.3
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/zathura/ps/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/zathura/ps/default.nix b/pkgs/applications/misc/zathura/ps/default.nix
index 31ffbf628dd8b..630f45a1e41fc 100644
--- a/pkgs/applications/misc/zathura/ps/default.nix
+++ b/pkgs/applications/misc/zathura/ps/default.nix
@@ -1,11 +1,11 @@
 { stdenv, lib, fetchurl, pkgconfig, gtk, zathura_core, girara, libspectre, gettext }:
 
 stdenv.mkDerivation rec {
-  name = "zathura-ps-0.2.2";
+  name = "zathura-ps-0.2.3";
 
   src = fetchurl {
     url = "http://pwmt.org/projects/zathura/plugins/download/${name}.tar.gz";
-    sha256 = "1a6ps5v1wk18qvslbkjln6w8wfzzr6fi13ls96vbdc03vdhn4m76";
+    sha256 = "18wsfy8pqficdgj8wy2aws7j4fy8z78157rhqk17mj5f295zgvm9";
   };
 
   buildInputs = [ pkgconfig libspectre gettext zathura_core gtk girara ];