Merge pull request #100338 from romildo/upd.lounge-gtk-theme

lounge-gtk-theme: 1.22 -> 1.24
gstqt5
José Romildo Malaquias 2020-10-18 16:59:39 -03:00 committed by GitHub
commit aa07adf211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lounge-gtk-theme";
version = "1.22";
version = "1.24";
src = fetchFromGitHub {
owner = "monday15";
repo = pname;
rev = version;
sha256 = "1y1wkfsv2zrxqcqr53lmr9743mvzcy4swi5j6sxmk1aykx6ccs1p";
sha256 = "0ima0aa5j296xn4y0d1zj6vcdrdpnihqdidj7bncxzgbnli1vazs";
};
nativeBuildInputs = [ meson ninja sassc gtk3 ];