Skip to content

Commit 864f9ce

Browse files
update qsim to latest version. (#651)
1 parent dea26c6 commit 864f9ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ cc_library(
2626

2727
http_archive(
2828
name = "qsim",
29-
sha256 = "91eb09b2697accab9c0f64d5ea6ff482f4772ce000af867670b4efaf06a35224",
30-
strip_prefix = "qsim-0.10.3-dev-20211001",
31-
urls = ["https://github.com/quantumlib/qsim/archive/refs/tags/v0.10.3-dev+20211001.zip"],
29+
sha256 = "525250bafd37aab9db525d22e7b12689da617a116fe2cdf3f524ee7ea6a0ef45",
30+
strip_prefix = "qsim-0.11.2-dev-20220104",
31+
urls = ["https://github.com/quantumlib/qsim/archive/refs/tags/v0.11.2-dev+20220104.zip"],
3232
)
3333

3434
http_archive(

0 commit comments

Comments
 (0)