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

Commits on Mar 17, 2019

  1. zuki-themes 3.30-1 -> 3.32-1 (#57802)

    romildo authored and xeji committed Mar 17, 2019
    Copy the full SHA
    b76f320 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/themes/zuki/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/themes/zuki/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "zuki-themes";
version = "3.30-1";
version = "3.32-1";

src = fetchFromGitHub {
owner = "lassekongo83";
repo = pname;
rev = "v${version}";
sha256 = "0d7i0jhjiarqnwkc1k505bw8r9bvbwk3x8yzqmc3vnwcd7mr3m9x";
sha256 = "0x6ghc7n5y7p0agm2yp7rygz9154f58s891zxzhd07wc2c4mzp0s";
};

buildInputs = [ gdk_pixbuf librsvg ];