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

Commits on Apr 3, 2020

  1. Copy the full SHA
    5dfb3c8 View commit details
  2. Merge pull request #84165 from feijoas/flat-remix-icon-theme

    flat-remix-icon-theme: 20191122 -> 20200116
    romildo authored Apr 3, 2020
    Copy the full SHA
    c4b4a14 View commit details
Showing with 3 additions and 4 deletions.
  1. +3 −4 pkgs/data/icons/flat-remix-icon-theme/default.nix
7 changes: 3 additions & 4 deletions pkgs/data/icons/flat-remix-icon-theme/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "flat-remix-icon-theme";
version = "20191122";
version = "20200116";

src = fetchFromGitHub {
owner = "daniruiz";
repo = "flat-remix";
rev = version;
sha256 = "1rv35r52l7xxjpajwli0md07k3xl7xplbw919vjmsb1hhrzavzzg";
sha256 = "14n5wydhd5ifmsbj770s2qg2ksd3xa3m61qxydid6jq39k0lxbd8";
};

nativeBuildInputs = [ gtk3 ];
@@ -31,5 +31,4 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
maintainers = with maintainers; [ mschneider ];
};
}

}