pocket-id: 1.10.0 -> 1.11.2 (#446846)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-29 04:49:11 +00:00
committed by GitHub
+4 -4
View File
@@ -11,18 +11,18 @@
buildGo125Module (finalAttrs: {
pname = "pocket-id";
version = "1.10.0";
version = "1.11.2";
src = fetchFromGitHub {
owner = "pocket-id";
repo = "pocket-id";
tag = "v${finalAttrs.version}";
hash = "sha256-YAQT7ORRg27ORh57NTE8F89iNfw+3gd1xPM8f4zHKm4=";
hash = "sha256-thKPYbHx9w75hUgWkLS5fX4R3QLLqFtAJqcvfTxAFiY=";
};
sourceRoot = "${finalAttrs.src.name}/backend";
vendorHash = "sha256-eNUhk76YLHtXCFaxiavM6d8CMeE+YQ+vOecDUCiTh5k=";
vendorHash = "sha256-+HF1zAWA6Ak7uJqWCcTXrttTy1sPA8bN+/No95eqFTU=";
env.CGO_ENABLED = 0;
ldflags = [
@@ -49,7 +49,7 @@ buildGo125Module (finalAttrs: {
pnpmDeps = pnpm_10.fetchDeps {
inherit (finalAttrs) pname version src;
fetcherVersion = 1;
hash = "sha256-Gjj2iFQ15Tso0gXihFH96nW49GJleOU323shBE7VgJ4=";
hash = "sha256-IVrp5qWYMgud9ryLidrUowWWBHZ2lMrJp0cfPPHpXls=";
};
env.BUILD_OUTPUT_PATH = "dist";