diff --git a/nix/itm.nix b/nix/itm.nix index 970d5cb..7b77d26 100644 --- a/nix/itm.nix +++ b/nix/itm.nix @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec { cargoPatches = [ ./itm-cargo-lock.patch ]; - cargoSha256 = "1lgv8nhzbzfw9cl4rhj46a86h9jygz0ih3j4zw5nd1346xgmz7b8"; + cargoSha256 = "1x2pagfxwhgxliygw7325qsg3ccn276f4slg9cql0sf1s304qj4g"; nativeBuildInputs = [ pkgconfig ];