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

Commits on Apr 25, 2020

  1. awsweeper: 0.6.0 -> 0.7.0

    marsam committed Apr 25, 2020
    Copy the full SHA
    b9c221c View commit details
  2. Merge pull request #86014 from marsam/update-awsweeper

    awsweeper: 0.6.0 -> 0.7.0
    bhipple authored Apr 25, 2020
    Copy the full SHA
    e005a48 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/admin/awsweeper/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/admin/awsweeper/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "awsweeper";
version = "0.6.0";
version = "0.7.0";

src = fetchFromGitHub {
owner = "cloudetc";
repo = pname;
rev = "v${version}";
sha256 = "0sbd1jgzz3rxxwgbni885zvvcznfc51imaxwv7f064290iqlbrv4";
sha256 = "1ybrrpnp6rh7rcwihww43cvhfhzzyy51rdk1hwy9ljpkg37k4y28";
};

modSha256 = "14yvf0svh7xqpc2y7xr94pc6r7d3iv2nsr8qs3f5q29hdc5hv3fs";
modSha256 = "07zz6wf9cq3wylihi9fx0rd85iybnq5z5c9gqw1lhpvqcrad4491";

meta = with lib; {
description = "A tool to clean out your AWS account";