Skip to content

Commit a35dd5e

Browse files
authored
croc: 10.1.3 -> 10.2.1 (#369835)
2 parents f8c36f8 + 0d9adde commit a35dd5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/cr/croc/package.nix

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

99
buildGoModule rec {
1010
pname = "croc";
11-
version = "10.1.3";
11+
version = "10.2.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "schollz";
1515
repo = pname;
1616
rev = "v${version}";
17-
hash = "sha256-Zem1m2VU0Uc7TkG+BuHcW4hwWHB6FU9e905ZUjjwpK4=";
17+
hash = "sha256-T75RyUjni7pNOxSe90xYW8426g3XjtI7YN0z8WADusQ=";
1818
};
1919

20-
vendorHash = "sha256-lGKuJocZDYj4NSaf1Q0+tQ4ORZEpsdwpuztXPDCfPIA=";
20+
vendorHash = "sha256-IL2nKlxJ08xBCW9mnHlPlOccgjHSeLt6ISpMMiBf7J8=";
2121

2222
subPackages = [ "." ];
2323

0 commit comments

Comments
 (0)