git-absorb: 0.6.10 -> 0.6.11

Diff: https://github.com/tummychow/git-absorb/compare/refs/tags/0.6.10...0.6.11
This commit is contained in:
Mario Rodas
2023-11-28 04:20:00 +00:00
parent 4fc36fab4d
commit e8d0a493f5
@@ -2,20 +2,20 @@
rustPlatform.buildRustPackage rec {
pname = "git-absorb";
version = "0.6.10";
version = "0.6.11";
src = fetchFromGitHub {
owner = "tummychow";
repo = pname;
repo = "git-absorb";
rev = "refs/tags/${version}";
hash = "sha256-lFaiv9bgzu6XVcQuLXWoWsKl0cylfrF5rC0i3qj+zU0=";
hash = "sha256-SYBJKnzv2oktWubgm/j6wEeoLSBjGqQVXQf9LOaq+NU=";
};
nativeBuildInputs = [ installShellFiles ];
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
cargoHash = "sha256-hksSyVdsGe/Ha3F5orL4W/k2nzFCuMqQjBgsT1jiWLw=";
cargoHash = "sha256-i2ntM7NTi+hiB7DxEEV+3SXV8sVVWcNanif/wUZ9XvI=";
postInstall = ''
installManPage Documentation/git-absorb.1