manticore: 2019.09.20 -> 2019.12.03
This commit is contained in:
parent
d55727ac40
commit
05358c6498
@ -1,15 +1,15 @@
|
|||||||
{ stdenv, fetchFromGitHub, coreutils, autoreconfHook, smlnj }:
|
{ stdenv, fetchFromGitHub, coreutils, autoreconfHook, smlnj }:
|
||||||
|
|
||||||
let
|
let
|
||||||
rev= "4528ccacdfd53d36f5959c005b27cd7ab6175b83";
|
rev = "7376cb20ba5285a6b076a73c821e4743809c1d9d";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
pname = "manticore";
|
pname = "manticore";
|
||||||
version = "2019.09.20";
|
version = "2019.12.03";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ManticoreProject";
|
owner = "ManticoreProject";
|
||||||
repo = "manticore";
|
repo = "manticore";
|
||||||
sha256 = "1xz7msiq5x2c56zjxydbxlj6r001mm5zszcda6f6v5qfmmd1bakz";
|
sha256 = "17h3ar7d6145dyrm006r3gd5frk3v4apjk383n78dh4vlniv1ay2";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user