From fc12142a6a44c2f9cefabb25817f925d2f6b74a4 Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Wed, 22 Mar 2023 12:47:25 +0000 Subject: [PATCH] README.md: update urls --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cea5b947..455b9be1 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ stable sources are used. The package set is generated from the `horizon.dhall` using the following command: ``` -nix run 'git+https://gitlab.horizon-haskell.net/haskell/horizon-gen-nix?ref=refs/tags/0.9.0' +nix run 'git+https://gitlab.horizon-haskell.net/haskell/horizon-gen-nix?ref=refs/tags/0.10.0' ``` This will generate both the packages folder and the package set file. If you @@ -55,7 +55,7 @@ afterwards. To use `horizon-shell`. ``` -nix run 'git+https://gitlab.horizon-haskell.net/shells/horizon-shell?ref=refs/tags/0.0.3' +nix run 'git+https://gitlab.horizon-haskell.net/shells/horizon-shell?ref=refs/tags/0.0.7' ``` See the in-shell help for usage. -- GitLab