Skip to content

Commit

Permalink
keep-sorted: 0.5.0 -> 0.5.1 (#351418)
Browse files Browse the repository at this point in the history
  • Loading branch information
katexochen authored Oct 26, 2024
2 parents f6c8aac + f99261f commit 69fa3f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/by-name/ke/keep-sorted/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

buildGo123Module rec {
pname = "keep-sorted";
version = "0.5.0";
version = "0.5.1";

src = fetchFromGitHub {
owner = "google";
repo = "keep-sorted";
rev = "v${version}";
hash = "sha256-jqSb/lcdeQMa1XpzaopDBbkKymp+HubLeAx3d6x5pns=";
hash = "sha256-xvSEREEOiwft3fPN+xtdMCh+z3PknjJ962Nb+pw715U=";
};

vendorHash = "sha256-HTE9vfjRmi5GpMue7lUfd0jmssPgSOljbfPbya4uGsc=";
Expand All @@ -22,10 +22,10 @@ buildGo123Module rec {

ldflags = [ "-s" ];

checkFlags = [
# Test tries to find files using git
"-skip=^TestGoldens"
];
preCheck = ''
# Test tries to find files using git in init func.
rm goldens/*_test.go
'';

passthru.updateScript = nix-update-script { };

Expand Down

0 comments on commit 69fa3f3

Please sign in to comment.