fstar: 2025.10.06 -> 2025.12.15 (#475441)

This commit is contained in:
@mjones
2026-01-05 08:06:10 +00:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@ let
in
ocamlPackages.buildDunePackage (finalAttrs: {
pname = "fstar";
version = "2025.10.06";
version = "2025.12.15";
src = fetchFromGitHub {
owner = "FStarLang";
repo = "FStar";
rev = "v${finalAttrs.version}";
hash = "sha256-PH3ylEiUS+mfFtYV+KI7xrCewkEutM1c14A+ARsyOQY=";
hash = "sha256-UuwDX6178YMhEQqpEOATswzoUNpEECq7Nyh2yk5gKRg=";
};
nativeBuildInputs = [