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

pgbackrest: 2.45 -> 2.46
This commit is contained in:
Weijia Wang
2023-05-23 12:48:52 +03:00
committed by GitHub
+2 -2
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 ];