git-absorb: 0.6.15 -> 0.6.16

Diff: https://github.com/tummychow/git-absorb/compare/refs/tags/0.6.15...0.6.16
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani
2025-01-04 00:47:17 +01:00
committed by Weijia Wang
parent a7f712ad6e
commit b6d859feae
@@ -8,18 +8,18 @@
rustPlatform.buildRustPackage rec {
pname = "git-absorb";
version = "0.6.15";
version = "0.6.16";
src = fetchFromGitHub {
owner = "tummychow";
repo = "git-absorb";
tag = version;
hash = "sha256-7Y/gEym+29lTwJ7FbuvOqzbiMSzrY9f5IPhtvIJUKbU=";
hash = "sha256-5ZCCrq/mc9FAjl7AMbuQyRak5sL1dG3qWnrdNzUu4Ss=";
};
nativeBuildInputs = [ installShellFiles ];
cargoHash = "sha256-Y/0In33y4mVTaE9yoBZ/3tRWcsSKgGjTCSHdjScNEj0=";
cargoHash = "sha256-CzZgAjAIJryhFEJve3E62rg4QGRPSvBMuFZJzHGf09w=";
postInstall =
''