3
0
Fork 0
forked from mirrors/nixpkgs

elementary-icon-theme: 5.0.1 -> 5.0.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/elementary-icon-theme/versions
This commit is contained in:
R. RyanTM 2019-01-07 22:32:31 -08:00 committed by worldofpeace
parent 4bfdc717c7
commit 8b12798dbd

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "elementary-icon-theme-${version}";
version = "5.0.1";
version = "5.0.2";
src = fetchFromGitHub {
owner = "elementary";
repo = "icons";
rev = version;
sha256 = "1rw924b3ixfdff368dpv4vgsykwncmrvj9a6yfss0cf236xnvr9b";
sha256 = "12j582f0kggv2lp935r75xg7q26zpl0f05s11xcs4qxazhj1ly2r";
};
nativeBuildInputs = [ meson ninja python3 gtk3 ];