We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b413874 commit e2661eeCopy full SHA for e2661ee
pkgs/by-name/ir/irust/package.nix
@@ -21,16 +21,16 @@
21
22
rustPlatform.buildRustPackage rec {
23
pname = "irust";
24
- version = "1.71.24";
+ version = "1.71.29";
25
26
src = fetchFromGitHub {
27
owner = "sigmaSd";
28
repo = "IRust";
29
rev = "irust@${version}";
30
- hash = "sha256-L9iSTa0KlAXVYA1PgLaxB0eHoOGrzGE49Km3jBq4jWo=";
+ hash = "sha256-UKq9sFLhgx1eg0jKhb47NH/HaSdwegh1gES7naXXup0=";
31
};
32
33
- cargoHash = "sha256-nF6tmA7IcgPG8EoFzwJa7zYKx9ezhpjIIa1tZLO0rvQ=";
+ cargoHash = "sha256-GW2IqWyFkohFTzCqxJoj/U9gi/IrSfG0bXQl7OFc+kI=";
34
35
nativeBuildInputs = [ makeWrapper ];
36
0 commit comments