Loading pkgs/data/themes/marwaita-ubuntu/default.nix +8 −4 Original line number Diff line number Diff line { lib, stdenv { lib , stdenv , fetchFromGitHub , gdk-pixbuf , gtk-engine-murrine , gtk_engines , librsvg , gitUpdater }: stdenv.mkDerivation rec { pname = "marwaita-ubuntu"; version = "1.7"; version = "17.0"; src = fetchFromGitHub { owner = "darkomarko42"; repo = pname; rev = version; sha256 = "024b0817jilvi5ilq9sbwg19ql5i2x3jfgc1awk7zzv6sqii639x"; rev = "481aae16034e0321bcabd14270639b8bd8b9aa73"; hash = "sha256-Ze2nR+77qe0TfwcvXP9eheB7mXSSVdejk11GS0fx7LY="; }; buildInputs = [ Loading @@ -36,6 +38,8 @@ stdenv.mkDerivation rec { runHook postInstall ''; passthru.updateScript = gitUpdater { }; meta = with lib; { description = "Ubuntu Style of Marwaita GTK theme"; homepage = "https://www.pling.com/p/1352833/"; Loading Loading
pkgs/data/themes/marwaita-ubuntu/default.nix +8 −4 Original line number Diff line number Diff line { lib, stdenv { lib , stdenv , fetchFromGitHub , gdk-pixbuf , gtk-engine-murrine , gtk_engines , librsvg , gitUpdater }: stdenv.mkDerivation rec { pname = "marwaita-ubuntu"; version = "1.7"; version = "17.0"; src = fetchFromGitHub { owner = "darkomarko42"; repo = pname; rev = version; sha256 = "024b0817jilvi5ilq9sbwg19ql5i2x3jfgc1awk7zzv6sqii639x"; rev = "481aae16034e0321bcabd14270639b8bd8b9aa73"; hash = "sha256-Ze2nR+77qe0TfwcvXP9eheB7mXSSVdejk11GS0fx7LY="; }; buildInputs = [ Loading @@ -36,6 +38,8 @@ stdenv.mkDerivation rec { runHook postInstall ''; passthru.updateScript = gitUpdater { }; meta = with lib; { description = "Ubuntu Style of Marwaita GTK theme"; homepage = "https://www.pling.com/p/1352833/"; Loading