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

pgmoneta: 0.7.0 -> 0.7.1
This commit is contained in:
Mario Rodas
2023-10-23 18:16:17 -05:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "pgmoneta";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "pgmoneta";
repo = "pgmoneta";
rev = version;
hash = "sha256-Acg60QFMmRTubYWkPxbHTciVOYoIWc3GZGQVauewZik=";
hash = "sha256-F3bQ3UytEunXf0w2Eo1vx3u0Q40usYhbCmCVuL9X9lI=";
};
nativeBuildInputs = [