shell2http: 1.16.0 -> 1.17.0

This commit is contained in:
R. Ryantm 2024-03-24 00:19:42 +00:00
parent 79863957ca
commit 16ad83e31f

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