git-branchless: 0.3.6 -> 0.3.7

This commit is contained in:
Henri Menke 2021-10-23 15:17:04 +02:00
parent 4a2cb3738d
commit daf3ce27e3
No known key found for this signature in database
GPG key ID: FB7AD61E3D806382

View file

@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec {
pname = "git-branchless";
version = "0.3.6-nixos.0";
version = "0.3.7";
src = fetchFromGitHub {
owner = "arxanas";
repo = "git-branchless";
rev = "v${version}";
sha256 = "sha256-Sq+43w7xgrCe2w+9A/gfe/34+K2IgZVholtD+WF59Qo=";
sha256 = "sha256-knRRjTjnhpedcQTVpJnBsrnaeRbjZ2i3aABeE0LrQ+c=";
};
cargoSha256 = "sha256-tCpvIqGMklOUJ/+d8poq4uz2EyZTkBmtlkA/BUIVPxs=";
cargoSha256 = "sha256-NyzsY5d4iC3zMSzmh9Qmd211oT6lmhUdvIfQdnzrtok=";
nativeBuildInputs = [ pkg-config ];