Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #72 from informalsystems/fix/config-template-src
Browse files Browse the repository at this point in the history
Update Dhall contract template to use config on master
  • Loading branch information
thanethomson authored Aug 26, 2020
2 parents cc5afbf + 15bdf10 commit 6ccf330
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Unreleased

* Update Dhall contract template to use the package configuration on `master`
([\#72](https://github.com/informalsystems/themis-contract/pull/72))

## v0.2.3

* Fix some minor spelling mistakes in the CLI help
Expand Down
2 changes: 1 addition & 1 deletion assets/templates/contract.dhall.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Themis Contract. Any changes may be automatically overwritten.
-}

let ThemisContract = https://raw.githubusercontent.com/informalsystems/themis-contract/prototype/v2/config/package.dhall
let ThemisContract = https://raw.githubusercontent.com/informalsystems/themis-contract/master/config/package.dhall
sha256:016b3829eaee279f2ce7a740a974f1ac75758893c42d220865a487c35ff9a890

let contract : ThemisContract.Contract =
Expand Down
2 changes: 1 addition & 1 deletion pkg/themis-contract/statik/statik.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ccf330

Please sign in to comment.