Unverified Commit fe99af51 authored by Tim Kleinschmidt's avatar Tim Kleinschmidt
Browse files

gex: 0.6.0 -> 0.6.1

parent 0d2fb29f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";