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

pgmoneta: 0.7.1 -> 0.7.2
This commit is contained in:
Mario Rodas 2023-12-17 13:44:00 -05:00 committed by GitHub
commit 98757ab551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "pgmoneta";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "pgmoneta";
repo = "pgmoneta";
rev = version;
hash = "sha256-F3bQ3UytEunXf0w2Eo1vx3u0Q40usYhbCmCVuL9X9lI=";
hash = "sha256-4jysBL6fwX2ns+N+ldhTCXZ7L/IuXjbAwou18Ur5+JU=";
};
nativeBuildInputs = [