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

Commits on Jan 22, 2020

  1. iconpack-obsidian: 4.9 -> 4.10

    romildo authored and Jon committed Jan 22, 2020
    Copy the full SHA
    4b2f3cf View commit details
Showing with 5 additions and 7 deletions.
  1. +5 −7 pkgs/data/icons/iconpack-obsidian/default.nix
12 changes: 5 additions & 7 deletions pkgs/data/icons/iconpack-obsidian/default.nix
Original file line number Diff line number Diff line change
@@ -2,20 +2,18 @@

stdenv.mkDerivation rec {
pname = "iconpack-obsidian";
version = "4.9";
version = "4.10";

src = fetchFromGitHub {
owner = "madmaxms";
repo = pname;
rev = "v${version}";
sha256 = "1w0lnr08gd0cnzv3n5094jqb7dpbpwwizfhvifdir0xsls1sf129";
sha256 = "1imnbfrmizs0yx2165qj423y3m5vw9z33pqxmvhvs0rcwwddgqix";
};

nativeBuildInputs = [ gtk3 ];

propagatedBuildInputs = [
hicolor-icon-theme
];
propagatedBuildInputs = [ hicolor-icon-theme ];

dontDropIconThemeCache = true;

@@ -31,8 +29,8 @@ stdenv.mkDerivation rec {
'';

meta = with stdenv.lib; {
description = "Gnome Icon Pack based upon Faenza";
homepage = https://github.com/madmaxms/iconpack-obsidian;
description = "Gnome icon pack based upon Faenza";
homepage = "https://github.com/madmaxms/iconpack-obsidian";
license = licenses.lgpl3;
# darwin cannot deal with file names differing only in case
platforms = platforms.linux;