rolespec: 20160105 -> 20161104

This commit is contained in:
Desmond O. Chang 2016-12-11 04:38:17 +08:00
parent 25ac14064d
commit 95c42970e7

View File

@ -7,8 +7,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nickjj"; owner = "nickjj";
repo = "rolespec"; repo = "rolespec";
rev = "64a2092773b77f7a888522ceddd815e97b129321"; rev = "d9ee530cd709168882059776c482fc37f46cb743";
sha256 = "1867acxy18a3cgi84iwsp37sxglaljn1dq50amahp5zkmd8x8vnz"; sha256 = "1jkidw6aqr0zfqwmcvlpi9qa140z2pxcfsd43xm5ikx6jcwjdrzl";
inherit name; inherit name;
}; };
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
''; '';
downloadPage = "https://github.com/nickjj/rolespec"; downloadPage = "https://github.com/nickjj/rolespec";
license = licenses.gpl3; license = licenses.gpl3;
version = "20160105"; version = "20161104";
maintainers = [ maintainers.dochang ]; maintainers = [ maintainers.dochang ];
platforms = platforms.unix; platforms = platforms.unix;
}; };