Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cfd4d4557af9
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: df87e37ff5ea
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 6, 2020

  1. Copy the full SHA
    1db4cd1 View commit details

Commits on Feb 7, 2020

  1. Merge pull request #79358 from romildo/upd.matcha

    matcha: 2019-11-02 -> 2020-02-06
    romildo authored Feb 7, 2020
    Copy the full SHA
    df87e37 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/data/themes/matcha/default.nix
6 changes: 3 additions & 3 deletions pkgs/data/themes/matcha/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "matcha";
version = "2019-11-02";
version = "2020-02-06";

src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "0wci9ahap8kynq8cbyxr7aba9ndb1d4kiq42xvzr34vw1rhcahrr";
sha256 = "14kii4dn028yqbsd0pr195di067harh9z2h753856dlxvs8d6vkx";
};

buildInputs = [ gdk-pixbuf librsvg ];
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "A stylish Design theme for GTK based desktop environments";
homepage = https://vinceliuice.github.io/theme-matcha;
homepage = "https://vinceliuice.github.io/theme-matcha";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];