moka-icon-theme: 2017-02-13 -> 5.3.6

This commit is contained in:
romildo 2017-06-27 22:52:00 -03:00
parent 8e73afb2e1
commit aad03268cb

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "${package-name}-${version}";
package-name = "moka-icon-theme";
version = "2017-02-13";
version = "5.3.6";
src = fetchFromGitHub {
owner = "snwh";
repo = package-name;
rev = "5ac530d2394574bdbd5360de46391d0dfc7aa2ab";
sha256 = "1zw1jm03706086gnplkkrdlrcyhgwm9kp4qax57wwc1s27bhc90n";
rev = "v${version}";
sha256 = "17f8k8z8xvib4hkxq0cw9j7bhdpqpv5frrkyc4sbyildcbavzzbr";
};
nativeBuildInputs = [ autoreconfHook ];