1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

orchard: 0.24.0 -> 0.24.1

This commit is contained in:
R. Ryantm 2024-10-20 07:13:59 +00:00
parent 88d3f02d30
commit 5534d77dbc

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "orchard";
version = "0.24.0";
version = "0.24.1";
src = fetchFromGitHub {
owner = "cirruslabs";
repo = pname;
rev = version;
hash = "sha256-N54wkqe05Hm9o+kQmWTJREoU+0GnivaVTJngtBDL8+U=";
hash = "sha256-6w/UcifseoajAOKZnn0GJiUzXAmLNGKLDCZkeZLK8NI=";
# 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;