File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
88buildGoModule rec {
99 pname = "orchard" ;
10- version = "0.33.0 " ;
10+ version = "0.33.2 " ;
1111
1212 src = fetchFromGitHub {
1313 owner = "cirruslabs" ;
1414 repo = pname ;
1515 rev = version ;
16- hash = "sha256-cOg7wwcwmpDNqnu15j5aYxLNpBxrhliK6w3sw2JQlCg =" ;
16+ hash = "sha256-yiCMnP73C5MJLYjnZfqcKtdSzPyL/9WlAtylMXDl4E8 =" ;
1717 # populate values that require us to use git. By doing this in postFetch we
1818 # can delete .git afterwards and maintain better reproducibility of the src.
1919 leaveDotGit = true ;
@@ -24,7 +24,7 @@ buildGoModule rec {
2424 '' ;
2525 } ;
2626
27- vendorHash = "sha256-60GjN9jeYjGdkVxm+lNBS0OYt523c/HrfBPrvdET0hQ =" ;
27+ vendorHash = "sha256-fU2TXUtcXmjswlEbSsbCTOaC5rvtctHbTKbR7zIwP/g =" ;
2828
2929 nativeBuildInputs = [ installShellFiles ] ;
3030
You can’t perform that action at this time.
0 commit comments