spirit: 0-unstable-2024-05-24 -> 0.5.0 (#332140)

This commit is contained in:
Sebastián Mancilla 2024-08-30 20:58:03 -04:00 committed by GitHub
commit 4b52ee1214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,18 +3,18 @@
, fetchFromGitHub
}:
buildGoModule {
buildGoModule rec {
pname = "spirit";
version = "0-unstable-2024-05-24";
version = "0.5.0";
src = fetchFromGitHub {
owner = "cashapp";
repo = "spirit";
rev = "a384d903db9586d2610f06319bd67814dad678a5";
hash = "sha256-oybvdVSG9XvBk4j+a+R8CIrEmzZ+gV0Chysq/sr2sws=";
rev = "v${version}-prerelease";
hash = "sha256-e0Eu7BeOwZA8UKwonuuOde1idzaIMtprWya7nxgqyjs=";
};
vendorHash = "sha256-iTU45Ce5Mb09MyJTzqueyO0F9wV39l106Lkj50oYDvc=";
vendorHash = "sha256-es1PGgLoE3DklnQziRjWmY7f6NNVd24L2JiuLkol6HI=";
subPackages = [ "cmd/spirit" ];