mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
taskell: 1.9.2 -> 1.9.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
dbdd678867
commit
58e83da9e3
@ -1,8 +1,8 @@
|
|||||||
{ lib, haskellPackages, fetchFromGitHub }:
|
{ lib, haskellPackages, fetchFromGitHub }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.9.2";
|
version = "1.9.3";
|
||||||
sha256 = "1al385dn3pqw9dnby65abdj18qg46dzk3bhxnhnc0gj1ks1rygmx";
|
sha256 = "1xh18884xkhcln4blglzi0faag4ydhxxsk9hj6llb81kcsxlsi89";
|
||||||
|
|
||||||
in (haskellPackages.mkDerivation {
|
in (haskellPackages.mkDerivation {
|
||||||
pname = "taskell";
|
pname = "taskell";
|
||||||
@ -62,5 +62,5 @@ in (haskellPackages.mkDerivation {
|
|||||||
homepage = "https://taskell.app";
|
homepage = "https://taskell.app";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
||||||
platforms = with lib.platforms; unix ++ darwin;
|
platforms = [ "x86_64-linux" ];
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user