fstar: 2024.01.13 -> 2024.09.05

This commit is contained in:
R. Ryantm 2024-09-06 10:48:40 +00:00
parent 4f213fe612
commit 32ba122494

View File

@ -12,13 +12,13 @@
let
version = "2024.01.13";
version = "2024.09.05";
src = fetchFromGitHub {
owner = "FStarLang";
repo = "FStar";
rev = "v${version}";
hash = "sha256-xjSWDP8mSjLcn+0hsRpEdzsBgBR+mKCZB8yLmHl+WqE=";
hash = "sha256-yaA6WpP2XIQhjK7kpXBdBFUgKZyvtThd6JmSchUCfbI=";
};
fstar-dune = ocamlPackages.callPackage ./dune.nix { inherit version src; };