gex: 0.6.0 -> 0.6.1

This commit is contained in:
Tim Kleinschmidt 2023-08-05 09:12:12 +02:00
parent 0d2fb29f50
commit fe99af5109
No known key found for this signature in database
GPG Key ID: 3F74D3A286A02EED

View File

@ -8,19 +8,19 @@
rustPlatform.buildRustPackage rec {
pname = "gex";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "Piturnah";
repo = pname;
rev = "v${version}";
hash = "sha256-J2tmDpt4vRFgD5yfFZOdBLROvyZVEthc+MHM1Yta5jI=";
hash = "sha256-OCC2kHPHWFwqdE0THNZbH7d3gxTBD5MUMWY6PO5GuHU";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libgit2 ];
cargoHash = "sha256-AsUHswR7+wMyAvOp3rkvRJvThHLH993gQ+/V38vbbNQ=";
cargoHash = "sha256-28sMY47LAdaGmPNmxeu/w1Pn6AV3JlWbxFcit5pLkI0";
meta = with lib; {
description = "Git Explorer: cross-platform git workflow improvement tool inspired by Magit";