1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

pgbackrest: 2.53 -> 2.53.1

This commit is contained in:
R. Ryantm 2024-08-19 17:17:24 +00:00
parent 625941e1a9
commit 3a5174a922

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pgbackrest"; pname = "pgbackrest";
version = "2.53"; version = "2.53.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pgbackrest"; owner = "pgbackrest";
repo = "pgbackrest"; repo = "pgbackrest";
rev = "release/${version}"; rev = "release/${version}";
sha256 = "sha256-HUbFrwkaJT2cbxQrXNFhvLow0yx6h6qqHQB6zMZN86w="; sha256 = "sha256-gCjPwDV7jlUwWUhuXHKqL/kigsu3V0ikxhcB3EIBvU0=";
}; };
strictDeps = true; strictDeps = true;