wgetpaste: 2.25 -> 2.28
This commit is contained in:
parent
0e0af18b57
commit
d02209edf2
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user