irust: 1.76.0 -> 1.76.1 (#435656)

Co-authored-by: lelgenio <lelgenio@lelgenio.com>

authored by nixpkgs-merge-bot[bot] lelgenio and committed by GitHub ec8562fc 9db25b08

+3 -3
+3 -3
pkgs/by-name/ir/irust/package.nix
··· 21 22 rustPlatform.buildRustPackage rec { 23 pname = "irust"; 24 - version = "1.76.0"; 25 26 src = fetchFromGitHub { 27 owner = "sigmaSd"; 28 repo = "IRust"; 29 rev = "irust@${version}"; 30 - hash = "sha256-VCuXqOE4XQvfXxpDe8kSrTkiBAa4eU5m5Xv85+NZuFE="; 31 }; 32 33 - cargoHash = "sha256-I1IiyMvJXccIqRnmL9IWMQT/uyGUN/knn6RXTM8YN60="; 34 35 nativeBuildInputs = [ makeWrapper ]; 36
··· 21 22 rustPlatform.buildRustPackage rec { 23 pname = "irust"; 24 + version = "1.76.1"; 25 26 src = fetchFromGitHub { 27 owner = "sigmaSd"; 28 repo = "IRust"; 29 rev = "irust@${version}"; 30 + hash = "sha256-rNPB+POWDT6DKoqowHFmojNluFWjd+lXzYYsc9I6ebU="; 31 }; 32 33 + cargoHash = "sha256-OGK5CzDuA1sWmZgh2OCQBiTvGLdTjMALFnPXM5pYZo4="; 34 35 nativeBuildInputs = [ makeWrapper ]; 36