zafiro-icons: 0.8.4 -> 0.8.7

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zafiro-icons/versions
This commit is contained in:
R. RyanTM 2019-03-02 06:54:53 -08:00 committed by Frederik Rietdijk
parent 9989b7c8c4
commit 9650a6d3d4

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zafiro-icons";
version = "0.8.4";
version = "0.8.7";
src = fetchFromGitHub {
owner = "zayronxio";
repo = pname;
rev = "v${version}";
sha256 = "1jdijiccazn2g42x1w1m4hl94ach9b2kl3rwb0mpy7ykdzmj6vj0";
sha256 = "09zdaly9g11k6p36xdd7skgl78s6j78hn3gy1jnpsxh0136md89h";
};
nativeBuildInputs = [ gtk3 ];