Merge pull request #142382 from pnmadelaine/update-fstar

fstar: 2021.09.30 -> 2021.10.16
This commit is contained in:
Mario Rodas 2021-10-23 08:55:59 -05:00 committed by GitHub
commit 9e8a099ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@ in
stdenv.mkDerivation rec {
pname = "fstar";
version = "2021.09.30";
version = "2021.10.16";
src = fetchFromGitHub {
owner = "FStarLang";
repo = "FStar";
rev = "v${version}";
sha256 = "gqy9iaLZlTyv9ufHrUG87ta2xyc1OaZ/KRGhAzB+wsQ=";
sha256 = "03b693s7s7dzflv5qkf61gd8ji9bn6fq4pxd8pd3a6ppkwj6b5vc";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];