Skip to content

Commit 02f17eb

Browse files
hawkeye: 6.0.2 -> 6.0.3 (#398509)
Co-authored-by: matthiasbeyer <[email protected]>
2 parents ae1a6ac + 718618e commit 02f17eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ha/hawkeye/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77

88
rustPackages.rustPlatform.buildRustPackage rec {
99
pname = "hawkeye";
10-
version = "6.0.2";
10+
version = "6.0.3";
1111

1212
src = fetchFromGitHub {
1313
owner = "korandoru";
1414
repo = "hawkeye";
1515
tag = "v${version}";
16-
hash = "sha256-wT6c2wA31+xFcgPUp4djuvsHxwWyEderQTPSzLLqeAg=";
16+
hash = "sha256-reeNsnWvn7sSfyqjGIk8jFnv8HaEBJsqitmNbRa9eTM=";
1717
};
1818

1919
useFetchCargoVendor = true;
20-
cargoHash = "sha256-qWn9duoGmYVHGBnjT57/m2BT/yc9BNUGHSn748ZmAzg=";
20+
cargoHash = "sha256-vvAbdY6C/cCiDu4hl4AL3Gh+TrbC93rn/l6NzgAsFuo=";
2121

2222
nativeBuildInputs = [
2323
pkg-config

0 commit comments

Comments
 (0)