about summary refs log tree commit diff
path: root/pkgs/applications/graphics/sxiv
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-01-23 19:18:58 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-01-23 19:41:28 +0000
commit58814013481b4c937f9517fea8ab61c2473d9c4e (patch)
tree638960ebf3bb128b5d67478f659e020c8bfaffb7 /pkgs/applications/graphics/sxiv
parentbc210732b4b877944efbd8e18fbeba980fcec0da (diff)
sxiv: update to most recent git
Diffstat (limited to 'pkgs/applications/graphics/sxiv')
-rw-r--r--pkgs/applications/graphics/sxiv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/sxiv/default.nix b/pkgs/applications/graphics/sxiv/default.nix
index a82dafb516e0c..d3caed5abe8e4 100644
--- a/pkgs/applications/graphics/sxiv/default.nix
+++ b/pkgs/applications/graphics/sxiv/default.nix
@@ -5,8 +5,8 @@ stdenv.mkDerivation {
 
   src = fetchgit {
     url = "https://github.com/muennich/sxiv.git";
-    rev = "6216bf6c2d42be63025d29550831d9f4447f4066";
-    sha256 = "e25e19cf073cc2621656e50d2c31cc59cc0fc200716f96c765374568a26977f1";
+    rev = "92e3b57816e999b46f8d0778984719227631e9a7";
+    sha256 = "0jbswh0k1xq5hgrv1pyvk7lpwbbj66p7gjsdm8zh6ah324apjr2b";
   };
 
   postUnpack = ''