pgmoneta: 0.11.1 -> 0.12.0

This commit is contained in:
R. Ryantm 2024-06-06 15:19:50 +00:00
parent 58016e1526
commit 37672eb7c3

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "pgmoneta";
version = "0.11.1";
version = "0.12.0";
src = fetchFromGitHub {
owner = "pgmoneta";
repo = "pgmoneta";
rev = version;
hash = "sha256-+2pS3KG5wwP7bnaV+x8WxvDvQuXqmiMbuLScMNLqBtI=";
hash = "sha256-366UdWw2lJ30LhPR4Q0Iym1BTcgauEwwsGzn6Wew9gk=";
};
nativeBuildInputs = [