pgmoneta: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm 2024-03-29 01:46:06 +00:00
parent 8b5339b507
commit e9c98c68d3

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "pgmoneta";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "pgmoneta";
repo = "pgmoneta";
rev = version;
hash = "sha256-KVweAsmAQGUkBAxR7gPJe6mygfG7xApvJFRiCbSFq9E=";
hash = "sha256-wNBomyyr078Twzg7fuu3et1NUxpb+vqIbsnpmF73t18=";
};
nativeBuildInputs = [