revive: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm 2022-08-10 23:01:11 +00:00
parent ce92261bcb
commit 366e772611

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "revive"; pname = "revive";
version = "1.2.2"; version = "1.2.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mgechev"; owner = "mgechev";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-kHnRzjhrUPXgDTBu95Ytrhx5lO5ogm9PMzeANfLcWHQ="; sha256 = "sha256-g19YrO8qTWsZmDngaDfiKVXP9aCaUbEO7Ac9Ir9KE14=";
# 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;
@ -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.2.2.drv | grep FAIL # $ nix log /nix/store/build-revive.1.2.3.drv | grep FAIL
# #
# --- FAIL: TestAll (0.01s) # --- FAIL: TestAll (0.01s)
# --- FAIL: TestTimeEqual (0.00s) # --- FAIL: TestTimeEqual (0.00s)