Merge pull request #123250 from romildo/upd.stilo-themes

stilo-themes: 3.36-3 -> 3.38-1
This commit is contained in:
Sandro 2021-05-17 01:58:54 +02:00 committed by GitHub
commit 3db5ed6d34
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.36-3";
version = "3.38-1";
src = fetchFromGitHub {
owner = "lassekongo83";
repo = pname;
rev = "v${version}";
sha256 = "0haxzqxyfx3rc305w7f744fp2xb6j7yn28ldynnvmm47h7ga3as3";
sha256 = "09xarzp0j0a8cqzcg0447jl5cgvl6ccj5f00dik1hy2nlrz7d8ad";
};
nativeBuildInputs = [ meson ninja sassc ];