Unverified Commit a15255e9 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

leo-editor: 6.8.7 -> 6.8.8 (#510026)

parents 5d1bcbe7 2cd7efc6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "leo-editor";
  version = "6.8.7";
  version = "6.8.8";

  src = fetchFromGitHub {
    owner = "leo-editor";
    repo = "leo-editor";
    tag = "v${finalAttrs.version}";
    hash = "sha256-GbbSPZQEPufRcF2aLjr9vEVLZlUIgAEP1QkaNILwJV4=";
    hash = "sha256-A7eFYdmKd4E515xRI4fuLs8wuC9sZu1qd2qMZXs7Ko0=";
  };

  dontBuild = true;