Guanran Wang 2025-07-10 15:30:01 +08:00
parent f10e2eab68
commit a0db481ab2
No known key found for this signature in database
GPG Key ID: 91F97D9ED12639CF

View File

@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "pocket-id";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = "pocket-id";
repo = "pocket-id";
tag = "v${finalAttrs.version}";
hash = "sha256-a2ayPS6gD8w5fLu+4yC0E4Z/zeX7CHUQgWXgAgL0uKs=";
hash = "sha256-fg9iT4JGB3CvmPiRaQwfyKxZ5T0mweDQAQYYU/fdb/g=";
};
sourceRoot = "${finalAttrs.src.name}/backend";