Merge pull request #264479 from marsam/update-fstar

fstar: 2023.04.25 -> 2023.09.03
This commit is contained in:
Mario Rodas
2023-11-01 07:52:09 -05:00
committed by GitHub
+3 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fstar";
version = "2023.04.25";
version = "2023.09.03";
src = fetchFromGitHub {
owner = "FStarLang";
repo = "FStar";
rev = "v${version}";
hash = "sha256-LF8eXi/es337QJ2fs5u9pLqegJkh1kDLjK8p4CcSGGc=";
hash = "sha256-ymoP5DvaLdrdwJcnhZnLEvwNxUFzhkICajPyK4lvacc=";
};
strictDeps = true;
@@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
stdint
yojson
fileutils
memtrace
menhirLib
pprint
sedlex