hydra-check: 2.0.3 -> 2.0.4

This commit is contained in:
R. Ryantm
2025-03-23 07:24:33 +00:00
parent f9ec383a10
commit 15736ca245
+3 -3
View File
@@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "hydra-check";
version = "2.0.3";
version = "2.0.4";
src = fetchFromGitHub {
owner = "nix-community";
repo = "hydra-check";
tag = "v${version}";
hash = "sha256-h8bs6oe8zkzEDCoC9F6IzTaTkNf4eAAjt663V0qn73I=";
hash = "sha256-TdMZC/EE52UiJ+gYQZHV4/ReRzMOdCGH+n7pg1vpCCQ=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-aV4URx9bGAOLWRh/kFDU67GiXk7RdCqfahG+fZPfdUo=";
cargoHash = "sha256-G9M+1OWp2jlDeSDFagH/YOCdxGQbcru1KFyKEUcMe7g=";
nativeBuildInputs = [
pkg-config