mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
hasklig: 0.4 -> 0.9 (#17257)
This commit is contained in:
parent
d7176a83a7
commit
e2f6c3b4d9
@ -1,11 +1,12 @@
|
||||
{stdenv, fetchurl, unzip}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "hasklig-0.4";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "hasklig-${version}";
|
||||
version = "0.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/i-tu/Hasklig/releases/download/0.4/Hasklig-0.4.zip";
|
||||
sha256 = "14j0zfapw6s6x5psp1rvx2i59rxdwb1jgwfgfhzhypr22qy40xi8";
|
||||
url = "https://github.com/i-tu/Hasklig/releases/download/${version}/Hasklig-${version}.zip";
|
||||
sha256 = "0rav55f6j1b8pqjgwvw52b92j2m630ampamlsiiym2xf684wnw2d";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip ];
|
||||
@ -24,6 +25,6 @@ stdenv.mkDerivation {
|
||||
description = "A font with ligatures for Haskell code based off Source Code Pro";
|
||||
license = licenses.ofl;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ davidrusu ];
|
||||
maintainers = with maintainers; [ davidrusu profpatsch ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user