wgetpaste: 2.33 -> 2.34

This commit is contained in:
R. Ryantm 2024-03-12 00:29:49 +00:00
parent 1809887dbe
commit a63d891dcd

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "wgetpaste";
version = "2.33";
version = "2.34";
src = fetchurl {
url = "https://github.com/zlin/wgetpaste/releases/download/${version}/wgetpaste-${version}.tar.xz";
sha256 = "sha256-6TWdhKOmO7vRKGIVNcUwLy46heI6UiAOgej6ubd+lxs=";
sha256 = "sha256-vW0G7ZAaPWPJyMVxJghP8JlPCZAb+xY4uHlT6sHpQz8=";
};
# currently zsh-autocompletion support is not installed