mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
wgetpaste: 2.29 -> 2.30
This commit is contained in:
parent
d6d64dee97
commit
57ebf6a0c0
|
@ -1,12 +1,12 @@
|
|||
{ stdenv, fetchurl, wget, bash }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.29";
|
||||
version = "2.30";
|
||||
pname = "wgetpaste";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://wgetpaste.zlin.dk/${pname}-${version}.tar.bz2";
|
||||
sha256 = "1rp0wxr3zy7y2xp3azaadfghrx7g0m138f9qg6icjxkkz4vj9r22";
|
||||
sha256 = "14k5i6j6f34hcf9gdb9cnvfwscn0ys2dgd73ci421wj9zzqkbv73";
|
||||
};
|
||||
# currently zsh-autocompletion support is not installed
|
||||
|
||||
|
|
Loading…
Reference in a new issue