pgmoneta: 0.15.0 -> 0.15.1

This commit is contained in:
R. Ryantm
2025-01-06 01:43:48 +00:00
parent 23209a993c
commit c6ae8291d2
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "pgmoneta";
version = "0.15.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "pgmoneta";
repo = "pgmoneta";
rev = version;
hash = "sha256-3NESUksk3UgiDK6PUx99+eZ1XSrob5TgDgCebQ9EPhU=";
hash = "sha256-LkmTBg1Oed/epMSXbQrzLxhB/UL4GciM+iD+6FkNHyE=";
};
nativeBuildInputs = [