From a6e66052f28b2f6a7a45eb900ea848a0669cae83 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 23 Nov 2022 12:22:43 +0000 Subject: wgetpaste: 2.32 -> 2.33 --- pkgs/tools/text/wgetpaste/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/text/wgetpaste') 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 -- cgit 1.4.1