wgetpaste: 2.23 -> 2.25
This commit is contained in:
parent
7cd9bebb26
commit
fbecc676e5
@ -1,10 +1,11 @@
|
|||||||
{stdenv, fetchurl, wget, bash, coreutils}:
|
{ stdenv, fetchurl, wget, bash, coreutils }:
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
version = "2.23";
|
stdenv.mkDerivation rec {
|
||||||
|
version = "2.25";
|
||||||
name = "wgetpaste-${version}";
|
name = "wgetpaste-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://wgetpaste.zlin.dk/${name}.tar.bz2";
|
url = "http://wgetpaste.zlin.dk/${name}.tar.bz2";
|
||||||
sha256 = "1xam745f5pmqi16br72a866117hnmcfwjyvsw1jhg3npbdnm9x6n";
|
sha256 = "1x209j85mryp3hxmv1gfsbvw03k306k5fa65ky0zxx07cs70fzka";
|
||||||
};
|
};
|
||||||
# currently zsh-autocompletion support is not installed
|
# currently zsh-autocompletion support is not installed
|
||||||
|
|
||||||
@ -22,7 +23,7 @@
|
|||||||
description = "Command-line interface to various pastebins";
|
description = "Command-line interface to various pastebins";
|
||||||
homepage = http://wgetpaste.zlin.dk/;
|
homepage = http://wgetpaste.zlin.dk/;
|
||||||
license = "publicDomain";
|
license = "publicDomain";
|
||||||
maintainers = with stdenv.lib.maintainers; [qknight];
|
maintainers = with stdenv.lib.maintainers; [ qknight iElectric ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user