Merge pull request #202514 from r-ryantm/auto-update/wgetpaste
wgetpaste: 2.32 -> 2.33
This commit is contained in:
commit
ff19f26c6d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue