mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #289327 from 06kellyjac/doc2go
doc2go: 0.5.0 -> 0.8.1
This commit is contained in:
commit
a1b7913c40
@ -5,19 +5,21 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "doc2go";
|
||||
version = "0.5.0";
|
||||
version = "0.8.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "abhinav";
|
||||
repo = "doc2go";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-CFqr1laPxKNhaluGmwW7apxLQqkAFKVznDKezH8gjx0=";
|
||||
hash = "sha256-b4L20/9jm+bFGdNsHmcwSnzcmr3Il9XoV20284Ba8PU=";
|
||||
};
|
||||
vendorHash = "sha256-2WvlH69iYqIA3d9aFVec8TZL+pMJItoNKSoDBL/NNyg=";
|
||||
vendorHash = "sha256-d5ZRMFi7GIfDHsYRNvMnDdfnGhTM1sA0WDYD2aDoEd0=";
|
||||
|
||||
ldflags = [ "-s" "-w" "-X main._version=${version}" ];
|
||||
|
||||
subPackages = [ "." ];
|
||||
# integration is it's own module
|
||||
excludedPackages = [ "integration" ];
|
||||
|
||||
checkFlags = [
|
||||
# needs to fetch additional go modules
|
||||
|
@ -897,7 +897,9 @@ with pkgs;
|
||||
|
||||
docker-slim = callPackage ../applications/virtualization/docker-slim { };
|
||||
|
||||
doc2go = callPackage ../development/tools/doc2go { };
|
||||
doc2go = callPackage ../development/tools/doc2go {
|
||||
buildGoModule = buildGo122Module;
|
||||
};
|
||||
|
||||
docker-sync = callPackage ../tools/misc/docker-sync { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user