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

wgetpaste: 2.29 -> 2.30
gstqt5
Mario Rodas 2020-08-31 19:22:20 -05:00 committed by GitHub
commit 7d4e423fd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, wget, bash }:
stdenv.mkDerivation rec {
version = "2.29";
version = "2.30";
pname = "wgetpaste";
src = fetchurl {
url = "http://wgetpaste.zlin.dk/${pname}-${version}.tar.bz2";
sha256 = "1rp0wxr3zy7y2xp3azaadfghrx7g0m138f9qg6icjxkkz4vj9r22";
sha256 = "14k5i6j6f34hcf9gdb9cnvfwscn0ys2dgd73ci421wj9zzqkbv73";
};
# currently zsh-autocompletion support is not installed