···16161717 vendorSha256 = "1ikrgl03r9zkn86kxkqi2kf540g3qzzz24i5wvh6g3d5q49nygl9";
18181919+ doCheck = false;
2020+1921 meta = with lib; {
2022 description = "Easily create & extract archives, and compress & decompress files of various formats";
2123 homepage = "https://github.com/mholt/archiver";
+2
pkgs/applications/misc/cheat/default.nix
···23232424 vendorSha256 = null;
25252626+ doCheck = false;
2727+2628 meta = with stdenv.lib; {
2729 description = "Create and view interactive cheatsheets on the command-line";
2830 maintainers = with maintainers; [ mic92 ];
+2
pkgs/applications/misc/dstask/default.nix
···1818 # and <https://github.com/NixOS/nixpkgs/blob/d4226e3a4b5fcf988027147164e86665d382bbfa/pkgs/development/go-modules/generic/default.nix#L18>
1919 vendorSha256 = null;
20202121+ doCheck = false;
2222+2123 # The ldflags reduce the executable size by stripping some debug stuff.
2224 # The other variables are set so that the output of dstask version shows the
2325 # git ref and the release version from github.
+2
pkgs/applications/misc/exercism/default.nix
···13131414 vendorSha256 = "0b2m9xkac60k5rbxmb03cxf530m23av14pnsjk8067l998sm4vqi";
15151616+ doCheck = false;
1717+1618 subPackages = [ "./exercism" ];
17191820 meta = with stdenv.lib; {
···13131414 vendorSha256 = "18jwxnkv94lsxfv57ga519knxm077cc8chp5c992ipk58a04nv18";
15151616+ doCheck = false;
1717+1618 meta = with stdenv.lib; {
1719 description = "Simple command line client for Atlassian's Jira service written in Go";
1820 homepage = "https://github.com/go-jira/jira";
+2
pkgs/applications/misc/gomatrix/default.nix
···13131414 vendorSha256 = "1yw0gph4zfg8w4343882l6b9lggwyak2zz8ic1l1m2m44p3aq169";
15151616+ doCheck = false;
1717+1618 meta = with lib; {
1719 description = ''Displays "The Matrix" in a terminal'';
1820 license = licenses.bsd2;
+2
pkgs/applications/misc/gopacked/default.nix
···13131414 vendorSha256 = "0fklr3lxh8g7gda65wf2wdkqv15869h7m1bwbzbiv8pasrf5b352";
15151616+ doCheck = false;
1717+1618 meta = with lib; {
1719 description = "A simple text-based Minecraft modpack manager";
1820 license = licenses.agpl3;
···13131414 vendorSha256 = "077s13pcql5w2m6wzls1q06r7p501kazbwzxgfh6akwza15kb4is";
15151616+ doCheck = false;
1717+1618 meta = with stdenv.lib; {
1719 description = "A Go app that allows access to the ReMarkable Cloud API programmatically";
1820 homepage = "https://github.com/juruen/rmapi";
···32323333 vendorSha256 = null;
34343535+ doCheck = false;
3636+3537 meta = with stdenv.lib; {
3638 homepage = "https://github.com/rancher/k3d";
3739 description = "A helper to run k3s (Lightweight Kubernetes. 5 less than k8s) in a docker container";
···13131414 vendorSha256 = null;
15151616+ doCheck = false;
1717+1618 # Optionally, a log counter binary can be created to parse journald logs.
1719 # The binary is dynamically linked against systemd libraries, making it a
1820 # Linux-only feature. See 'ENABLE_JOURNALD' upstream:
···13131414 vendorSha256 = "0vy21pdqk6q5fw7wlcv51myhh9y79n2qhvy61rmblwhxlrkh6sdv";
15151616+ doCheck = false;
1717+1618 meta = with stdenv.lib; {
1719 description = "Retrieve files over IPFS and save them locally";
1820 homepage = "https://ipfs.io/";
···13131414 vendorSha256 = "05k31z4h3b327mh940zh52im4xfk7kf5phb8b7xp4l9bgckhz4lb";
15151616+ doCheck = false;
1717+1618 meta = with lib; {
1719 description = "Turn any program that uses STDIN/STDOUT into a WebSocket server";
1820 homepage = "http://websocketd.com/";
···13131414 vendorSha256 = "1ccwbhzwys8sl3m2rs2lp70snzsi2a0ahnnq8kn15rrlvsv5qahf";
15151616+ doCheck = false;
1717+1618 meta = with lib; {
1719 description = "Keep the content for your git submodules all in one place: the parent repo";
1820 homepage = "https://github.com/apenwarr/git-subtrac";
···13131414 vendorSha256 = "1pdrw4vwbj9cka2pjbjvxviigfvnrf8sgws27ixwwiblbkj4isc8";
15151616+ doCheck = false;
1717+1618 meta = with stdenv.lib; {
1719 description = "Fast and powerful Git hooks manager for any type of projects";
1820 homepage = "https://github.com/Arkweid/lefthook";
···20202121 vendorSha256 = "12yq121b0bn8z12091fyqhhz421kgx4z1nskrkvbxlhyc47bwyrp";
22222323+ doCheck = false;
2424+2325 meta = with stdenv.lib; {
2426 description = "The simple and easy way to embed static files into Go binaries";
2527 homepage = "https://github.com/gobuffalo/packr";
···4143 subPackages = [ "packr" ];
42444345 vendorSha256 = "0m3yj8ww4a16j56p8d8w0sdnyx0g2bkd8zg0l4d8vb72mvg5asga";
4646+4747+ doCheck = false;
44484549 meta = with lib; {
4650 description = "The simple and easy way to embed static files into Go binaries";
+2
pkgs/development/libraries/pkger/default.nix
···17171818 vendorSha256 = "1b9gpym6kb4hpdbrixphfh1qylmqr265jrmcd4vxb87ahvrsrvgp";
19192020+ doCheck = false;
2121+2022 meta = with stdenv.lib; {
2123 description = "Embed static files in Go binaries (replacement for gobuffalo/packr) ";
2224 homepage = "https://github.com/markbates/pkger";
···16161717 vendorSha256 = "0nbbngsphklzhcmqafrw1im2l1vnfcma9sb4vskdpdrsadv5ss5r";
18181919+ doCheck = false;
2020+1921 meta = with lib; {
2022 description = "A collection of tools and libraries for working with Go code, including linters and static analysis";
2123 homepage = "https://staticcheck.io";
···17171818 vendorSha256 = "1pwsc488ldw039by8nqpni801zry7dnf0rx4hhd73xpv2w7s8n2r";
19192020+ doCheck = false;
2121+2022 meta = {
2123 description = "Tool to get list available Go packages.";
2224 homepage = "https://github.com/uudashr/gopkgs";
+2
pkgs/development/tools/gopls/default.nix
···1313 modRoot = "gopls";
1414 vendorSha256 = "175051d858lsdir2hj5qcimp6hakbi9grpws1ssvk3r2jna27x1z";
15151616+ doCheck = false;
1717+1618 meta = with stdenv.lib; {
1719 description = "Official language server for the Go language";
1820 homepage = "https://github.com/golang/tools/tree/master/gopls";
+2
pkgs/development/tools/gore/default.nix
···13131414 vendorSha256 = "3bq6sRKS5dq7WCPpKGm2q5gFajthR3zhrTFGve9zXhY=";
15151616+ doCheck = false;
1717+1618 meta = with stdenv.lib; {
1719 description = "Yet another Go REPL that works nicely.";
1820 homepage = "https://github.com/motemen/gore";
···13131414 vendorSha256 = "0pnd89iqdj3f719xf4iy5r04n51d0rrrf0qb2zjirpw7vh7g82i9";
15151616+ doCheck = false;
1717+1618 subPackages = [ "." ];
17191820 meta = with lib; {
+2
pkgs/development/tools/proto-contrib/default.nix
···13131414 vendorSha256 = "1ivvq5ch9grdrwqq29flv9821kyb16k0cj6wgj5v0dyn63w420aw";
15151616+ doCheck = false;
1717+1618 meta = with lib; {
1719 description = "Contributed tools and other packages on top of the Go proto package";
1820 homepage = "https://github.com/emicklei/proto-contrib";
+2
pkgs/development/tools/protoc-gen-doc/default.nix
···13131414 vendorSha256 = "17qdpsff8jk7ks5v6ix1rb966x3yvq03vk5bs2zbnxfdra7bv3n6";
15151616+ doCheck = false;
1717+1618 meta = with lib; {
1719 description = "Documentation generator plugin for Google Protocol Buffers";
1820 longDescription = ''
···16161717 vendorSha256 = null;
18181919+ doCheck = false;
2020+1921 meta = with stdenv.lib; {
2022 homepage = "https://github.com/c00w/vend";
2123 description = "A utility which vendors go code including c dependencies";
+2
pkgs/development/tools/vultr-cli/default.nix
···13131414 vendorSha256 = null;
15151616+ doCheck = false;
1717+1618 meta = with stdenv.lib; {
1719 description = "Official command line tool for Vultr services";
1820 homepage = "https://github.com/vultr/vultr-cli";
···15151616 vendorSha256 = "17znl3vkg73hnrfl697rw201nsd5sijgalnbkljk1b4m0a01zik1";
17171818+ doCheck = false;
1919+1820 meta = with stdenv.lib; {
1921 homepage = "https://coredns.io";
2022 description = "A DNS server that runs middleware";
+2
pkgs/servers/documize-community/default.nix
···13131414 vendorSha256 = null;
15151616+ doCheck = false;
1717+1618 nativeBuildInputs = [ go-bindata go-bindata-assetfs ];
17191820 # This is really weird, but they've managed to screw up
···1212 };
1313 vendorSha256 = "1nwrzbpqycr4ixk8a90pgaxcwakv5nlfnql6hmcc518qrva198wp";
14141515+ doCheck = false;
1616+1517 meta = with lib; {
1618 description = "The RPKI-to-Router server used at Cloudflare";
1719 homepage = "https://github.com/cloudflare/gortr/";
···19192020 vendorSha256 = "0hnpb1xp135z2qpn1b6xad59739hffhs8dfpr3n5drmrvajpn4xp";
21212222+ doCheck = false;
2323+2224 meta = with lib; {
2325 description = "A tool to clean out your AWS account";
2426 homepage = "https://github.com/cloudetc/awsweeper/";
+2
pkgs/tools/admin/berglas/default.nix
···13131414 vendorSha256 = null;
15151616+ doCheck = false;
1717+1618 meta = with stdenv.lib; {
1719 description = "A tool for managing secrets on Google Cloud";
1820 homepage = "https://github.com/GoogleCloudPlatform/berglas";
+2
pkgs/tools/admin/certigo/default.nix
···13131414 vendorSha256 = "1l6ajfl04rfbssvijgd5jrppmqc5svfrswdx01x007lr8rvdfd94";
15151616+ doCheck = false;
1717+1618 meta = with stdenv.lib; {
1719 description = "A utility to examine and validate certificates in a variety of formats";
1820 homepage = "https://github.com/square/certigo";
···13131414 vendorSha256 = "0dkgp9vlb76la0j439w0rb548qg5v8648zryk3rqgfhd4qywlk11";
15151616+ doCheck = false;
1717+1618 meta = with stdenv.lib; {
1719 description = "A Powerline like prompt for Bash, ZSH and Fish";
1820 license = licenses.gpl3;
+2
pkgs/tools/misc/up/default.nix
···15151616 vendorSha256 = "1h3w4i7dyh6yagqmdclvflfq6fx0z880jdnpf28assv7fxd9rjsx";
17171818+ doCheck = false;
1919+1820 meta = with lib; {
1921 description = "Ultimate Plumber is a tool for writing Linux pipes with instant live preview";
2022 homepage = "https://github.com/akavel/up";
···13131414 vendorSha256 = "1ra4yfplmgzxzs1nlbm0izg339fjnkfrw071y8w4m6q6wnzdhljb";
15151616+ doCheck = false;
1717+1618 # Since the tarball pulled from GitHub doesn't contain git tag information,
1719 # we fetch the expected tag's timestamp from a file in the root of the
1820 # repository.
+2
pkgs/tools/networking/croc/default.nix
···13131414 vendorSha256 = "1d6gg7c0rb45zy9rilacn2xyr3kcb7acsh389hk6lppipmhpzr5a";
15151616+ doCheck = false;
1717+1618 subPackages = [ "." ];
17191820 meta = with stdenv.lib; {
+2
pkgs/tools/networking/curlie/default.nix
···13131414 vendorSha256 = "1mxgf004czf65a2mv99gfp27g98xhllmfcz4ynfv66nfkbfz6a8n";
15151616+ doCheck = false;
1717+1618 meta = with lib; {
1719 description = "Curlie is a frontend to curl that adds the ease of use of httpie, without compromising on features and performance";
1820 homepage = "https://curlie.io/";
···13131414 vendorSha256 = "09xv2p9rydnsb185x61fxhyjqx41wz285c1gdd47ad3s08ay1qc7";
15151616+ doCheck = false;
1717+1618 # Change the default location of the management socket on Linux
1719 # systems so that the yggdrasil system service unit does not have to
1820 # be granted write permission to /run.
···14141515 vendorSha256 = "1wcbn0ip596f2dp68y6jmxgv20l0dgrcxg5cwclkawigj05416zj";
16161717+ doCheck = false;
1818+1719 postPatch = ''
1820 # Because this Makefile will be installed to be used by the user, patch
1921 # variables to be valid by default
···16161717 vendorSha256 = "0kr9i2nm5csf3070hwaiss137pfa3088xbw2zigp7aqb2naky036";
18181919+ doCheck = false;
2020+1921 meta = with lib; {
2022 description = "Tool used to brute-force URIs, DNS subdomains, Virtual Host names on target web servers";
2123 homepage = "https://github.com/OJ/gobuster";