wasmserve: 1.0.0 -> 1.1.0

This commit is contained in:
Kirill Radzikhovskyy 2024-08-16 18:22:28 +10:00
parent c55e2908de
commit ead205f163

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;