about summary refs log tree commit diff
path: root/pkgs/applications/science/machine-learning
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-06 23:30:34 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-06 23:30:34 +0100
commit787f337dc106c4189a9a66bdbe454efafe579fcf (patch)
tree5aabe3247576da1b64bcdf6ac8b942630f6e6fd3 /pkgs/applications/science/machine-learning
parent75a4b125dd5c05f77f3c9f48ff2257bbfcea61a6 (diff)
starspace: fix version
Diffstat (limited to 'pkgs/applications/science/machine-learning')
-rw-r--r--pkgs/applications/science/machine-learning/starspace/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/machine-learning/starspace/default.nix b/pkgs/applications/science/machine-learning/starspace/default.nix
index 59bc3a8417591..ab0c10efebce7 100644
--- a/pkgs/applications/science/machine-learning/starspace/default.nix
+++ b/pkgs/applications/science/machine-learning/starspace/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   pname = "starspace";
-  version = "unstable-2021-01-17";
+  version = "unstable-2019-12-13";
 
   src = fetchFromGitHub {
     owner = "facebookresearch";