Skip to content

Commit

Permalink
Merge pull request #84137 from romildo/upd.theme-obsidian-2
Browse files Browse the repository at this point in the history
theme-obsidian2: 2.10 -> 2.11
  • Loading branch information
romildo committed Apr 4, 2020
2 parents d732374 + 09ba8e5 commit 340c953
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/data/themes/obsidian2/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "theme-obsidian2";
version = "2.10";
version = "2.11";

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

propagatedUserEnvPkgs = [ gtk-engine-murrine ];
Expand All @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Gnome theme, based upon Adwaita-Maia dark skin";
homepage = https://github.com/madmaxms/theme-obsidian-2;
homepage = "https://github.com/madmaxms/theme-obsidian-2";
license = with licenses; [ gpl3 ];
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
Expand Down

0 comments on commit 340c953

Please sign in to comment.