Skip to content

Commit 46385ee

Browse files
irust: 1.71.24 -> 1.71.29 (#357562)
2 parents 0bbaf55 + e2661ee commit 46385ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ir/irust/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121

2222
rustPlatform.buildRustPackage rec {
2323
pname = "irust";
24-
version = "1.71.24";
24+
version = "1.71.29";
2525

2626
src = fetchFromGitHub {
2727
owner = "sigmaSd";
2828
repo = "IRust";
2929
rev = "irust@${version}";
30-
hash = "sha256-L9iSTa0KlAXVYA1PgLaxB0eHoOGrzGE49Km3jBq4jWo=";
30+
hash = "sha256-UKq9sFLhgx1eg0jKhb47NH/HaSdwegh1gES7naXXup0=";
3131
};
3232

33-
cargoHash = "sha256-nF6tmA7IcgPG8EoFzwJa7zYKx9ezhpjIIa1tZLO0rvQ=";
33+
cargoHash = "sha256-GW2IqWyFkohFTzCqxJoj/U9gi/IrSfG0bXQl7OFc+kI=";
3434

3535
nativeBuildInputs = [ makeWrapper ];
3636

0 commit comments

Comments
 (0)