Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2433c575f006
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 86c39d353383
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 11, 2019

  1. zuki-themes: 3.28-3 -> 3.30-1

    romildo committed Feb 11, 2019
    Copy the full SHA
    692b978 View commit details
  2. Merge pull request #55545 from romildo/upd.zuki-themes

    zuki-themes: 3.28-3 -> 3.30-1
    worldofpeace authored Feb 11, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    erictapen Kerstin
    Copy the full SHA
    86c39d3 View commit details
Showing with 6 additions and 6 deletions.
  1. +4 −4 pkgs/{misc → data}/themes/zuki/default.nix
  2. +2 −2 pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, gdk_pixbuf, librsvg, gtk-engine-murrine }:

stdenv.mkDerivation rec {
name = "zuki-themes-${version}";
version = "3.28-3";
pname = "zuki-themes";
version = "3.30-1";

src = fetchFromGitHub {
owner = "lassekongo83";
repo = "zuki-themes";
repo = pname;
rev = "v${version}";
sha256 = "0sgp41fpd8lyyb0v82y41v3hmb0ayv3zqqrv0m3ln0dzkr7ym9g7";
sha256 = "0d7i0jhjiarqnwkc1k505bw8r9bvbwk3x8yzqmc3vnwcd7mr3m9x";
};

buildInputs = [ gdk_pixbuf librsvg ];
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -16004,6 +16004,8 @@ in

zilla-slab = callPackage ../data/fonts/zilla-slab { };

zuki-themes = callPackage ../data/themes/zuki { };


### APPLICATIONS

@@ -23275,8 +23277,6 @@ in

zk-shell = callPackage ../applications/misc/zk-shell { };

zuki-themes = callPackage ../misc/themes/zuki { };

tora = libsForQt5.callPackage ../development/tools/tora {};

xulrunner = firefox-unwrapped;