Skip to content

Commit

Permalink
revive: 1.3.5 -> 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 10, 2024
1 parent e1bd5ec commit 6962ac4
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.5";
version = "1.3.6";

src = fetchFromGitHub {
owner = "mgechev";
repo = pname;
rev = "v${version}";
sha256 = "sha256-yHsEELeBG/dgV1uaYTOfvVVZQZ+AG1kKx86tn9GI+RA=";
sha256 = "sha256-0s90Q07D/a0n/SVgMOnjje9pSCWJOzRx5jH+t9th4rs=";
# 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-hNLHVx3zuCheSfY6TSixfJj/76JQ9nOW+mBquIZCgSk=";
vendorHash = "sha256-rFFgh/BWEejqrhCzCeGWa2AfiNd8dYDvCKvcpXk42nY=";

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.5.drv | grep FAIL
# $ nix log /nix/store/build-revive.1.3.6.drv | grep FAIL
#
# --- FAIL: TestAll (0.01s)
# --- FAIL: TestTimeEqual (0.00s)
Expand Down

0 comments on commit 6962ac4

Please sign in to comment.