revive: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2023-03-19 02:06:58 +00:00
parent d384095645
commit 6f900b718a

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "revive";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "mgechev";
repo = pname;
rev = "v${version}";
sha256 = "sha256-J+LAv0cLG+ucvOywLhaL/LObMO4tPUcLEv+dItHcPBI=";
sha256 = "sha256-Iqe3iFE9hTPUgIO6MoPHAkr+KU5mEJ3ZY4Oh9xhXido=";
# 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;
@ -35,7 +35,7 @@ buildGoModule rec {
# The following tests fail when built by nix:
#
# $ nix log /nix/store/build-revive.1.3.0.drv | grep FAIL
# $ nix log /nix/store/build-revive.1.3.1.drv | grep FAIL
#
# --- FAIL: TestAll (0.01s)
# --- FAIL: TestTimeEqual (0.00s)