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

Commits on May 19, 2017

  1. Copy the full SHA
    58c17c7 View commit details

Commits on May 20, 2017

  1. Merge pull request #25932 from romildo/upd.elementary-icon-theme

    elementary-icon-theme: 4.0.3 -> 4.1.0
    Mic92 authored May 20, 2017
    Copy the full SHA
    ab21a21 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/icons/elementary-icon-theme/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/icons/elementary-icon-theme/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
version = "4.0.3";
version = "4.1.0";

package-name = "elementary-icon-theme";

name = "${package-name}-${version}";

src = fetchurl {
url = "https://launchpad.net/elementaryicons/4.x/${version}/+download/${name}.tar.xz";
sha256 = "0i3cp0wiy4g6d6symyfv3hvmw97109lfakd4qyphabbqllc9xlxb";
sha256 = "08pkk4299dj442dby15lwxwz7bax5d3828v1f81mbll084k7vssm";
};

dontBuild = true;