git-interactive-rebase-tool: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm 2024-06-27 23:21:20 +00:00 committed by zowoq
parent a168bb9022
commit f88031231e

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "git-interactive-rebase-tool";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "MitMaro";
repo = pname;
rev = version;
hash = "sha256-xwvL6QX+eMbxCouE1i86j/PRCxTJVAQnRVeK6fYQo/M=";
hash = "sha256-NlnESZua4OP7rhMoER/VgBST9THqISQ0LCG1ZakNTqs=";
};
cargoHash = "sha256-RDGbsmOBVMxInstTrRZK0G5eZR79ZoFK5UlkCj3zpoY=";
cargoHash = "sha256-9pUUKxPpyoX9f10ZiLWsol2rv66WzQqwa6VubRTrT9Y=";
buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];