pgbackrest: 2.45 -> 2.46

This commit is contained in:
R. Ryantm 2023-05-23 08:30:23 +00:00
parent af6b71df3e
commit a777ab8ab0

View file

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