about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-24 10:37:11 -0400
committerGitHub <noreply@github.com>2024-03-24 10:37:11 -0400
commit80bf9cb7bde754fd8538a3bc13e128228ef16d18 (patch)
treef7578e862d745c133b8a3380ad40073ca7b929b2
parentc04a0a128c613578ca6fd5a8923b344692118fc7 (diff)
parent16ad83e31f09bf04270185d76a7c3363c601f077 (diff)
Merge pull request #298496 from r-ryantm/auto-update/shell2http
shell2http: 1.16.0 -> 1.17.0
-rw-r--r--pkgs/servers/misc/shell2http/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/misc/shell2http/default.nix b/pkgs/servers/misc/shell2http/default.nix
index ae1a6840f4967..f4dbaf9e10208 100644
--- a/pkgs/servers/misc/shell2http/default.nix
+++ b/pkgs/servers/misc/shell2http/default.nix
@@ -8,13 +8,13 @@
 
 buildGoModule rec {
   pname = "shell2http";
-  version = "1.16.0";
+  version = "1.17.0";
 
   src = fetchFromGitHub {
     owner = "msoap";
     repo = "shell2http";
     rev = "v${version}";
-    hash = "sha256-FHLClAQYCR6DMzHyAo4gjN2nCmMptYevKJbhEZ8AJyE=";
+    hash = "sha256-CU7ENLx5C1qCO1f9m0fl/AmUzmtmj6IjMlx9WNqAnS0=";
   };
 
   vendorHash = "sha256-K/0ictKvX0sl/5hFDKjTkpGMze0x9fJA98RXNsep+DM=";