pgmoneta: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm 2024-04-05 16:24:36 +00:00
parent 0d63422753
commit f67fad6b91
1 changed files with 2 additions and 2 deletions

View File

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