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

zafiro-icons: 0.8.1 -> 0.8.3
This commit is contained in:
worldofpeace 2019-01-18 01:46:31 +00:00 committed by GitHub
commit 228bf5d62a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zafiro-icons";
version = "0.8.1";
version = "0.8.3";
src = fetchFromGitHub {
owner = "zayronxio";
repo = pname;
rev = "v${version}";
sha256 = "121fpg74vra8kfvgxi3i7p09qxhck45kv270x6cv5dq1fp2hdm8k";
sha256 = "1hflpnliww5fkk7bsgmi8hlrbqvkijjjmbzjqnnl991nqsqxqxpl";
};
nativeBuildInputs = [ gtk3 ];