rip2: 0.9.4 -> 0.9.5 (#442844)

Changed files
+3 -3
pkgs
by-name
ri
+3 -3
pkgs/by-name/ri/rip2/package.nix
···
rustPlatform.buildRustPackage rec {
pname = "rip2";
-
version = "0.9.4";
+
version = "0.9.5";
src = fetchFromGitHub {
owner = "MilesCranmer";
repo = "rip2";
rev = "v${version}";
-
hash = "sha256-lNMFbc0TItvVuzwpVbe7qWlSCzIaFi0/cQwfq2itzbY=";
+
hash = "sha256-vYkJlmzysUcX+jULGSs4Omu2RjUs4ZO4blN/zlzDcqc=";
};
-
cargoHash = "sha256-KUVybOCtc66AubXjei0YCkXirfuIDgK3xSxjNODun98=";
+
cargoHash = "sha256-+8o4PFcJ/jMoMzfEA96tJ8wuH1CTqxnDwvFuegmPcEY=";
nativeBuildInputs = [ installShellFiles ];