We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98ed26f + 5cbc45c commit d8b4f03Copy full SHA for d8b4f03
pkgs/by-name/po/postmoogle/package.nix
@@ -5,13 +5,13 @@
5
}:
6
buildGoModule rec {
7
pname = "postmoogle";
8
- version = "0.9.24";
+ version = "0.9.25";
9
10
src = fetchFromGitHub {
11
owner = "etkecc";
12
repo = "postmoogle";
13
tag = "v${version}";
14
- hash = "sha256-6KxPsg1zy8Dpo0UcgEWRmH6bI5oKJyzkZTelgk3SjoY=";
+ hash = "sha256-Pn+IHqHvKo1936Pw8WI2IhporIy/sIvh8PAUt0y5niU=";
15
};
16
17
tags = [
0 commit comments