Skip to content
Snippets Groups Projects
Commit 518be8f1 authored by Daniel Firth's avatar Daniel Firth
Browse files

Merge branch 'bump-hsl' into 'master'

horizon-spec-lens: 0.2.0 -> 0.2.1

See merge request horizon-platform!14
parents 53bf04f2 b7fe102d
Branches
No related merge requests found
......@@ -553,7 +553,7 @@ let packages =
(Some "horizon-spec/")
, horizon-spec-lens =
H.callTarball
"https://gitlab.horizon-haskell.net/haskell/horizon-spec-lens/-/archive/0.2.0/horizon-spec-lens-0.2.0.tar.gz"
"https://gitlab.horizon-haskell.net/haskell/horizon-spec-lens/-/archive/0.2.1/horizon-spec-lens-0.2.1.tar.gz"
(Some "horizon-spec-lens/")
, horizon-spec-pretty =
H.callTarball
......
{ mkDerivation, base, fetchzip, horizon-spec, lens, lib }:
mkDerivation {
pname = "horizon-spec-lens";
version = "0.2.0";
version = "0.2.1";
src = fetchzip {
url = "https://gitlab.horizon-haskell.net/haskell/horizon-spec-lens/-/archive/0.2.0/horizon-spec-lens-0.2.0.tar.gz";
sha256 = "0iqpvid9p6gyvbmc45cry2fafmg9khl0wkpn4sc9gfhgxhl2a6gm";
url = "https://gitlab.horizon-haskell.net/haskell/horizon-spec-lens/-/archive/0.2.1/horizon-spec-lens-0.2.1.tar.gz";
sha256 = "0b2y8isijbfnf8q62mp2lpc287bv5xnkm389k3bi4yd8kyj44w1n";
};
postUnpack = "sourceRoot+=/horizon-spec-lens/; echo source root reset to $sourceRoot";
isLibrary = true;
......@@ -22,4 +22,4 @@ mkDerivation {
description = "Horizon Stable Package Set Lenses";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment