Unverified Commit 54c4c62d authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

lsh: init at 1.3.3 (#372168)

parents 172bfc41 610dadfb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6421,6 +6421,12 @@
    githubId = 15128988;
    name = "Maksim Dzabraev";
  };
  dzmitry-lahoda = {
    email = "dzmitry@lahoda.pro";
    github = "dzmitry-lahoda";
    githubId = 757125;
    name = "Dzmitry Lahoda";
  };
  e1mo = {
    email = "nixpkgs@e1mo.de";
    matrix = "@e1mo:chaos.jetzt";
+24 −0
Original line number Diff line number Diff line
{
  lib,
  buildGoModule,
  fetchFromGitHub,
}:
buildGoModule rec {
  pname = "lsh";
  version = "1.3.3";
  src = fetchFromGitHub {
    owner = "latitudesh";
    repo = "lsh";
    rev = "v${version}";
    sha256 = "0YpjG4u+wb4LRWzfTddKFwut0MBzEch+HZijmZiVXpE=";
  };
  vendorHash = "sha256-ogdyzfayleka4Y8x74ZtttD7MaeCl1qP/rQi9x0tMto=";
  subPackages = [ "." ];
  meta = with lib; {
    changelog = "https://github.com/latitudesh/lsh/releases/tag/v${version}";
    description = "Command-Line Interface for Latitude.sh";
    homepage = "https://github.com/latitudesh/lsh";
    license = licenses.mit;
    maintainers = [ lib.maintainers.dzmitry-lahoda ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -830,7 +830,6 @@ mapAliases {
  lobster-two = throw "'lobster-two' has been renamed to/replaced by 'google-fonts'"; # Converted to throw 2024-10-17
  loc = throw "'loc' has been removed due to lack of upstream maintenance. Consider 'tokei' as an alternative."; # Added 2025-01-25
  loop = throw "'loop' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
  lsh = throw "lsh has been removed as it had no maintainer in Nixpkgs and hasn't seen an upstream release in over a decade"; # Added 2024-08-14
  luna-icons = throw "luna-icons has been removed as it was removed upstream"; # Added 2024-10-29
  lv_img_conv = throw "'lv_img_conv' has been removed from nixpkgs as it is broken"; # Added 2024-06-18
  lxd = lib.warnOnInstantiate "lxd has been renamed to lxd-lts" lxd-lts; # Added 2024-04-01