mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
spirit: 0.7.0 -> 0.8.0
This commit is contained in:
parent
f2200ca6ee
commit
9280d86077
1 changed files with 6 additions and 6 deletions
|
@ -4,18 +4,18 @@
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "spirit";
|
pname = "spirit";
|
||||||
version = "0.7.0";
|
version = "0.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cashapp";
|
owner = "cashapp";
|
||||||
repo = "spirit";
|
repo = "spirit";
|
||||||
rev = "v${version}-prerelease";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-qC27kkUWELRFEVhZT7R6ickpAfDbL/AtYx2gRkDTvrI=";
|
hash = "sha256-bGKqiCd9dggppORouoWlAoAaYdx4vAivsP22KWm1fxU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-Dq7UeAH7FvY12rEYkpcKpEUzMMrGfubt0WadnZYt8dk=";
|
vendorHash = "sha256-87WUqUjyfprpY63kEKCAx/AU6TN73W7oMdOaKfl8xt4=";
|
||||||
|
|
||||||
subPackages = [ "cmd/spirit" ];
|
subPackages = [ "cmd/spirit" ];
|
||||||
|
|
||||||
|
@ -31,4 +31,4 @@ buildGoModule rec {
|
||||||
maintainers = with lib.maintainers; [ aaronjheng ];
|
maintainers = with lib.maintainers; [ aaronjheng ];
|
||||||
mainProgram = "spirit";
|
mainProgram = "spirit";
|
||||||
};
|
};
|
||||||
}
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue