Unverified Commit 1007ba18 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #323403 from sefidel/lite-xl-2.1.5

lite-xl: 2.1.4 -> 2.1.5
parents fb56eecc 95f4c8c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "lite-xl";
  version = "2.1.4";
  version = "2.1.5";

  src = fetchFromGitHub {
    owner = "lite-xl";
    repo = "lite-xl";
    rev = "v${version}";
    hash = "sha256-TqrFI5TFb2hnnlHYUjLDUTDK3/Wgg1gOxIP8owLi/yo=";
    hash = "sha256-awXcmYAvQUdFUr2vFlnBt8WTLrACREfB7J8HoSyVPTs=";
  };

  nativeBuildInputs = [ meson ninja pkg-config ];