pocket-id: 1.6.2 -> 1.6.4 (#427057)

This commit is contained in:
Marcus Ramberg 2025-07-21 18:26:33 +02:00 committed by GitHub
commit 1956a79c55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,18 +9,18 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "pocket-id"; pname = "pocket-id";
version = "1.6.2"; version = "1.6.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pocket-id"; owner = "pocket-id";
repo = "pocket-id"; repo = "pocket-id";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-fg9iT4JGB3CvmPiRaQwfyKxZ5T0mweDQAQYYU/fdb/g="; hash = "sha256-P6pA0760eo/dL1t5Jics4oSztM4F/C8lIuZ3dZ9x5C8=";
}; };
sourceRoot = "${finalAttrs.src.name}/backend"; sourceRoot = "${finalAttrs.src.name}/backend";
vendorHash = "sha256-LutjhewhizxGc/YlNHpK81HrX+wSAAJLWtA+skTjn1w="; vendorHash = "sha256-8D7sSmxR+Fq4ouB9SuoEDplu6Znv3U0BIyYISSmF6Bs=";
env.CGO_ENABLED = 0; env.CGO_ENABLED = 0;
ldflags = [ ldflags = [
@ -42,7 +42,7 @@ buildGoModule (finalAttrs: {
sourceRoot = "${finalAttrs.src.name}/frontend"; sourceRoot = "${finalAttrs.src.name}/frontend";
npmDepsHash = "sha256-AZ8je9uaJ1h9wxfs2RtPr2Ki0QNYD0nDd2BZDj6/sl8="; npmDepsHash = "sha256-FiFSnN6DOMr8XghvyGTWB/EMTNfvpqlAgx7FPnbGQxU=";
npmFlags = [ "--legacy-peer-deps" ]; npmFlags = [ "--legacy-peer-deps" ];
env.BUILD_OUTPUT_PATH = "dist"; env.BUILD_OUTPUT_PATH = "dist";