Merge pull request #222618 from r-ryantm/auto-update/pgbackrest

pgbackrest: 2.44 -> 2.45
This commit is contained in:
Weijia Wang 2023-03-24 21:28:19 +02:00 committed by GitHub
commit 5afe40a511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
}:
stdenv.mkDerivation rec {
pname = "pgbackrest";
version = "2.44";
version = "2.45";
src = fetchFromGitHub {
owner = "pgbackrest";
repo = "pgbackrest";
rev = "release/${version}";
sha256 = "sha256-N56HUW1JZNvaqzU01xaZ8BsFA2KW4z8ixulPngYCIY0=";
sha256 = "sha256-wm7wNxxwRAmFG7ZsZMR8TXp+xVu673g6w95afLalnc8=";
};
nativeBuildInputs = [ pkg-config ];