wgetpaste: 2.29 -> 2.30
This commit is contained in:
parent
d6d64dee97
commit
57ebf6a0c0
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, fetchurl, wget, bash }:
|
{ stdenv, fetchurl, wget, bash }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.29";
|
version = "2.30";
|
||||||
pname = "wgetpaste";
|
pname = "wgetpaste";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://wgetpaste.zlin.dk/${pname}-${version}.tar.bz2";
|
url = "http://wgetpaste.zlin.dk/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "1rp0wxr3zy7y2xp3azaadfghrx7g0m138f9qg6icjxkkz4vj9r22";
|
sha256 = "14k5i6j6f34hcf9gdb9cnvfwscn0ys2dgd73ci421wj9zzqkbv73";
|
||||||
};
|
};
|
||||||
# currently zsh-autocompletion support is not installed
|
# currently zsh-autocompletion support is not installed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue