wasmserve: 1.1.0 -> 1.2.0 (#381490)

Co-authored-by: kirillrdy <kirillrdy@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-12 19:03:14 +00:00
committed by GitHub
co-authored by kirillrdy
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "wasmserve";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "hajimehoshi";
repo = "wasmserve";
rev = "v${version}";
hash = "sha256-e+pHwk+xJVc+Ki0iJC2B+W8ZN4mEawEQNyGhwITBDlo=";
hash = "sha256-k8g5ZCMm0xek+rToq9azE7mOUHU5eF8PxgBcXs6LrJk=";
};
vendorHash = null;