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

Commits on Feb 28, 2019

  1. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    74031d9 View commit details

Commits on Mar 4, 2019

  1. Merge pull request #56526 from dtzWill/update/elementary-gtk-theme-5.2.2

    pantheon.elementary-gtk-theme: 5.2.1 -> 5.2.2
    dtzWill authored Mar 4, 2019
    Copy the full SHA
    3312cea View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix
Original file line number Diff line number Diff line change
@@ -2,15 +2,15 @@

stdenv.mkDerivation rec {
pname = "stylesheet";
version = "5.2.1";
version = "5.2.2";

name = "elementary-gtk-theme-${version}";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "03l8m87f7z25svxk0hhcqnn4qnnqvasr5qwzq3s87lx25gwjml29";
sha256 = "10b44dz7ndrckvq25pdxav59rzjcjbcpxb64z4nz62rfshvnrn8q";
};

passthru = {