From 8c8722541174b7ea69c378de0bfae94e36285621 Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Wed, 22 Mar 2023 22:35:14 +0000 Subject: [PATCH] horizon-shell: 0.0.8 --- flake.lock | 11 ++++++----- flake.nix | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 818c8ac2..5b87eae8 100644 --- a/flake.lock +++ b/flake.lock @@ -51,15 +51,16 @@ "horizon-shell-flake": { "flake": false, "locked": { - "lastModified": 1679341258, - "narHash": "sha256-iVB9GSar0Varbxi0ed98S/1mqXfqcATGpeENOFcjv98=", - "ref": "refs/heads/master", - "rev": "c6b62503082814851d3a78fc64b80c4fd02cb290", - "revCount": 18, + "lastModified": 1679524452, + "narHash": "sha256-xzNxvLVa3o0F/z4CnBDORv2Y6PfxjlGv7b7LybIyCSg=", + "ref": "refs/tags/0.0.8", + "rev": "21b8913803cefeb287bb244c7ee335638233db7f", + "revCount": 21, "type": "git", "url": "https://gitlab.horizon-haskell.net/shells/horizon-shell" }, "original": { + "ref": "refs/tags/0.0.8", "type": "git", "url": "https://gitlab.horizon-haskell.net/shells/horizon-shell" } diff --git a/flake.nix b/flake.nix index cd3cd23b..3333b90f 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ get-flake.url = "github:ursi/get-flake"; flake-parts.url = "github:hercules-ci/flake-parts"; horizon-shell-flake = { - url = "git+https://gitlab.horizon-haskell.net/shells/horizon-shell"; + url = "git+https://gitlab.horizon-haskell.net/shells/horizon-shell?ref=refs/tags/0.0.8"; flake = false; }; lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils"; -- GitLab