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.
2 parents 28a0005 + 8cd320a commit f069afaCopy full SHA for f069afa
pkgs/by-name/ir/irust/package.nix
@@ -21,17 +21,17 @@
21
22
rustPlatform.buildRustPackage rec {
23
pname = "irust";
24
- version = "1.71.30";
+ version = "1.72.0";
25
26
src = fetchFromGitHub {
27
owner = "sigmaSd";
28
repo = "IRust";
29
rev = "irust@${version}";
30
- hash = "sha256-moYHi+hkL2I3jm3eBfaXuK4Zz84Pq2X50V5lKyIMecM=";
+ hash = "sha256-PRs6pG2aJQkmsZ1nRBaOTIrmjcYnaI9zZIHKJS/pueQ=";
31
};
32
33
useFetchCargoVendor = true;
34
- cargoHash = "sha256-NUivVSIbyLCU5VP1F6VETMRwDNzuIUvoCI/bbJSxX1g=";
+ cargoHash = "sha256-oWMKJLVmJ/UQuTNUwZ7VWOFtFa/mJGgbRMQC3aNK3Y0=";
35
36
nativeBuildInputs = [ makeWrapper ];
37
0 commit comments