git-absorb: 0.6.15 -> 0.6.16 (#353579)

This commit is contained in:
Weijia Wang
2025-01-04 01:20:55 +01:00
committed by GitHub
@@ -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 =
''