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

orchard: 0.20.0 -> 0.21.0
This commit is contained in:
Nick Cao 2024-07-03 19:47:18 -04:00 committed by GitHub
commit f98501f0ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "orchard";
version = "0.20.0";
version = "0.21.0";
src = fetchFromGitHub {
owner = "cirruslabs";
repo = pname;
rev = version;
hash = "sha256-wmIC5Vzne0fe42lCBj+7kNIDG777meUuehJpgmYnPuw=";
hash = "sha256-zHnrb0GU26VCfBeISjp6Ru4Vyul+CRAGMCCgLlJZNTA=";
# 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;