pgbackrest: 2.54.0 -> 2.54.1

This commit is contained in:
R. Ryantm
2024-12-17 01:44:06 +00:00
parent 69e1e8ba04
commit 22edfc7ca6
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "pgbackrest";
version = "2.54.0";
version = "2.54.1";
src = fetchFromGitHub {
owner = "pgbackrest";
repo = "pgbackrest";
rev = "release/${version}";
sha256 = "sha256-EYpzVrEM0GrCJcGnFT4XfN6pULqsSMyH02b0zGInH7U=";
sha256 = "sha256-kzFTWKzBQ0Jfew8oV+iaNAEx4lQncySyAI2VAgNu42s=";
};
strictDeps = true;