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: 465566948393
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d56027132014
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 30, 2019

  1. Copy the full SHA
    9fa1b3b View commit details

Commits on Oct 2, 2019

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

    matcha: 2019-09-23 -> 2019-09-30
    romildo authored Oct 2, 2019
    Copy the full SHA
    d560271 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-09-23";
version = "2019-09-30";

src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = "v${version}";
sha256 = "0fx6ksv9yb16drhx1sn4nq6jha36gha3cxnr1fjhj8dgarjqrg9k";
rev = version;
sha256 = "1zp8s2hr33lpdyc4nihfmsc728672fa2dcji4xk6dv6b64cp1xyx";
};

buildInputs = [ gdk-pixbuf librsvg ];