revive: 1.3.5 -> 1.3.6

This commit is contained in:
R. Ryantm 2024-01-10 05:15:16 +00:00
parent e1bd5ec724
commit 6962ac40c6

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "revive"; pname = "revive";
version = "1.3.5"; version = "1.3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mgechev"; owner = "mgechev";
repo = pname; repo = pname;
rev = "v${version}"; 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 # 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. # can delete .git afterwards and maintain better reproducibility of the src.
leaveDotGit = true; leaveDotGit = true;
@ -18,7 +18,7 @@ buildGoModule rec {
rm -rf $out/.git rm -rf $out/.git
''; '';
}; };
vendorHash = "sha256-hNLHVx3zuCheSfY6TSixfJj/76JQ9nOW+mBquIZCgSk="; vendorHash = "sha256-rFFgh/BWEejqrhCzCeGWa2AfiNd8dYDvCKvcpXk42nY=";
ldflags = [ ldflags = [
"-s" "-s"
@ -35,7 +35,7 @@ buildGoModule rec {
# The following tests fail when built by nix: # 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: TestAll (0.01s)
# --- FAIL: TestTimeEqual (0.00s) # --- FAIL: TestTimeEqual (0.00s)