asouldocs: rename from peach, asouldocs: 0.9.8 -> 1.0.0 (#188673)

This commit is contained in:
Anthony Roussel 2022-08-28 20:37:20 +02:00 committed by GitHub
parent 034baac07c
commit cbfc31de7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 24 deletions

View File

@ -0,0 +1,22 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "asouldocs";
version = "1.0.0";
src = fetchFromGitHub {
owner = "asoul-sig";
repo = "asouldocs";
rev = "v${version}";
hash = "sha256-ctRE7aF3Qj+fI/m0CuLA6x7E+mY6s1+UfBJI5YFea4g=";
};
vendorSha256 = "sha256-T/KLiSK6bxXGkmVJ5aGrfHTUfLs/ElGyWSoCL5kb/KU=";
meta = with lib; {
description = "Web server for multi-language, real-time synchronization and searchable documentation";
homepage = "https://asouldocs.dev/";
license = licenses.mit;
maintainers = with maintainers; [ ivar anthonyroussel ];
};
}

View File

@ -1,22 +0,0 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "peach";
version = "0.9.8";
src = fetchFromGitHub {
owner = "peachdocs";
repo = "peach";
rev = "v${version}";
sha256 = "1pzk3sah39hz8n1kswxl35djh6wm0qcfcwrbfi50nd4k3bdgz7xl";
};
vendorSha256 = "0f215hd5a9d4fyvdirp2j14ghap5vwv12i28jmzm6wxjihj8nn1g";
meta = with lib; {
description = "Web server for multi-language, real-time synchronization and searchable documentation";
homepage = "https://peachdocs.org/";
license = licenses.asl20;
maintainers = [ maintainers.ivar ];
};
}

View File

@ -1030,6 +1030,7 @@ mapAliases ({
pdf2htmlEx = throw "pdf2htmlEx has been removed from nixpkgs, as it was unmaintained"; # Added 2020-11-03
pdfmod = throw "pdfmod has been removed"; # Added 2022-01-15
pdfread = throw "pdfread has been remove because it is unmaintained for years and the sources are no longer available"; # Added 2021-07-22
peach = asouldocs; # Added 2022-08-28
pentablet-driver = xp-pen-g430-driver; # Added 2022-06-23
perlXMLParser = throw "'perlXMLParser' has been renamed to/replaced by 'perlPackages.XMLParser'"; # Converted to throw 2022-02-22
perlArchiveCpio = throw "'perlArchiveCpio' has been renamed to/replaced by 'perlPackages.ArchiveCpio'"; # Converted to throw 2022-02-22

View File

@ -22432,6 +22432,8 @@ with pkgs;
archiveopteryx = callPackage ../servers/mail/archiveopteryx { };
asouldocs = callPackage ../servers/asouldocs { };
atlassian-bamboo = callPackage ../servers/atlassian/bamboo.nix { };
atlassian-confluence = callPackage ../servers/atlassian/confluence.nix { };
atlassian-crowd = callPackage ../servers/atlassian/crowd.nix { };
@ -30026,8 +30028,6 @@ with pkgs;
inherit (gst_all_1) gstreamer gst-plugins-base gst-plugins-good gst-libav;
};
peach = callPackage ../servers/peach { };
peaclock = callPackage ../applications/misc/peaclock {
stdenv = gccStdenv;
};