about summary refs log tree commit diff
path: root/pkgs/applications/misc/cortex
diff options
context:
space:
mode:
authorArseniy Seroka <ars.seroka@gmail.com>2015-06-04 20:22:36 +0300
committerArseniy Seroka <ars.seroka@gmail.com>2015-06-04 23:34:14 +0300
commitdaf4ec39a5613d277706f0f559e074a06df2a23c (patch)
tree0cab879a034c67779f7bf395e69c4eaa0f957808 /pkgs/applications/misc/cortex
parent9cd797ff269efc749563547b24e68a241f11932c (diff)
downloadnixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.gz
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.bz2
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.lz
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.xz
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.zst
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.zip
fix: add missing versions
Diffstat (limited to 'pkgs/applications/misc/cortex')
-rw-r--r--pkgs/applications/misc/cortex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/cortex/default.nix b/pkgs/applications/misc/cortex/default.nix
index 79d19f45a25f..2aad3b20e222 100644
--- a/pkgs/applications/misc/cortex/default.nix
+++ b/pkgs/applications/misc/cortex/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchgit, python3 }:
 
 stdenv.mkDerivation {
-  name = "cortex";
+  name = "cortex-2014-08-01";
 
   src = fetchgit {
     url = "https://github.com/gglucas/cortex";