pgmoneta: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm
2023-10-23 12:57:35 +00:00
parent 597baf8b7e
commit cfea4923c6
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "pgmoneta";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "pgmoneta";
repo = "pgmoneta";
rev = version;
hash = "sha256-Acg60QFMmRTubYWkPxbHTciVOYoIWc3GZGQVauewZik=";
hash = "sha256-F3bQ3UytEunXf0w2Eo1vx3u0Q40usYhbCmCVuL9X9lI=";
};
nativeBuildInputs = [