elementary-icon-theme: 5.0 -> 5.0.1

This commit is contained in:
Will Dietz 2018-12-07 16:14:08 -06:00
parent 0e8e02e686
commit b9c9de25b8

View File

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