Skip to content

Commit 44bac51

Browse files
authored
go-critic: 0.11.5 -> 0.12.0 (#383514)
2 parents 684fa96 + 321ebae commit 44bac51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/go/go-critic/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
buildGoModule rec {
1111
pname = "go-critic";
12-
version = "0.11.5";
12+
version = "0.12.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "go-critic";
1616
repo = "go-critic";
1717
rev = "v${version}";
18-
hash = "sha256-KH7jawMd73qdl1S+YQlQGW/2Vj8XjMLJ15Hz0cdwDO4=";
18+
hash = "sha256-iGJ2GPag79HSdwCJOuUn86fEe1/NhmPXVRCCYeWokGw=";
1919
};
2020

21-
vendorHash = "sha256-vBGCFnKKpMcM7RWmT05oPwCItR4QMHhTAZ8x2ejJpcI=";
21+
vendorHash = "sha256-DhjXu/9Cv/pcBuC83Hc2PpgvN9k445WOr1IBkxtmQlw=";
2222

2323
subPackages = [
2424
"cmd/gocritic"

0 commit comments

Comments
 (0)