git-absorb: 0.8.0 -> 0.9.0 (#490320)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-14 08:55:00 +00:00
committed by GitHub
+3 -3
View File
@@ -11,13 +11,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "git-absorb";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "tummychow";
repo = "git-absorb";
tag = finalAttrs.version;
hash = "sha256-O9bJMYhIyCtztswvL0JQ4ZtsAAI9TlHzWDeGdTHEmP4=";
hash = "sha256-jAR+Vq6SZZXkseOxZVJSjsQOStIip8ThiaLroaJcIfc=";
};
nativeBuildInputs = [
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
which # used by Documentation/Makefile
];
cargoHash = "sha256-QBZItmKH9b2KwHR88MotyIT2krZl5QQFLvUmPmbxl4U=";
cargoHash = "sha256-8uCXk5bXn/x4QXbGOROGlWYMSqIv+/7dBGZKbYkLfF4=";
nativeCheckInputs = [
gitMinimal