Unverified Commit 23a910ef authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

wal-g: 3.0.5 -> 3.0.7 (#398363)

parents 20486881 c36e0f09
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

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

  src = fetchFromGitHub {
    owner = "wal-g";
    repo = "wal-g";
    rev = "v${version}";
    sha256 = "sha256-wVr0L2ZXMuEo6tc2ajNzPinVQ8ZVzNOSoaHZ4oFsA+U=";
    sha256 = "sha256-kUn1pJEdGec+WIZivqVAhELoBTKOF4E07Ovn795DgIY=";
  };

  vendorHash = "sha256-YDLAmRfDl9TgbabXj/1rxVQ052NZDg3IagXVTe5i9dw=";
  vendorHash = "sha256-TwYl3B/VS24clUv1ge/RroULIY/04xTxc11qPNGhnfs=";

  nativeBuildInputs = [ installShellFiles ];