Merge pull request #295172 from r-ryantm/auto-update/wgetpaste

wgetpaste: 2.33 -> 2.34
This commit is contained in:
Weijia Wang 2024-03-17 15:54:19 +01:00 committed by GitHub
commit 478f7ff87c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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