pocket-id: 1.3.1 -> 1.5.0

Changelog: https://github.com/pocket-id/pocket-id/releases/tag/v1.5.0
This commit is contained in:
Guanran Wang
2025-07-05 08:40:43 +08:00
parent b441e40fcd
commit 30891193c9
+3 -3
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "pocket-id";
version = "1.3.1";
version = "1.5.0";
src = fetchFromGitHub {
owner = "pocket-id";
repo = "pocket-id";
tag = "v${finalAttrs.version}";
hash = "sha256-I2wKxeXxGO8mx8pHzn/8mAqWsWBrMdFrznmkfEiBzpI=";
hash = "sha256-U5tZq310A6hnDIG8CeJl58EWLSshbXVaKJGSzLUCMI4=";
};
sourceRoot = "${finalAttrs.src.name}/backend";
@@ -42,7 +42,7 @@ buildGoModule (finalAttrs: {
sourceRoot = "${finalAttrs.src.name}/frontend";
npmDepsHash = "sha256-CmlYMqRb4+CC0VgpTQKOakc1k6mSIIYbn6l7URu6Eck=";
npmDepsHash = "sha256-AZ8je9uaJ1h9wxfs2RtPr2Ki0QNYD0nDd2BZDj6/sl8=";
npmFlags = [ "--legacy-peer-deps" ];
env.BUILD_OUTPUT_PATH = "dist";