3
0
Fork 0
forked from mirrors/nixpkgs

cortex: 2014-08-01 -> 2015-08-23

This commit is contained in:
Matthias Beyer 2017-01-03 12:31:55 +01:00
parent 95d6480199
commit 9680f12fbe

View file

@ -1,12 +1,12 @@
{ stdenv, fetchgit, python3 }:
stdenv.mkDerivation {
name = "cortex-2014-08-01";
name = "cortex-2015-08-23";
src = fetchgit {
url = "https://github.com/gglucas/cortex";
rev = "e749de6c21aae02386f006fd0401d22b9dcca424";
sha256 = "d5d59c5257107344122c701eb370f3740f9957b6b898ac798d797a4f152f614c";
rev = "ff10ff860479fe2f50590c0f8fcfc6dc34446639";
sha256 = "0pa2kkkcnmf56d5d5kknv0gfahddym75xripd4kgszaj6hsib3zg";
};
buildInputs = [ stdenv python3 ];