···23buildGoModule rec {
4 pname = "orchard";
5- version = "0.13.1";
67 src = fetchFromGitHub {
8 owner = "cirruslabs";
9 repo = pname;
10 rev = version;
11- hash = "sha256-b9AHsyMiR3gTXGRbmIUX9uSd7u3dFoUZ/CtKrYpuzno=";
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.14.1";
67 src = fetchFromGitHub {
8 owner = "cirruslabs";
9 repo = pname;
10 rev = version;
11+ hash = "sha256-u4aGjEkQ9H7caW2Y5ZbiGhCV47I0Afi5NC/apJB5qvU=";
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;