summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-08-11 19:16:21 +0800
committerGitHub <noreply@github.com>2022-08-11 19:16:21 +0800
commitbc4477fd564ab027dc6b9cc1de580aa4b2130c21 (patch)
tree18e21f4c09e4e7c7e0d744cc59fa05a830162305
parent154a241869b10837283450d6ae62f820ddefa3b6 (diff)
parent366e7726111ac510f86910ebc05f2c13a7081187 (diff)
Merge pull request #186007 from r-ryantm/auto-update/revive
revive: 1.2.2 -> 1.2.3
-rw-r--r--pkgs/development/tools/revive/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/revive/default.nix b/pkgs/development/tools/revive/default.nix
index 8ee80ec448c9..5b11a4c9d66e 100644
--- a/pkgs/development/tools/revive/default.nix
+++ b/pkgs/development/tools/revive/default.nix
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "revive";
- version = "1.2.2";
+ version = "1.2.3";
src = fetchFromGitHub {
owner = "mgechev";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-kHnRzjhrUPXgDTBu95Ytrhx5lO5ogm9PMzeANfLcWHQ=";
+ sha256 = "sha256-g19YrO8qTWsZmDngaDfiKVXP9aCaUbEO7Ac9Ir9KE14=";
# 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.2.2.drv | grep FAIL
+ # $ nix log /nix/store/build-revive.1.2.3.drv | grep FAIL
#
# --- FAIL: TestAll (0.01s)
# --- FAIL: TestTimeEqual (0.00s)