Unverified Commit adf1278b authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

pgmoneta: 0.14.0 -> 0.14.1 (#345742)

parents a9b2b79f 6ca18557
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.14.0";
  version = "0.14.1";

  src = fetchFromGitHub {
    owner = "pgmoneta";
    repo = "pgmoneta";
    rev = version;
    hash = "sha256-iAAL9aPoehRSVPLzeBN2KaeF+p+2T8tHvG+ouJ9YU6k=";
    hash = "sha256-gB6iArOYwOh8UPGl4x5Tf3H2FSxSXxpfKrwvgmtFFcs=";
  };

  nativeBuildInputs = [