Skip to content

Commit

Permalink
rip2: 0.9.0 -> 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 2, 2025
1 parent e4f449a commit 0d1111f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ri/rip2/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "rip2";
version = "0.9.0";
version = "0.9.2";

src = fetchFromGitHub {
owner = "MilesCranmer";
repo = "rip2";
rev = "v${version}";
hash = "sha256-9leLWfPilDQHzQRzTUjAFt9olTPEL4GcQgYFWZu3dug=";
hash = "sha256-OZsiAh0sQygLdVdA1QxCf7FTvP5CrlDNeOQLv2G2X3U=";
};

cargoHash = "sha256-l6rbeiyIsr1csBcp+428TpQYSs9RvfJutGoL/wtSGR8=";
cargoHash = "sha256-9wbHXgjOWyQS8JOMQQTVetMacdjWD9C4NBWxUpcjbdg=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 0d1111f

Please sign in to comment.