We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae1a6ac + 718618e commit 02f17ebCopy full SHA for 02f17eb
pkgs/by-name/ha/hawkeye/package.nix
@@ -7,17 +7,17 @@
7
8
rustPackages.rustPlatform.buildRustPackage rec {
9
pname = "hawkeye";
10
- version = "6.0.2";
+ version = "6.0.3";
11
12
src = fetchFromGitHub {
13
owner = "korandoru";
14
repo = "hawkeye";
15
tag = "v${version}";
16
- hash = "sha256-wT6c2wA31+xFcgPUp4djuvsHxwWyEderQTPSzLLqeAg=";
+ hash = "sha256-reeNsnWvn7sSfyqjGIk8jFnv8HaEBJsqitmNbRa9eTM=";
17
};
18
19
useFetchCargoVendor = true;
20
- cargoHash = "sha256-qWn9duoGmYVHGBnjT57/m2BT/yc9BNUGHSn748ZmAzg=";
+ cargoHash = "sha256-vvAbdY6C/cCiDu4hl4AL3Gh+TrbC93rn/l6NzgAsFuo=";
21
22
nativeBuildInputs = [
23
pkg-config
0 commit comments