Skip to content

Commit

Permalink
wgetpaste: 2.25 -> 2.28
Browse files Browse the repository at this point in the history
(cherry picked from commit d02209e)
  • Loading branch information
ndowens authored and bjornfor committed Feb 28, 2017
1 parent 40de598 commit bef80f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/tools/text/wgetpaste/default.nix
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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;
};
}

0 comments on commit bef80f1

Please sign in to comment.