spirit: 0-unstable-2024-05-24 -> 0.5.0

This commit is contained in:
Aaron Jheng 2024-08-04 02:13:19 +00:00
parent 82821e1670
commit 4821cd6d5f
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -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" ];