Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 86334260f8a3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b2f6ec28fe72
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 13, 2020

  1. wal-g: 0.2.17 -> 0.2.18

    marsam committed Nov 13, 2020
    Copy the full SHA
    dce3b45 View commit details

Commits on Nov 14, 2020

  1. Merge pull request #103770 from marsam/update-wal-g

    wal-g: 0.2.17 -> 0.2.18
    marsam authored Nov 14, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    b2f6ec2 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/backup/wal-g/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/backup/wal-g/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "wal-g";
version = "0.2.17";
version = "0.2.18";

src = fetchFromGitHub {
owner = "wal-g";
repo = "wal-g";
rev = "v${version}";
sha256 = "0r6vy2b3xqwa22286srwngk63sq4aza6aj7brwc130vypcps7svp";
sha256 = "1clsh42sgfrzyg3vr215wrpi93cb8y8ky3cb1v2l6cs4psh3py1q";
};

vendorSha256 = "0r73l4kxzldca1vg5mshq6iqsxcrndcbmbp3d7i9pxyb2kig8gv5";
vendorSha256 = "1ax8niw4zfwvh5ikxnkbsjc9fdz1lziqlwig9nwrhzfp45ysbakh";

buildInputs = [ brotli ];