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

Commits on Dec 27, 2018

  1. zafiro-icons: 0.7.7 -> 0.7.9

    romildo committed Dec 27, 2018
    Copy the full SHA
    ad587ca View commit details
  2. Merge pull request #52789 from romildo/upd.zafiro-icons

    zafiro-icons: 0.7.7 -> 0.7.9
    worldofpeace authored Dec 27, 2018
    Copy the full SHA
    fe53759 View commit details
Showing with 2 additions and 3 deletions.
  1. +2 −3 pkgs/data/icons/zafiro-icons/default.nix
5 changes: 2 additions & 3 deletions pkgs/data/icons/zafiro-icons/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{ stdenv, fetchFromGitHub, gtk3 }:

stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "zafiro-icons";
version = "0.7.7";
version = "0.7.9";

src = fetchFromGitHub {
owner = "zayronxio";
repo = pname;
rev = "v${version}";
sha256 = "0471gf4s32dhcm3667l1bnam04jk4miw3c6s557vix59rih1y71p";
sha256 = "08cd4hcmhyrm91ps6j3c6jpwg5b9y635smnmrzgiz33iy2pa0qm7";
};

nativeBuildInputs = [ gtk3 ];