pgbackrest: 2.56.0 -> 2.57.0

This commit is contained in:
R. Ryantm
2025-10-18 13:14:03 +00:00
parent 07ffd4bf9f
commit de4fb3bb28
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pgbackrest";
version = "2.56.0";
version = "2.57.0";
src = fetchFromGitHub {
owner = "pgbackrest";
repo = "pgbackrest";
tag = "release/${finalAttrs.version}";
hash = "sha256-GDHpeTz85cgKTbcuaTlwJ1SUNMedSylqKWdrgH8Zp8Q=";
hash = "sha256-TwyMWE9/aCWBIn+AKGaR0UC5qScWPEaDyOG723/2NHA=";
};
strictDeps = true;