Skip to content

Commit

Permalink
Merge pull request #258938 from r-ryantm/auto-update/revive
Browse files Browse the repository at this point in the history
revive: 1.3.3 -> 1.3.4
  • Loading branch information
wegank authored Oct 4, 2023
2 parents fb0b874 + 4d66295 commit 8921c70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/revive/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "revive";
version = "1.3.3";
version = "1.3.4";

src = fetchFromGitHub {
owner = "mgechev";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+ac/Sq+4Ox/R3N7cMM+QADWf9jZJwYJEOvHDdkB5X9Q=";
sha256 = "sha256-TNmxS9LoOOWHGAFrBdCKmVEWCEoIpic84L66dIFQWJg=";
# populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src.
leaveDotGit = true;
Expand All @@ -18,7 +18,7 @@ buildGoModule rec {
rm -rf $out/.git
'';
};
vendorHash = "sha256-00w07PgPf+4eclxx6/fY9SbmOEU8FPxIOmg/i9NBboM=";
vendorHash = "sha256-iCd4J37wJbTkKiWRD6I7qNr5grNhWZLx5ymcOOJlNKg=";

ldflags = [
"-s"
Expand All @@ -35,7 +35,7 @@ buildGoModule rec {

# The following tests fail when built by nix:
#
# $ nix log /nix/store/build-revive.1.3.3.drv | grep FAIL
# $ nix log /nix/store/build-revive.1.3.4.drv | grep FAIL
#
# --- FAIL: TestAll (0.01s)
# --- FAIL: TestTimeEqual (0.00s)
Expand Down

0 comments on commit 8921c70

Please sign in to comment.