about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-18 10:27:13 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-18 10:27:13 -0700
commitb9f6bd2ebd973468c722110074665d85139e1674 (patch)
treeb9e1c19d8c155b087ea620baae0d44fedadd3e0b /pkgs/tools/text
parent41377252e53a78bd8903a4f3e0e35714e20f6147 (diff)
downloadnixlib-b9f6bd2ebd973468c722110074665d85139e1674.tar
nixlib-b9f6bd2ebd973468c722110074665d85139e1674.tar.gz
nixlib-b9f6bd2ebd973468c722110074665d85139e1674.tar.bz2
nixlib-b9f6bd2ebd973468c722110074665d85139e1674.tar.lz
nixlib-b9f6bd2ebd973468c722110074665d85139e1674.tar.xz
nixlib-b9f6bd2ebd973468c722110074665d85139e1674.tar.zst
nixlib-b9f6bd2ebd973468c722110074665d85139e1674.zip
wgetpaste: 2.28 -> 2.29
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wgetpaste/versions
Diffstat (limited to 'pkgs/tools/text')
-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 c3db482d271a..20cd5066e808 100644
--- a/pkgs/tools/text/wgetpaste/default.nix
+++ b/pkgs/tools/text/wgetpaste/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, wget, bash }:
 
 stdenv.mkDerivation rec {
-  version = "2.28";
+  version = "2.29";
   name = "wgetpaste-${version}";
 
   src = fetchurl {
     url = "http://wgetpaste.zlin.dk/${name}.tar.bz2";
-    sha256 = "1hh9svyypqcvdg5mjxyyfzpdzhylhf7s7xq5dzglnm4injx3i3ak";
+    sha256 = "1rp0wxr3zy7y2xp3azaadfghrx7g0m138f9qg6icjxkkz4vj9r22";
   };
   # currently zsh-autocompletion support is not installed