Unverified Commit be803976 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

postmoogle: 0.9.28 -> 0.9.29 (#500335)

parents 21f0842a ba9d57fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
buildGoModule (finalAttrs: {
  pname = "postmoogle";
  version = "0.9.28";
  version = "0.9.29";

  src = fetchFromGitHub {
    owner = "etkecc";
    repo = "postmoogle";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Vov/s2HTN/kJgwZ2AxbeWrVllcGxr6WI1EI24ea3Nl8=";
    hash = "sha256-VBRlsPfNqDehR07vbLvh0nGUgE6H8izW4jqWfMeHmTE=";
  };

  tags = [