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

Commits on Jan 10, 2020

  1. Copy the full SHA
    c0f1be9 View commit details

Commits on Jan 11, 2020

  1. Merge pull request #77430 from romildo/upd.shades-of-gray-theme

    shades-of-gray-theme: 1.2.0 -> 1.2.1
    worldofpeace authored Jan 11, 2020
    Copy the full SHA
    6180099 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/data/themes/shades-of-gray/default.nix
6 changes: 3 additions & 3 deletions pkgs/data/themes/shades-of-gray/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "shades-of-gray-theme";
version = "1.2.0";
version = "1.2.1";

src = fetchFromGitHub {
owner = "WernerFP";
repo = pname;
rev = version;
sha256 = "17hlc224mvm9aa5msbq380vv187bw709a4ys27dw4kas6gm04g2s";
sha256 = "153isyxly7nvivaz87zk2v1bqzcb3wk0j9vhgxzcz6qkf754q61s";
};

buildInputs = [ gtk_engines ];
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Flat dark GTK theme with ergonomic contrasts";
homepage = https://github.com/WernerFP/Shades-of-gray-theme;
homepage = "https://github.com/WernerFP/Shades-of-gray-theme";
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];