Merge pull request #298496 from r-ryantm/auto-update/shell2http

shell2http: 1.16.0 -> 1.17.0
This commit is contained in:
Nick Cao 2024-03-24 10:37:11 -04:00 committed by GitHub
commit 80bf9cb7bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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=";