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

pgmoneta: 0.8.0 -> 0.9.0
This commit is contained in:
Mario Rodas 2024-02-14 20:04:20 -05:00 committed by GitHub
commit 5cb2ea0b67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "pgmoneta";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "pgmoneta";
repo = "pgmoneta";
rev = version;
hash = "sha256-bIuVFF8v7O++g7lorGduAlOGx4XoiqjqkTWHM3RNNdg=";
hash = "sha256-KVweAsmAQGUkBAxR7gPJe6mygfG7xApvJFRiCbSFq9E=";
};
nativeBuildInputs = [