manticore: 2017-08-22 -> 2018-09-29

This commit is contained in:
Ashijit Pramanik 2018-12-01 12:22:34 +05:30
parent 273aa1ff81
commit 6ed379f77f

View file

@ -1,15 +1,15 @@
{ stdenv, fetchFromGitHub, coreutils, autoreconfHook, smlnj }: { stdenv, fetchFromGitHub, coreutils, autoreconfHook, smlnj }:
let let
rev= "f8e08c89dd98b7b8dba318d245dcd4abd3328ae2"; rev= "47273c463fc3c5d0a0ae655cf75a4700bdb020b4";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "manticore-${version}"; name = "manticore-${version}";
version = "2017.08.22"; version = "2018.09.29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ManticoreProject"; owner = "ManticoreProject";
repo = "manticore"; repo = "manticore";
sha256 = "06icq0qdzwyzbsyms53blxpb9i26n2vn7ci8p9xvvnq687hxhr73"; sha256 = "1prrgp7ldkdnrdbj224qqkirw8bj72460ix97c96fy264j9c97cn";
inherit rev; inherit rev;
}; };