Skip to content

Commit

Permalink
wal-g: 3.0.3 -> 3.0.5 (#372687)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Jan 12, 2025
2 parents cd7ab3a + 131e8e7 commit d0deee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/wa/wal-g/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "wal-g";
version = "3.0.3";
version = "3.0.5";

src = fetchFromGitHub {
owner = "wal-g";
repo = "wal-g";
rev = "v${version}";
sha256 = "sha256-r46svvUAMjZx+Oc/vTWet9iZLEiXkRFevUz4x0OixVI=";
sha256 = "sha256-wVr0L2ZXMuEo6tc2ajNzPinVQ8ZVzNOSoaHZ4oFsA+U=";
};

vendorHash = "sha256-CfXLeFQA7ix1DP+DB5qWQryS2tLFNlfZrA3OBYxIpjU=";
vendorHash = "sha256-YDLAmRfDl9TgbabXj/1rxVQ052NZDg3IagXVTe5i9dw=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit d0deee4

Please sign in to comment.