mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 11:44:02 +00:00
irust: 1.71.24 -> 1.71.29 (#357562)
This commit is contained in:
commit
46385eee1e
@ -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 ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user