Unverified Commit 618ae902 authored by José Romildo Malaquias's avatar José Romildo Malaquias Committed by GitHub
Browse files

Merge pull request #325558 from romildo/upd.marwaita-ubuntu

marwaita-orange: 17.0 -> 20.3
parents 6a824801 ac5f297b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@
}:

stdenv.mkDerivation rec {
  pname = "marwaita-ubuntu";
  version = "17.0";
  pname = "marwaita-orange";
  version = "20.3";

  src = fetchFromGitHub {
    owner = "darkomarko42";
    repo = pname;
    rev = "481aae16034e0321bcabd14270639b8bd8b9aa73";
    hash = "sha256-Ze2nR+77qe0TfwcvXP9eheB7mXSSVdejk11GS0fx7LY=";
    rev = version;
    hash = "sha256-RT7+LmauSAavl4ZA9vuKNrh/x8cGUb9V4RecxI/fN+E=";
  };

  buildInputs = [
+1 −0
Original line number Diff line number Diff line
@@ -865,6 +865,7 @@ mapAliases ({
  markmind = throw "markmind has been removed from nixpkgs, because it depended on an old version of electron"; # Added 2023-09-12
  marwaita-manjaro = lib.warn "marwaita-manjaro has been renamed to marwaita-darkcyan" marwaita-darkcyan; # Added 2024-07-01
  marwaita-peppermint = lib.warn "marwaita-peppermint has been renamed to marwaita-red" marwaita-red; # Added 2024-07-01
  marwaita-ubuntu = lib.warn "marwaita-ubuntu has been renamed to marwaita-orange" marwaita-orange; # Added 2024-07-08
  matrique = spectral; # Added 2020-01-27
  matrixcli = throw "'matrixcli' has been removed due to being unmaintained and broken functionality. Recommend 'matrix-commander' as an alternative"; # Added 2024-03-09
  matrix-recorder = throw "matrix-recorder has been removed due to being unmaintained"; # Added 2023-05-21
+0 −2
Original line number Diff line number Diff line
@@ -28552,8 +28552,6 @@ with pkgs;
  marwaita-pop_os = callPackage ../data/themes/marwaita-pop_os { };
  marwaita-ubuntu = callPackage ../data/themes/marwaita-ubuntu { };
  matcha-gtk-theme = callPackage ../data/themes/matcha { };
  materia-theme = callPackage ../data/themes/materia-theme { };