irust: 1.71.24 -> 1.71.29 (#357562)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-11-21 11:14:47 +00:00 committed by GitHub
commit 46385eee1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,16 +21,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "irust"; pname = "irust";
version = "1.71.24"; version = "1.71.29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sigmaSd"; owner = "sigmaSd";
repo = "IRust"; repo = "IRust";
rev = "irust@${version}"; rev = "irust@${version}";
hash = "sha256-L9iSTa0KlAXVYA1PgLaxB0eHoOGrzGE49Km3jBq4jWo="; hash = "sha256-UKq9sFLhgx1eg0jKhb47NH/HaSdwegh1gES7naXXup0=";
}; };
cargoHash = "sha256-nF6tmA7IcgPG8EoFzwJa7zYKx9ezhpjIIa1tZLO0rvQ="; cargoHash = "sha256-GW2IqWyFkohFTzCqxJoj/U9gi/IrSfG0bXQl7OFc+kI=";
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];