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 78a0c8b + 15736ca commit 9aa8265Copy full SHA for 9aa8265
pkgs/by-name/hy/hydra-check/package.nix
@@ -11,17 +11,17 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "hydra-check";
14
- version = "2.0.3";
+ version = "2.0.4";
15
16
src = fetchFromGitHub {
17
owner = "nix-community";
18
repo = "hydra-check";
19
tag = "v${version}";
20
- hash = "sha256-h8bs6oe8zkzEDCoC9F6IzTaTkNf4eAAjt663V0qn73I=";
+ hash = "sha256-TdMZC/EE52UiJ+gYQZHV4/ReRzMOdCGH+n7pg1vpCCQ=";
21
};
22
23
useFetchCargoVendor = true;
24
- cargoHash = "sha256-aV4URx9bGAOLWRh/kFDU67GiXk7RdCqfahG+fZPfdUo=";
+ cargoHash = "sha256-G9M+1OWp2jlDeSDFagH/YOCdxGQbcru1KFyKEUcMe7g=";
25
26
nativeBuildInputs = [
27
pkg-config
0 commit comments