Merge pull request #159782 from r-ryantm/auto-update/stilo-themes

stilo-themes: 3.38-1 -> 4.0
This commit is contained in:
José Romildo Malaquias 2022-02-13 06:48:27 -03:00 committed by GitHub
commit 2ef78acfdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "stilo-themes";
version = "3.38-1";
version = "4.0";
src = fetchFromGitHub {
owner = "lassekongo83";
repo = pname;
rev = "v${version}";
sha256 = "09xarzp0j0a8cqzcg0447jl5cgvl6ccj5f00dik1hy2nlrz7d8ad";
sha256 = "sha256-YKEDXrOAn7pGWb0VcOx7cKHnuX120yPzqtUVnzyLrDQ=";
};
nativeBuildInputs = [ meson ninja sassc ];