about summary refs log tree commit diff
path: root/pkgs/tools/text/wgetpaste
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-05 13:27:06 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-06 17:13:23 +0200
commitd643418edddaa2dcebb3be9a9292e90d722bfe9e (patch)
treeb07b327154c2f171d3c5cfad2bcbfcc97c8d1ae5 /pkgs/tools/text/wgetpaste
parent5588f25a15d07805b94bd003d6cc133cf77b9012 (diff)
wgetpaste: update from 2.20 to 2.23
Diffstat (limited to 'pkgs/tools/text/wgetpaste')
-rw-r--r--pkgs/tools/text/wgetpaste/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/wgetpaste/default.nix b/pkgs/tools/text/wgetpaste/default.nix
index a47eb2ddf9f92..7635e04249936 100644
--- a/pkgs/tools/text/wgetpaste/default.nix
+++ b/pkgs/tools/text/wgetpaste/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl, wget, bash, coreutils}:
   stdenv.mkDerivation rec {
-    version = "2.20";
+    version = "2.23";
     name = "wgetpaste-${version}";
       src = fetchurl {
         url = "http://wgetpaste.zlin.dk/${name}.tar.bz2";
-        sha256 = "7a53836d02e07cefc3c2978bb129a037fa1e1222ba0e275c4e818230a6d6fb9e";
+        sha256 = "1xam745f5pmqi16br72a866117hnmcfwjyvsw1jhg3npbdnm9x6n";
     };
     # currently zsh-autocompletion support is not installed