wgetpaste: 2.32 -> 2.33

+2 -2
+2 -2
pkgs/tools/text/wgetpaste/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "wgetpaste"; 5 - version = "2.32"; 5 + version = "2.33"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/zlin/wgetpaste/releases/download/${version}/wgetpaste-${version}.tar.xz"; 9 - sha256 = "04yv1hndxhrc5axwiw1yy0yrw1kli5fk4yj4267l7xdwqzxvl7b2"; 9 + sha256 = "sha256-6TWdhKOmO7vRKGIVNcUwLy46heI6UiAOgej6ubd+lxs="; 10 10 }; 11 11 # currently zsh-autocompletion support is not installed 12 12