git-absorb: 0.6.16 -> 0.6.17 (#372550)

This commit is contained in:
Nick Cao
2025-01-10 11:55:21 -05:00
committed by GitHub
@@ -8,18 +8,18 @@
rustPlatform.buildRustPackage rec {
pname = "git-absorb";
version = "0.6.16";
version = "0.6.17";
src = fetchFromGitHub {
owner = "tummychow";
repo = "git-absorb";
tag = version;
hash = "sha256-5ZCCrq/mc9FAjl7AMbuQyRak5sL1dG3qWnrdNzUu4Ss=";
hash = "sha256-wtXqJfI/I0prPip3AbfFk0OvPja6oytPsl6hFtZ6b50=";
};
nativeBuildInputs = [ installShellFiles ];
cargoHash = "sha256-CzZgAjAIJryhFEJve3E62rg4QGRPSvBMuFZJzHGf09w=";
cargoHash = "sha256-R9hh696KLoYUfJIe3X4X1VHOpPmv1fhZ55y8muVAdRI=";
postInstall =
''