tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wgetpaste: 2.32 -> 2.33
R. Ryantm
3 years ago
a6e66052
c3ef258b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
wgetpaste
default.nix
+2
-2
pkgs/tools/text/wgetpaste/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "wgetpaste";
5
5
-
version = "2.32";
5
5
+
version = "2.33";
6
6
7
7
src = fetchurl {
8
8
url = "https://github.com/zlin/wgetpaste/releases/download/${version}/wgetpaste-${version}.tar.xz";
9
9
-
sha256 = "04yv1hndxhrc5axwiw1yy0yrw1kli5fk4yj4267l7xdwqzxvl7b2";
9
9
+
sha256 = "sha256-6TWdhKOmO7vRKGIVNcUwLy46heI6UiAOgej6ubd+lxs=";
10
10
};
11
11
# currently zsh-autocompletion support is not installed
12
12