orchard: 0.18.0 -> 0.19.0

This commit is contained in:
R. Ryantm
2024-06-12 01:57:21 +00:00
parent e913ae3400
commit 7d67170ca9
+3 -3
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "orchard";
version = "0.18.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "cirruslabs";
repo = pname;
rev = version;
hash = "sha256-rzfGECRa3IPt9LRX8Av7NabaIzaKfxzkOR85q9zl9sk=";
hash = "sha256-8E5U+2JTc0GYteoKqYn3JRrMx6ta1J+0GR3Jtn+NkYk=";
# 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;
@@ -19,7 +19,7 @@ buildGoModule rec {
'';
};
vendorHash = "sha256-dVWCxEmqzJw9oN6mCwFVn81Mhq4XfBEM3iXHQn4NXko=";
vendorHash = "sha256-icV4MOVzPSCGhFTIixWA02Jcf/7qhQwG4sBx1kRoJks=";
nativeBuildInputs = [ installShellFiles ];