pgbackrest: 2.50 -> 2.51

This commit is contained in:
R. Ryantm 2024-03-25 01:40:54 +00:00 committed by Nick Cao
parent 4554ca9e1e
commit a7266560fd
No known key found for this signature in database

View File

@ -13,13 +13,13 @@
}:
stdenv.mkDerivation rec {
pname = "pgbackrest";
version = "2.50";
version = "2.51";
src = fetchFromGitHub {
owner = "pgbackrest";
repo = "pgbackrest";
rev = "release/${version}";
sha256 = "sha256-RjkTg80LAUndSVfTrol9hvgNOG6PMC+OkMVjdtjpdbI=";
sha256 = "sha256-o6UROI+t35lHSFeRMLh0nIkmLMdcclpkKNzjkw/z56Q=";
};
nativeBuildInputs = [ pkg-config ];