wgetpaste: 2.28 -> 2.29
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wgetpaste/versions
This commit is contained in:
parent
41377252e5
commit
b9f6bd2ebd
|
@ -1,12 +1,12 @@
|
|||
{ stdenv, fetchurl, wget, bash }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.28";
|
||||
version = "2.29";
|
||||
name = "wgetpaste-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://wgetpaste.zlin.dk/${name}.tar.bz2";
|
||||
sha256 = "1hh9svyypqcvdg5mjxyyfzpdzhylhf7s7xq5dzglnm4injx3i3ak";
|
||||
sha256 = "1rp0wxr3zy7y2xp3azaadfghrx7g0m138f9qg6icjxkkz4vj9r22";
|
||||
};
|
||||
# currently zsh-autocompletion support is not installed
|
||||
|
||||
|
|
Loading…
Reference in New Issue