···23buildGoModule rec {
4 pname = "orchard";
5- version = "0.21.0";
67 src = fetchFromGitHub {
8 owner = "cirruslabs";
9 repo = pname;
10 rev = version;
11- hash = "sha256-zHnrb0GU26VCfBeISjp6Ru4Vyul+CRAGMCCgLlJZNTA=";
12 # populate values that require us to use git. By doing this in postFetch we
13 # can delete .git afterwards and maintain better reproducibility of the src.
14 leaveDotGit = true;
···23buildGoModule rec {
4 pname = "orchard";
5+ version = "0.22.0";
67 src = fetchFromGitHub {
8 owner = "cirruslabs";
9 repo = pname;
10 rev = version;
11+ hash = "sha256-SJZJN0IDR17hRd0NBER3CCys87vCTHOVz8+PNwFNt1M=";
12 # populate values that require us to use git. By doing this in postFetch we
13 # can delete .git afterwards and maintain better reproducibility of the src.
14 leaveDotGit = true;