Merge pull request #222618 from r-ryantm/auto-update/pgbackrest
pgbackrest: 2.44 -> 2.45
This commit is contained in:
commit
5afe40a511
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pgbackrest";
|
pname = "pgbackrest";
|
||||||
version = "2.44";
|
version = "2.45";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pgbackrest";
|
owner = "pgbackrest";
|
||||||
repo = "pgbackrest";
|
repo = "pgbackrest";
|
||||||
rev = "release/${version}";
|
rev = "release/${version}";
|
||||||
sha256 = "sha256-N56HUW1JZNvaqzU01xaZ8BsFA2KW4z8ixulPngYCIY0=";
|
sha256 = "sha256-wm7wNxxwRAmFG7ZsZMR8TXp+xVu673g6w95afLalnc8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
Loading…
Reference in a new issue