pgbackrest: 2.53.1 -> 2.54.0

This commit is contained in:
R. Ryantm 2024-10-22 00:42:43 +00:00
parent e056730f13
commit 41e5a6d4f5

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "pgbackrest";
version = "2.53.1";
version = "2.54.0";
src = fetchFromGitHub {
owner = "pgbackrest";
repo = "pgbackrest";
rev = "release/${version}";
sha256 = "sha256-gCjPwDV7jlUwWUhuXHKqL/kigsu3V0ikxhcB3EIBvU0=";
sha256 = "sha256-EYpzVrEM0GrCJcGnFT4XfN6pULqsSMyH02b0zGInH7U=";
};
strictDeps = true;