orchard: 0.12.0 -> 0.13.1

This commit is contained in:
R. Ryantm 2023-10-03 05:32:37 +00:00
parent e5e88c99f3
commit 4a2f9d52eb

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;