mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
hawkeye: 6.0.3 -> 6.0.4
This commit is contained in:
parent
bdc995d3e9
commit
3470ccf959
1 changed files with 3 additions and 3 deletions
|
@ -7,17 +7,17 @@
|
||||||
|
|
||||||
rustPackages.rustPlatform.buildRustPackage (finalAttrs: {
|
rustPackages.rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "hawkeye";
|
pname = "hawkeye";
|
||||||
version = "6.0.3";
|
version = "6.0.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "korandoru";
|
owner = "korandoru";
|
||||||
repo = "hawkeye";
|
repo = "hawkeye";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-reeNsnWvn7sSfyqjGIk8jFnv8HaEBJsqitmNbRa9eTM=";
|
hash = "sha256-kIHeyNmtrkYZ+o0HojM0N1RhPEeTf+ADMTOvZzjFDLs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-vvAbdY6C/cCiDu4hl4AL3Gh+TrbC93rn/l6NzgAsFuo=";
|
cargoHash = "sha256-yf2oIpekE8pjxvPpvwEbHJ/jK6HwUMm1RupwLnK4Q4U=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue