pgmoneta: 0.11.0 -> 0.11.1

This commit is contained in:
R. Ryantm 2024-04-30 16:42:31 +00:00
parent 705bad7ed6
commit da2fc0e0dd
1 changed files with 2 additions and 2 deletions

View File

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