hawkeye: 6.0.2 -> 6.0.3 (#398509)

Co-authored-by: matthiasbeyer <mail@beyermatthias.de>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-15 10:46:00 +00:00
committed by GitHub
co-authored by matthiasbeyer
+3 -3
View File
@@ -7,17 +7,17 @@
rustPackages.rustPlatform.buildRustPackage rec {
pname = "hawkeye";
version = "6.0.2";
version = "6.0.3";
src = fetchFromGitHub {
owner = "korandoru";
repo = "hawkeye";
tag = "v${version}";
hash = "sha256-wT6c2wA31+xFcgPUp4djuvsHxwWyEderQTPSzLLqeAg=";
hash = "sha256-reeNsnWvn7sSfyqjGIk8jFnv8HaEBJsqitmNbRa9eTM=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-qWn9duoGmYVHGBnjT57/m2BT/yc9BNUGHSn748ZmAzg=";
cargoHash = "sha256-vvAbdY6C/cCiDu4hl4AL3Gh+TrbC93rn/l6NzgAsFuo=";
nativeBuildInputs = [
pkg-config