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: b5edb50fe7d5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ab7bd92b8125
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 26, 2020

  1. cloud-nuke: 0.1.23 -> 0.1.24

    r-ryantm committed Nov 26, 2020
    Copy the full SHA
    e521c06 View commit details
  2. Merge pull request #104951 from r-ryantm/auto-update/cloud-nuke

    cloud-nuke: 0.1.23 -> 0.1.24
    marsam authored Nov 26, 2020
    Copy the full SHA
    ab7bd92 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/cloud-nuke/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/cloud-nuke/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "cloud-nuke";
version = "0.1.23";
version = "0.1.24";

src = fetchFromGitHub {
owner = "gruntwork-io";
repo = pname;
rev = "v${version}";
sha256 = "0qqvjw6lqdrfg1mjfxljslcv9714cpxcnkf65wkf46r5g8fwzr1f";
sha256 = "11d335lx6pa8pvsiv9m00ig8b8y203rzad4krr0p9c04ppw0c966";
};

vendorSha256 = "0bw0xcbyns94vy1abr962876zr7aq6q9qq7y9vr1yqw4hqmi3ndi";
vendorSha256 = "1dr1sql0ph3k6hylgikhiaaskxwnsynspp770p9i7y7fasmb53jw";

buildFlagsArray = [ "-ldflags=-s -w -X main.VERSION=${version}" ];