pocket-id: 1.14.1 -> 1.14.2 (#456780)

This commit is contained in:
Marcus Ramberg 2025-11-01 14:11:52 +00:00 committed by GitHub
commit 75119422cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,13 +11,13 @@
buildGo125Module (finalAttrs: {
pname = "pocket-id";
version = "1.14.1";
version = "1.14.2";
src = fetchFromGitHub {
owner = "pocket-id";
repo = "pocket-id";
tag = "v${finalAttrs.version}";
hash = "sha256-PnZKlJ6smwpgijqQM5xTcopyGJfO2pebiEJhEIdAOFk=";
hash = "sha256-0x80oykzMTEsuGUBtXXdKgWJld8mrDPUssYpAznqKnc=";
};
sourceRoot = "${finalAttrs.src.name}/backend";