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

Commits on Nov 16, 2018

  1. theme-obsidian2: 2.7 -> 2.8

    romildo committed Nov 16, 2018

    Unverified

    The committer email address is not verified.
    Copy the full SHA
    65a5931 View commit details
  2. Merge pull request #50465 from romildo/upd.obsidian-2

    theme-obsidian2: 2.7 -> 2.8
    c0bw3b authored Nov 16, 2018
    Copy the full SHA
    9100eb4 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/misc/themes/obsidian2/default.nix
4 changes: 2 additions & 2 deletions pkgs/misc/themes/obsidian2/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "theme-obsidian2-${version}";
version = "2.7";
version = "2.8";

src = fetchFromGitHub {
owner = "madmaxms";
repo = "theme-obsidian-2";
rev = "v${version}";
sha256 = "0my3q7xvi6m257x489wync0y5n8n1kig4xg5gfrb905avhxj5frs";
sha256 = "0qryqpyxbhr0kyar2cshwhzv4da6rfz9gi4wjb6xvcb6szxhlcaq";
};

propagatedUserEnvPkgs = [ gtk-engine-murrine ];