Unverified Commit 1c108068 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #306433 from r-ryantm/auto-update/pgmoneta

pgmoneta: 0.10.1 -> 0.11.0
parents 6f94ae05 a555f88d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
  pname = "pgmoneta";
  version = "0.10.1";
  version = "0.11.0";

  src = fetchFromGitHub {
    owner = "pgmoneta";
    repo = "pgmoneta";
    rev = version;
    hash = "sha256-gViXbL54YGY2NFg0ScyiarMB4vYjpOrdkyTjWzwP2vo=";
    hash = "sha256-sFH8sYTQ10bR+TDNbyIJiAIcp24CA9E5zrRjyV9mGBU=";
  };

  nativeBuildInputs = [