spirit: 0-unstable-2024-05-24 -> 0.5.0 (#332140)
This commit is contained in:
commit
4b52ee1214
@ -3,18 +3,18 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule {
|
buildGoModule rec {
|
||||||
pname = "spirit";
|
pname = "spirit";
|
||||||
version = "0-unstable-2024-05-24";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cashapp";
|
owner = "cashapp";
|
||||||
repo = "spirit";
|
repo = "spirit";
|
||||||
rev = "a384d903db9586d2610f06319bd67814dad678a5";
|
rev = "v${version}-prerelease";
|
||||||
hash = "sha256-oybvdVSG9XvBk4j+a+R8CIrEmzZ+gV0Chysq/sr2sws=";
|
hash = "sha256-e0Eu7BeOwZA8UKwonuuOde1idzaIMtprWya7nxgqyjs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-iTU45Ce5Mb09MyJTzqueyO0F9wV39l106Lkj50oYDvc=";
|
vendorHash = "sha256-es1PGgLoE3DklnQziRjWmY7f6NNVd24L2JiuLkol6HI=";
|
||||||
|
|
||||||
subPackages = [ "cmd/spirit" ];
|
subPackages = [ "cmd/spirit" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user