postmoogle: 0.9.24 -> 0.9.25 (#388879)

Co-authored-by: amuckstot30 <amuckstot30@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-12 09:32:24 +00:00
committed by GitHub
co-authored by amuckstot30
+2 -2
View File
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "postmoogle";
version = "0.9.24";
version = "0.9.25";
src = fetchFromGitHub {
owner = "etkecc";
repo = "postmoogle";
tag = "v${version}";
hash = "sha256-6KxPsg1zy8Dpo0UcgEWRmH6bI5oKJyzkZTelgk3SjoY=";
hash = "sha256-Pn+IHqHvKo1936Pw8WI2IhporIy/sIvh8PAUt0y5niU=";
};
tags = [