Unverified Commit f2283541 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

evil-helix: 20250413 -> 20250601 (#413551)

parents 46820504 1cf1e829
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

rustPlatform.buildRustPackage rec {
  pname = "evil-helix";
  version = "20250413";
  version = "20250601";

  src = fetchFromGitHub {
    owner = "usagi-flow";
    repo = "evil-helix";
    rev = "release-${version}";
    hash = "sha256-0dXDAhnkkr5rh4UK0zkT3xYthk01VbNnRrYe5rD3oh4=";
    hash = "sha256-bsl9ltPXEhkcnnHFAXQMyBCh1qd+UBV0XK2EcJOe+eg=";
  };

  useFetchCargoVendor = true;