Skip to content

Commit

Permalink
Merge pull request #96737 from r-ryantm/auto-update/wgetpaste
Browse files Browse the repository at this point in the history
wgetpaste: 2.29 -> 2.30
  • Loading branch information
marsam committed Sep 1, 2020
2 parents ca1cd1e + 57ebf6a commit 7d4e423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/text/wgetpaste/default.nix
@@ -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

Expand Down

0 comments on commit 7d4e423

Please sign in to comment.