fstar: 2024.01.13 -> 2024.09.05 (#335538)

This commit is contained in:
Weijia Wang 2024-09-10 22:13:38 +02:00 committed by GitHub
commit 752cd39c71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; };