about summary refs log tree commit diff
path: root/pkgs/tools/text/wgetpaste
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-23 12:22:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-23 12:22:43 +0000
commita6e66052f28b2f6a7a45eb900ea848a0669cae83 (patch)
treeb88be37de6a29d1f5b1fd2e5a4057a9237f6140d /pkgs/tools/text/wgetpaste
parentc3ef258b6ff7ce731625330f7815f8218e6c26d2 (diff)
wgetpaste: 2.32 -> 2.33
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 ce757401b360b..9a60b991a7f97 100644
--- a/pkgs/tools/text/wgetpaste/default.nix
+++ b/pkgs/tools/text/wgetpaste/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "wgetpaste";
-  version = "2.32";
+  version = "2.33";
 
   src = fetchurl {
     url = "https://github.com/zlin/wgetpaste/releases/download/${version}/wgetpaste-${version}.tar.xz";
-    sha256 = "04yv1hndxhrc5axwiw1yy0yrw1kli5fk4yj4267l7xdwqzxvl7b2";
+    sha256 = "sha256-6TWdhKOmO7vRKGIVNcUwLy46heI6UiAOgej6ubd+lxs=";
   };
   # currently zsh-autocompletion support is not installed