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

pgmoneta: 0.10.1 -> 0.11.0
This commit is contained in:
Mario Rodas 2024-04-23 21:36:17 -05:00 committed by GitHub
commit 1c108068d2
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.1";
version = "0.11.0";
src = fetchFromGitHub {
owner = "pgmoneta";
repo = "pgmoneta";
rev = version;
hash = "sha256-gViXbL54YGY2NFg0ScyiarMB4vYjpOrdkyTjWzwP2vo=";
hash = "sha256-sFH8sYTQ10bR+TDNbyIJiAIcp24CA9E5zrRjyV9mGBU=";
};
nativeBuildInputs = [