summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-08-31 19:22:20 -0500
committerGitHub <noreply@github.com>2020-08-31 19:22:20 -0500
commit7d4e423fd0a09a0f28b73406710a8b6a3a79a7c4 (patch)
tree539a45123b3091d444e6b0621a66a7e1eafaa74e /pkgs/tools
parentca1cd1e40915ed03a2aea336283b3475c4bac20e (diff)
parent57ebf6a0c00cbba6dd568c4841382b9c53ff4cac (diff)
downloadnixpkgs-7d4e423fd0a09a0f28b73406710a8b6a3a79a7c4.tar
nixpkgs-7d4e423fd0a09a0f28b73406710a8b6a3a79a7c4.tar.gz
nixpkgs-7d4e423fd0a09a0f28b73406710a8b6a3a79a7c4.tar.bz2
nixpkgs-7d4e423fd0a09a0f28b73406710a8b6a3a79a7c4.tar.lz
nixpkgs-7d4e423fd0a09a0f28b73406710a8b6a3a79a7c4.tar.xz
nixpkgs-7d4e423fd0a09a0f28b73406710a8b6a3a79a7c4.tar.zst
nixpkgs-7d4e423fd0a09a0f28b73406710a8b6a3a79a7c4.zip
Merge pull request #96737 from r-ryantm/auto-update/wgetpaste
wgetpaste: 2.29 -> 2.30
Diffstat (limited to 'pkgs/tools')
-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 9180573541d..852175c4f21 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.29";
+  version = "2.30";
   pname = "wgetpaste";
 
   src = fetchurl {
     url = "http://wgetpaste.zlin.dk/${pname}-${version}.tar.bz2";
-    sha256 = "1rp0wxr3zy7y2xp3azaadfghrx7g0m138f9qg6icjxkkz4vj9r22";
+    sha256 = "14k5i6j6f34hcf9gdb9cnvfwscn0ys2dgd73ci421wj9zzqkbv73";
   };
   # currently zsh-autocompletion support is not installed