Skip to content

Commit

Permalink
pgbackrest: 2.54.0 -> 2.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 17, 2024
1 parent 69e1e8b commit 22edfc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pg/pgbackrest/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
pname = "pgbackrest";
version = "2.54.0";
version = "2.54.1";

src = fetchFromGitHub {
owner = "pgbackrest";
repo = "pgbackrest";
rev = "release/${version}";
sha256 = "sha256-EYpzVrEM0GrCJcGnFT4XfN6pULqsSMyH02b0zGInH7U=";
sha256 = "sha256-kzFTWKzBQ0Jfew8oV+iaNAEx4lQncySyAI2VAgNu42s=";
};

strictDeps = true;
Expand Down

0 comments on commit 22edfc7

Please sign in to comment.