Merge pull request #265224 from romildo/upd.marwaita-pop_os
marwaita-pop_os: 10.3 -> 17.0
This commit is contained in:
commit
fcdfc5601c
1 changed files with 6 additions and 3 deletions
|
@ -5,17 +5,18 @@
|
||||||
, gtk-engine-murrine
|
, gtk-engine-murrine
|
||||||
, gtk_engines
|
, gtk_engines
|
||||||
, librsvg
|
, librsvg
|
||||||
|
, gitUpdater
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "marwaita-pop_os";
|
pname = "marwaita-pop_os";
|
||||||
version = "10.3";
|
version = "17.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "darkomarko42";
|
owner = "darkomarko42";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = "1f3561f1231d0e9e931f93c5d59df19ed2205ce0";
|
||||||
sha256 = "1j6d91kx6iw8sy35rhhjvwb3qz60bvf7a7g7q2i0sznzdicrwsq6";
|
hash = "sha256-WbCIMEWF5853TQyhq8aRoWzpsmjObm9hEc4I0pxDNOM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -37,6 +38,8 @@ stdenv.mkDerivation rec {
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = gitUpdater { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Marwaita GTK theme with Pop_os Linux style";
|
description = "Marwaita GTK theme with Pop_os Linux style";
|
||||||
homepage = "https://www.pling.com/p/1377894/";
|
homepage = "https://www.pling.com/p/1377894/";
|
||||||
|
|
Loading…
Reference in a new issue