Merge pull request #59542 from r-ryantm/auto-update/zafiro-icons

zafiro-icons: 0.8.7 -> 0.9
This commit is contained in:
Ryan Mulligan 2019-04-17 19:12:13 -07:00 committed by GitHub
commit e53ade7dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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