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

wgetpaste: 2.28 -> 2.29
This commit is contained in:
Mario Rodas 2019-06-19 19:25:13 -05:00 committed by GitHub
commit 8f6a6ab55d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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