wgetpaste: 2.25 -> 2.28

This commit is contained in:
ndowens 2017-02-28 16:26:05 -06:00 committed by Bjørn Forsman
parent 0e0af18b57
commit d02209edf2

View file

@ -1,11 +1,12 @@
{ stdenv, fetchurl, wget, bash, coreutils }:
stdenv.mkDerivation rec {
version = "2.25";
version = "2.28";
name = "wgetpaste-${version}";
src = fetchurl {
url = "http://wgetpaste.zlin.dk/${name}.tar.bz2";
sha256 = "1x209j85mryp3hxmv1gfsbvw03k306k5fa65ky0zxx07cs70fzka";
sha256 = "1hh9svyypqcvdg5mjxyyfzpdzhylhf7s7xq5dzglnm4injx3i3ak";
};
# currently zsh-autocompletion support is not installed
@ -23,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Command-line interface to various pastebins";
homepage = http://wgetpaste.zlin.dk/;
license = stdenv.lib.licenses.publicDomain;
maintainers = with stdenv.lib.maintainers; [ qknight domenkozar ];
maintainers = with stdenv.lib.maintainers; [ qknight domenkozar ndowens ];
platforms = stdenv.lib.platforms.all;
};
}