about summary refs log tree commit diff
path: root/pkgs/tools/misc/hakuneko
diff options
context:
space:
mode:
authorRuben Astudillo <ruben.astud@gmail.com>2017-02-11 01:09:50 -0300
committerRuben Astudillo <ruben.astud@gmail.com>2017-02-11 01:59:34 -0300
commit357c536321abbe8c93b7ddac7d071f5872344a4f (patch)
tree7852c27ef6870fb8622f6d290e16d90e32d81a50 /pkgs/tools/misc/hakuneko
parent3fd44e2912795db39ad9c5c9bb977663a4d129c7 (diff)
hakuneko: 1.4.1 -> 1.4.2
Diffstat (limited to 'pkgs/tools/misc/hakuneko')
-rw-r--r--pkgs/tools/misc/hakuneko/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/hakuneko/default.nix b/pkgs/tools/misc/hakuneko/default.nix
index 50d75de69ccef..2a4de41332eb4 100644
--- a/pkgs/tools/misc/hakuneko/default.nix
+++ b/pkgs/tools/misc/hakuneko/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "hakuneko-${version}";
-  version = "1.4.1";
+  version = "1.4.2";
 
   src = fetchurl {
     url = "mirror://sourceforge/hakuneko/hakuneko_${version}_src.tar.gz";
-    sha256 = "d7e066e3157445f273ccf14172c05077759da036ffe700a28a409fde862b69a7";
+    sha256 = "76a63fa05e91b082cb5a70a8abacef005354e99978ff8b1369f7aa0af7615d52";
   };
 
   preConfigure = ''