revive: 1.3.6 -> 1.3.7
This commit is contained in:
parent
392580561c
commit
4cab83a2a5
1 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "revive";
|
pname = "revive";
|
||||||
version = "1.3.6";
|
version = "1.3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mgechev";
|
owner = "mgechev";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-0s90Q07D/a0n/SVgMOnjje9pSCWJOzRx5jH+t9th4rs=";
|
sha256 = "sha256-Z5areIRlCyjUbusAdfL49mm5+J0UryWrS5/9Ttw16Po=";
|
||||||
# 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-rFFgh/BWEejqrhCzCeGWa2AfiNd8dYDvCKvcpXk42nY=";
|
vendorHash = "sha256-JYZdV6CefCB7/WzeZqUhIsK3PKo9KJG15dinN3S+1xw=";
|
||||||
|
|
||||||
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.6.drv | grep FAIL
|
# $ nix log /nix/store/build-revive.1.3.7.drv | grep FAIL
|
||||||
#
|
#
|
||||||
# --- FAIL: TestAll (0.01s)
|
# --- FAIL: TestAll (0.01s)
|
||||||
# --- FAIL: TestTimeEqual (0.00s)
|
# --- FAIL: TestTimeEqual (0.00s)
|
||||||
|
|
Loading…
Reference in a new issue