pgbackrest: 2.46 -> 2.47

This commit is contained in:
R. Ryantm 2023-08-17 05:47:51 +00:00
parent bc9b484db8
commit a8de2f00b4

View File

@ -13,13 +13,13 @@
}:
stdenv.mkDerivation rec {
pname = "pgbackrest";
version = "2.46";
version = "2.47";
src = fetchFromGitHub {
owner = "pgbackrest";
repo = "pgbackrest";
rev = "release/${version}";
sha256 = "sha256-Jd49ZpG/QhX+ayk9Ld0FB8abemfxQV6KZZuSXmybZw4=";
sha256 = "sha256-HKmJA/WlMR6Epu5WuD8pABDh5gaN+T98lc4ejgoD8LM=";
};
nativeBuildInputs = [ pkg-config ];