Skip to content

Commit fb7f59e

Browse files
VST-preview.
Take an unrelease branch from VST that fixes PrincetonUniversity/VST#561
1 parent 38498be commit fb7f59e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vst.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ stdenv.mkDerivation {
44
src = fetchFromGitHub {
55
owner = "PrincetonUniversity";
66
repo = "VST";
7-
rev ="v2.9.1";
8-
hash = "sha256-q/Us8bG1Sek2cuAT6mvwxihBKrVl77RW9m0N5uWOQL4=";
7+
rev = "9a91f41c4ee1ff56a0c80111c86ed4b2fe51fa11";
8+
hash = "sha256-dzsewWQYxbjyVDtdc3TZggoIm/RrHFsYtq88fkYcTQ8=";
99
};
1010

1111
buildInputs = [ coq ];

0 commit comments

Comments
 (0)