Skip to content

Commit

Permalink
Merge pull request #137474 from marsam/uppdate-fstar
Browse files Browse the repository at this point in the history
fstar: 2021.08.27 -> 2021.09.11
  • Loading branch information
Mic92 authored Sep 12, 2021
2 parents 211c115 + 12a7331 commit 92e25e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/fstar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ in

stdenv.mkDerivation rec {
pname = "fstar";
version = "2021.08.27";
version = "2021.09.11";

src = fetchFromGitHub {
owner = "FStarLang";
repo = "FStar";
rev = "v${version}";
sha256 = "1bf5hrv2nv0ljvdf6jhk59lw1ds3j5qkkcylgxwakylw30g8rxqb";
sha256 = "1aqk6fx77zcb7mcm78dk4l4zzd323qiv7yc7hvc38494yf6gk8a0";
};

nativeBuildInputs = [ makeWrapper installShellFiles ];
Expand Down

0 comments on commit 92e25e5

Please sign in to comment.