Skip to content

Commit 6dafb9e

Browse files
pocket-id: 0.51.1 -> 0.53.0 (#407163)
2 parents bbb51e9 + 968ba0a commit 6dafb9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/po/pocket-id/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
stdenvNoCC.mkDerivation (finalAttrs: {
1414
pname = "pocket-id";
15-
version = "0.51.1";
15+
version = "0.53.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "pocket-id";
1919
repo = "pocket-id";
2020
tag = "v${finalAttrs.version}";
21-
hash = "sha256-L+Mmgyeiv/AoboGN1ux4BDhEyVQ8w7IMR8Z34eM8tSU=";
21+
hash = "sha256-3lW4jPh9YElgpBcIooGQ2zZbNwC/rz7CABsp7ScTxyQ=";
2222
};
2323

2424
backend = buildGoModule {
@@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
2727

2828
sourceRoot = "${finalAttrs.src.name}/backend";
2929

30-
vendorHash = "sha256-0LAlltXd7YNQu7ymdjUSy75hMBz6MpvmUtgct43BU7M=";
30+
vendorHash = "sha256-wOrYIhOrUxz22Ay2A26FTrPJA8YRgdRihP78Ls8VgNM=";
3131

3232
preFixup = ''
3333
mv $out/bin/cmd $out/bin/pocket-id-backend

0 commit comments

Comments
 (0)