Merge pull request #335059 from kirillrdy/wasmserve

wasmserve: 1.0.0 -> 1.1.0
This commit is contained in:
kirillrdy 2024-08-17 20:38:55 +10:00 committed by GitHub
commit 82abb0df67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,17 +1,18 @@
{ buildGoModule
, lib
, fetchFromGitHub
{
buildGoModule,
lib,
fetchFromGitHub,
}:
buildGoModule rec {
pname = "wasmserve";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "hajimehoshi";
repo = "wasmserve";
rev = "v${version}";
hash = "sha256-KlCbUre6yIorE1ZM++Rto8vgwVGsC1wZj1xCd3AwQy0=";
hash = "sha256-e+pHwk+xJVc+Ki0iJC2B+W8ZN4mEawEQNyGhwITBDlo=";
};
vendorHash = null;