about summary refs log tree commit diff
path: root/pkgs/applications/misc/zathura
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2021-08-11 13:30:19 +0200
committerDaniel Nagy <danielnagy@posteo.de>2021-08-11 13:30:43 +0200
commit527be413963f6a318e5934e242d00f107e32bbc0 (patch)
tree257925334bf06079280d516100c6933efdd58e02 /pkgs/applications/misc/zathura
parentdc547ee75e705982e4c3c2b040f58b026c1c4241 (diff)
zathura: 0.4.7 -> 0.4.8
Diffstat (limited to 'pkgs/applications/misc/zathura')
-rw-r--r--pkgs/applications/misc/zathura/core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/zathura/core/default.nix b/pkgs/applications/misc/zathura/core/default.nix
index 0b6a57492c5c2..000fc06bbf1bd 100644
--- a/pkgs/applications/misc/zathura/core/default.nix
+++ b/pkgs/applications/misc/zathura/core/default.nix
@@ -10,11 +10,11 @@ with lib;
 
 stdenv.mkDerivation rec {
   pname = "zathura";
-  version = "0.4.7";
+  version = "0.4.8";
 
   src = fetchurl {
     url = "https://pwmt.org/projects/${pname}/download/${pname}-${version}.tar.xz";
-    sha256 = "1rx1fk9s556fk59lmqgvhwrmv71ashh89bx9adjq46wq5gzdn4p0";
+    sha256 = "1nr0ym1mi2afk4ycdf1ppmkcv7i7hyzwn4p3r4m0j2qm3nvaiami";
   };
 
   outputs = [ "bin" "man" "dev" "out" ];