Skip to content

Commit 15736ca

Browse files
committed
hydra-check: 2.0.3 -> 2.0.4
1 parent f9ec383 commit 15736ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/hy/hydra-check/package.nix

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

1212
rustPlatform.buildRustPackage rec {
1313
pname = "hydra-check";
14-
version = "2.0.3";
14+
version = "2.0.4";
1515

1616
src = fetchFromGitHub {
1717
owner = "nix-community";
1818
repo = "hydra-check";
1919
tag = "v${version}";
20-
hash = "sha256-h8bs6oe8zkzEDCoC9F6IzTaTkNf4eAAjt663V0qn73I=";
20+
hash = "sha256-TdMZC/EE52UiJ+gYQZHV4/ReRzMOdCGH+n7pg1vpCCQ=";
2121
};
2222

2323
useFetchCargoVendor = true;
24-
cargoHash = "sha256-aV4URx9bGAOLWRh/kFDU67GiXk7RdCqfahG+fZPfdUo=";
24+
cargoHash = "sha256-G9M+1OWp2jlDeSDFagH/YOCdxGQbcru1KFyKEUcMe7g=";
2525

2626
nativeBuildInputs = [
2727
pkg-config

0 commit comments

Comments
 (0)