Skip to content

Commit 5cbc45c

Browse files
committed
postmoogle: 0.9.24 -> 0.9.25
1 parent ea3d674 commit 5cbc45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/po/postmoogle/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
buildGoModule rec {
77
pname = "postmoogle";
8-
version = "0.9.24";
8+
version = "0.9.25";
99

1010
src = fetchFromGitHub {
1111
owner = "etkecc";
1212
repo = "postmoogle";
1313
tag = "v${version}";
14-
hash = "sha256-6KxPsg1zy8Dpo0UcgEWRmH6bI5oKJyzkZTelgk3SjoY=";
14+
hash = "sha256-Pn+IHqHvKo1936Pw8WI2IhporIy/sIvh8PAUt0y5niU=";
1515
};
1616

1717
tags = [

0 commit comments

Comments
 (0)