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

Commits on Mar 17, 2019

  1. plano-theme: 3.30-3 -> 3.32-1 (#57801)

    romildo authored and xeji committed Mar 17, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    a8eb2d9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/themes/plano/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/themes/plano/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "plano-theme";
version = "3.30-3";
version = "3.32-1";

src = fetchFromGitHub {
owner = "lassekongo83";
repo = pname;
rev = "v${version}";
sha256 = "1rb9whr5r2pj6fmwa9g0vdrfki3dqldnx85mpyq07jvxkipcdq6g";
sha256 = "0p9j4p32489jb6d67jhf9x26my0mddcc6a174x713drch8zvb96l";
};

buildInputs = [ gdk_pixbuf gtk_engines ];