pgmoneta: 0.10.1 -> 0.11.0

This commit is contained in:
R. Ryantm 2024-04-24 01:38:43 +00:00
parent 71b4a60386
commit a555f88d93
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "pgmoneta";
version = "0.10.1";
version = "0.11.0";
src = fetchFromGitHub {
owner = "pgmoneta";
repo = "pgmoneta";
rev = version;
hash = "sha256-gViXbL54YGY2NFg0ScyiarMB4vYjpOrdkyTjWzwP2vo=";
hash = "sha256-sFH8sYTQ10bR+TDNbyIJiAIcp24CA9E5zrRjyV9mGBU=";
};
nativeBuildInputs = [