rip2: 0.9.2 -> 0.9.3 (#377022)

Co-authored-by: MilesCranmer <MilesCranmer@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-26 21:47:44 +00:00
committed by GitHub
co-authored by MilesCranmer
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "rip2";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "MilesCranmer";
repo = "rip2";
rev = "v${version}";
hash = "sha256-OZsiAh0sQygLdVdA1QxCf7FTvP5CrlDNeOQLv2G2X3U=";
hash = "sha256-bwIvjpZgX95Vg14sU6JmYuWNHP38ZBM98ii/Rze+lqA=";
};
cargoHash = "sha256-9wbHXgjOWyQS8JOMQQTVetMacdjWD9C4NBWxUpcjbdg=";
cargoHash = "sha256-rzY0gMipvC5vYmKUJTVU8OSbmMQxtLIuizIIbrH6v4s=";
nativeBuildInputs = [ installShellFiles ];