Skip to content

Commit 9036b63

Browse files
committed
irust: 1.76.0 -> 1.76.1
1 parent 0d58fdb commit 9036b63

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.76.0";
24+
version = "1.76.1";
2525

2626
src = fetchFromGitHub {
2727
owner = "sigmaSd";
2828
repo = "IRust";
2929
rev = "irust@${version}";
30-
hash = "sha256-VCuXqOE4XQvfXxpDe8kSrTkiBAa4eU5m5Xv85+NZuFE=";
30+
hash = "sha256-rNPB+POWDT6DKoqowHFmojNluFWjd+lXzYYsc9I6ebU=";
3131
};
3232

33-
cargoHash = "sha256-I1IiyMvJXccIqRnmL9IWMQT/uyGUN/knn6RXTM8YN60=";
33+
cargoHash = "sha256-OGK5CzDuA1sWmZgh2OCQBiTvGLdTjMALFnPXM5pYZo4=";
3434

3535
nativeBuildInputs = [ makeWrapper ];
3636

0 commit comments

Comments
 (0)