wakapi: 2.12.3 -> 2.13.1

This commit is contained in:
isabel
2025-03-20 19:21:59 +05:30
committed by Masum Reza
parent 72cda846bf
commit eb77f31202
+3 -3
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
}:
let
version = "2.12.3";
version = "2.13.1";
in
buildGoModule {
pname = "wakapi";
@@ -14,10 +14,10 @@ buildGoModule {
owner = "muety";
repo = "wakapi";
tag = version;
hash = "sha256-kgzxeU5hM9fSidyJEmdTr26/w5OaBk1VdjSztmOgMYs=";
hash = "sha256-zasMqEvSqylJWKjS5TKYKmGJnGfCUEOq2UvsVUeizBw=";
};
vendorHash = "sha256-q5o88fwc1S14ZwGyDS9aFtJMfPZ4pmMjffmeXODhajg=";
vendorHash = "sha256-b2FOdCXmSgFzdXLnxt/V7+cuESWXVXVRmT53DgLwZYI=";
# Not a go module required by the project, contains development utilities
excludedPackages = [ "scripts" ];