10 version = "unstable-2018-06-28";
12 # master fixes flask import syntax and has no major changes
13 # new release requested: https://github.com/sublee/flask-silk/pull/6
14 src = fetchFromGitHub {
17 rev = "3a8166550f9a0ec52edae7bf31d9818c4c15c531";
18 sha256 = "0mplziqw52jfspas6vsm210lmxqqzgj0dxm8y0i3gpbyyykwcmh0";
21 propagatedBuildInputs = [ flask ];
24 description = "Adds silk icons to your Flask application or module, or extension";
25 license = licenses.bsd3;
26 maintainers = teams.sage.members;
27 homepage = "https://github.com/sublee/flask-silk";