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

Commits on Mar 30, 2020

  1. Copy the full SHA
    d577c1a View commit details
  2. Merge pull request #83751 from r-ryantm/auto-update/numix-icon-theme

    numix-icon-theme: 19.09.20 -> 20.03.20
    romildo authored Mar 30, 2020
    Copy the full SHA
    461fb6b View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/data/icons/numix-icon-theme/default.nix
6 changes: 3 additions & 3 deletions pkgs/data/icons/numix-icon-theme/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "numix-icon-theme";
version = "19.09.20";
version = "20.03.20";

src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "0pn3x0mmsph777lwhg890ck366p31bjl3755h4pv161ym08d4z9w";
sha256 = "092f8k38xf9yz898nrangm0ia211d41z8kx0v6njfqfgpiad1s7q";
};

nativeBuildInputs = [ gtk3 ];
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Numix icon theme";
homepage = https://numixproject.github.io;
homepage = "https://numixproject.github.io";
license = licenses.gpl3;
# darwin cannot deal with file names differing only in case
platforms = platforms.linux;