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

Commits on Apr 15, 2020

  1. zafiro-icons: 1.0 -> 1.1

    r-ryantm committed Apr 15, 2020
    Copy the full SHA
    81a38b0 View commit details
  2. Merge pull request #85291 from r-ryantm/auto-update/zafiro-icons

    zafiro-icons: 1.0 -> 1.1
    romildo authored Apr 15, 2020
    Copy the full SHA
    b1325ec View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/icons/zafiro-icons/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/icons/zafiro-icons/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "zafiro-icons";
version = "1.0";
version = "1.1";

src = fetchFromGitHub {
owner = "zayronxio";
repo = pname;
rev = "${version}";
sha256 = "0gy3c0jkj1icnwcs23b6km9cj9cccv8y5z1w11nfdv91cq3mdhmb";
sha256 = "05h8qm9izjbp8pnl9jpbw3y9sddhp0zmg94fm1k4d4hhdqnakqhv";
};

nativeBuildInputs = [ gtk3 ];