Unverified Commit 9b09bde6 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

pgmoneta: 0.9.0 -> 0.10.0
parents 2d216878 e9c98c68
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.9.0";
  version = "0.10.0";

  src = fetchFromGitHub {
    owner = "pgmoneta";
    repo = "pgmoneta";
    rev = version;
    hash = "sha256-KVweAsmAQGUkBAxR7gPJe6mygfG7xApvJFRiCbSFq9E=";
    hash = "sha256-wNBomyyr078Twzg7fuu3et1NUxpb+vqIbsnpmF73t18=";
  };

  nativeBuildInputs = [