Merge pull request #258727 from r-ryantm/auto-update/orchard

orchard: 0.12.0 -> 0.13.1
This commit is contained in:
Nick Cao 2023-10-03 09:54:59 -04:00 committed by GitHub
commit 4540ed75f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "orchard";
version = "0.12.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = "cirruslabs";
repo = pname;
rev = version;
hash = "sha256-+QNYlZ3/GiDtCySZPOlrDy03lkdGGvbFCWidQhbZJYQ=";
hash = "sha256-b9AHsyMiR3gTXGRbmIUX9uSd7u3dFoUZ/CtKrYpuzno=";
# populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src.
leaveDotGit = true;