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

pgmoneta: 0.12.0 -> 0.13.0
This commit is contained in:
Peder Bergebakken Sundt
2024-08-16 02:03:50 +02:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "pgmoneta";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "pgmoneta";
repo = "pgmoneta";
rev = version;
hash = "sha256-366UdWw2lJ30LhPR4Q0Iym1BTcgauEwwsGzn6Wew9gk=";
hash = "sha256-HDFvU7TjOENFvBorn11ludy8QQb4/IC6hEyyzvrJ2lU=";
};
nativeBuildInputs = [