Skip to content

Commit 57c471e

Browse files
pocket-id: 0.49.0 -> 0.51.0 (#403109)
2 parents 9c133e8 + f347996 commit 57c471e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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.49.0";
15+
version = "0.51.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "pocket-id";
1919
repo = "pocket-id";
2020
tag = "v${finalAttrs.version}";
21-
hash = "sha256-fyyeYArjhsS/R9VsZsRM3oO5fz8EUqjNIuvFJpGZbds=";
21+
hash = "sha256-tNPbowMytALmvJ1H8IWCmXIQFlXKEHA5+T9FWdpaLi0=";
2222
};
2323

2424
backend = buildGoModule {

0 commit comments

Comments
 (0)