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

pgmoneta: 0.10.0 -> 0.10.1
This commit is contained in:
Mario Rodas 2024-04-05 18:30:35 -05:00 committed by GitHub
commit 3202ab26f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "pgmoneta";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "pgmoneta";
repo = "pgmoneta";
rev = version;
hash = "sha256-wNBomyyr078Twzg7fuu3et1NUxpb+vqIbsnpmF73t18=";
hash = "sha256-gViXbL54YGY2NFg0ScyiarMB4vYjpOrdkyTjWzwP2vo=";
};
nativeBuildInputs = [