summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-17 15:54:19 +0100
committerGitHub <noreply@github.com>2024-03-17 15:54:19 +0100
commit478f7ff87c3b1ba591b9bdc64853c61e5aacab67 (patch)
treec8e2695b06f0e7dd84ed3d5ca1840d810bf373e6 /pkgs
parentfef25af4d1c821f79a638c067c5338bbaa5e167c (diff)
parenta63d891dcda2c81acfef03aedbf17a521c9c5449 (diff)
Merge pull request #295172 from r-ryantm/auto-update/wgetpaste
wgetpaste: 2.33 -> 2.34
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/text/wgetpaste/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/wgetpaste/default.nix b/pkgs/tools/text/wgetpaste/default.nix
index 9a60b991a7f9..465e19883b30 100644
--- a/pkgs/tools/text/wgetpaste/default.nix
+++ b/pkgs/tools/text/wgetpaste/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "wgetpaste";
- version = "2.33";
+ version = "2.34";
src = fetchurl {
url = "https://github.com/zlin/wgetpaste/releases/download/${version}/wgetpaste-${version}.tar.xz";
- sha256 = "sha256-6TWdhKOmO7vRKGIVNcUwLy46heI6UiAOgej6ubd+lxs=";
+ sha256 = "sha256-vW0G7ZAaPWPJyMVxJghP8JlPCZAb+xY4uHlT6sHpQz8=";
};
# currently zsh-autocompletion support is not installed