orchard: 0.15.2 -> 0.16.0

This commit is contained in:
R. Ryantm 2024-04-04 13:29:43 +00:00
parent ed607387c4
commit 3ddd90d476

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "orchard";
version = "0.15.2";
version = "0.16.0";
src = fetchFromGitHub {
owner = "cirruslabs";
repo = pname;
rev = version;
hash = "sha256-ccmG94OrsfQDmyBKJiPPI97uMFlnL26epsVMdAqO/1o=";
hash = "sha256-XLml3/PoDS4BN+iApoEsjt1VPjsPEKTGTZcM7V5ZQaY=";
# 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;