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

Commits on Sep 26, 2019

  1. elementary-xfce-icon-theme: 0.13.1 -> 0.14

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/elementary-xfce-icon-theme/versions
    r-ryantm committed Sep 26, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    kampka Christian Kampka
    Copy the full SHA
    f835f9b View commit details

Commits on Oct 6, 2019

  1. Merge pull request #69512 from r-ryantm/auto-update/elementary-xfce-i…

    …con-theme
    
    elementary-xfce-icon-theme: 0.13.1 -> 0.14
    c0bw3b authored Oct 6, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    kampka Christian Kampka
    Copy the full SHA
    897ec81 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/icons/elementary-xfce-icon-theme/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/icons/elementary-xfce-icon-theme/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "elementary-xfce-icon-theme";
version = "0.13.1";
version = "0.14";

src = fetchFromGitHub {
owner = "shimmerproject";
repo = "elementary-xfce";
rev = "v${version}";
sha256 = "16msdrazhbv80cvh5ffvgj13xmkpf87r7mq6xz071fza6nv7g0jn";
sha256 = "00sk6sv0kkfb3q0jqwcllzawi30rw8nfkkfn5l1qwqha48izw3r4";
};

nativeBuildInputs = [ pkgconfig gdk-pixbuf librsvg optipng gtk3 hicolor-icon-theme ];