lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge master into staging-next

authored by

github-actions[bot] and committed by
GitHub
880ae7cc 5b9ee172

+289 -1414
+6
nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
··· 264 264 </listitem> 265 265 <listitem> 266 266 <para> 267 + <literal>zfs</literal> was updated from 2.1.4 to 2.1.5, 268 + enabling it to be used with Linux kernel 5.18. 269 + </para> 270 + </listitem> 271 + <listitem> 272 + <para> 267 273 memtest86+ was updated from 5.00-coreboot-002 to 6.00-beta2. 268 274 It is now the upstream version from https://www.memtest.org/, 269 275 as coreboot’s fork is no longer available.
+2
nixos/doc/manual/release-notes/rl-2211.section.md
··· 102 102 103 103 - Matrix Synapse now requires entries in the `state_group_edges` table to be unique, in order to prevent accidentally introducing duplicate information (for example, because a database backup was restored multiple times). If your Synapse database already has duplicate rows in this table, this could fail with an error and require manual remediation. 104 104 105 + - `zfs` was updated from 2.1.4 to 2.1.5, enabling it to be used with Linux kernel 5.18. 106 + 105 107 - memtest86+ was updated from 5.00-coreboot-002 to 6.00-beta2. It is now the upstream version from https://www.memtest.org/, as coreboot's fork is no longer available. 106 108 107 109 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
+2 -2
pkgs/applications/audio/geonkick/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "geonkick"; 6 - version = "2.9.0"; 6 + version = "2.9.1"; 7 7 8 8 src = fetchFromGitLab { 9 9 owner = "iurie-sw"; 10 10 repo = pname; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-/BDK1PyRw4xOt+rzC9yX29aRQb1aDnDBIenSz+859OY="; 12 + sha256 = "sha256-XSqcj8+X6QMBnIusPB9VNrgcbdiWhNMOYeFyKklGmO8="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ cmake pkg-config ];
+2 -2
pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix
··· 1 1 { lib, stdenv, fetchurl, jre, makeWrapper }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "6.9.7"; 4 + version = "6.9.8"; 5 5 pname = "frostwire"; 6 6 7 7 src = fetchurl { 8 8 url = "https://dl.frostwire.com/frostwire/${version}/frostwire-${version}.amd64.tar.gz"; 9 - sha256 = "sha256-LsmDfNAj10x+txJ4PugyF3Irj/N1reb3ChTvFFIucdc="; 9 + sha256 = "sha256-gslNdvxA4rGKg0bjf2KWw7w9NMp3zqrii144AfKsV4s="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ makeWrapper ];
+2 -2
pkgs/applications/networking/sync/onedrive/default.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "onedrive"; 17 - version = "2.4.17"; 17 + version = "2.4.19"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "abraunegg"; 21 21 repo = pname; 22 22 rev = "v${version}"; 23 - hash = "sha256-+ADAPxAZNDqLKLz6rAProqSDINDiTZhc2trxJFFMQeA="; 23 + hash = "sha256-7kX7gC/1jSZGgV3ZhfebMIn/Y5gXkz22GDP2zpiwUZ4="; 24 24 }; 25 25 26 26 nativeBuildInputs = [ autoreconfHook ldc installShellFiles pkg-config ];
+42
pkgs/applications/terminal-emulators/dterm/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , readline 5 + }: 6 + 7 + stdenv.mkDerivation rec { 8 + pname = "dterm"; 9 + version = "0.5"; 10 + 11 + src = fetchurl { 12 + url = "http://www.knossos.net.nz/downloads/dterm-${version}.tgz"; 13 + hash = "sha256-lFM7558e7JZeWYhtXwCjXLZ1xdsdiUGfJTu3LxQKvds="; 14 + }; 15 + 16 + buildInputs = [ readline ]; 17 + 18 + postPatch = '' 19 + substituteInPlace Makefile \ 20 + --replace 'gcc' '${stdenv.cc.targetPrefix}cc' 21 + ''; 22 + 23 + preInstall = "mkdir -p $out/bin"; 24 + 25 + installFlags = [ "BIN=$(out)/bin/" ]; 26 + 27 + meta = with lib; { 28 + homepage = "http://www.knossos.net.nz/resources/free-software/dterm/"; 29 + description = "A simple terminal program"; 30 + longDescription = '' 31 + dterm is a simple terminal emulator, which doesn’t actually emulate any 32 + particular terminal. Mainly, it is designed for use with xterm and 33 + friends, which already do a perfectly good emulation, and therefore don’t 34 + need any special help; dterm simply provides a means by which keystrokes 35 + are forwarded to the serial line, and data forwarded from the serial line 36 + appears on the terminal. 37 + ''; 38 + license = licenses.gpl2Only; 39 + maintainers = with maintainers; [ auchter ]; 40 + platforms = platforms.unix; 41 + }; 42 + }
+37
pkgs/development/compilers/hare/disable-failing-test-cases.patch
··· 1 + diff --git a/math/complex/+test.ha b/math/complex/+test.ha 2 + index a1cc0916..705a0a41 100644 3 + --- a/math/complex/+test.ha 4 + +++ b/math/complex/+test.ha 5 + @@ -567,8 +567,8 @@ const TEST_COSSC: [](c128, c128) = [ 6 + (math::INF, math::NAN)), // real sign unspecified 7 + ((math::INF, math::NAN), 8 + (math::NAN, math::NAN)), 9 + - ((math::NAN, 0f64), 10 + - (math::NAN, -0f64)), // imaginary sign unspecified 11 + +// ((math::NAN, 0f64), 12 + +// (math::NAN, -0f64)), // imaginary sign unspecified 13 + ((math::NAN, 1f64), 14 + (math::NAN, math::NAN)), 15 + ((math::NAN, math::INF), 16 + @@ -583,8 +583,8 @@ const TEST_COSHSC: [](c128, c128) = [ 17 + (1f64, 0f64)), 18 + ((0f64, math::INF), 19 + (math::NAN, 0f64)), // imaginary sign unspecified 20 + - ((0f64, math::NAN), 21 + - (math::NAN, 0f64)), // imaginary sign unspecified 22 + +// ((0f64, math::NAN), 23 + +// (math::NAN, 0f64)), // imaginary sign unspecified 24 + ((1f64, math::INF), 25 + (math::NAN, math::NAN)), 26 + ((1f64, math::NAN), 27 + @@ -627,8 +627,8 @@ const TEST_EXPSC: [](c128, c128) = [ 28 + (0f64, 0f64)), // real and imaginary sign unspecified 29 + ((math::INF, math::INF), 30 + (math::INF, math::NAN)), // real sign unspecified 31 + - ((-math::INF, math::NAN), 32 + - (0f64, 0f64)), // real and imaginary sign unspecified 33 + +// ((-math::INF, math::NAN), 34 + +// (0f64, 0f64)), // real and imaginary sign unspecified 35 + ((math::INF, math::NAN), 36 + (math::INF, math::NAN)), // real sign unspecified 37 + ((math::NAN, 0f64),
+7 -3
pkgs/development/compilers/hare/hare.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "hare"; 14 - version = "0.pre+date=2022-04-27"; 14 + version = "unstable-2022-06-18"; 15 15 16 16 src = fetchFromSourcehut { 17 17 name = pname + "-src"; 18 18 owner = "~sircmpwn"; 19 19 repo = pname; 20 - rev = "1bfb2e6dee850c675a8831b41420800d3c62c2a0"; 21 - hash = "sha256-1b7U5u3PM3jmnH/OnY9O++GTPyVOdFkJ0fwJBoDZgSU="; 20 + rev = "ac9b2c35c09d555e09dbd81c5ed95bdfa14313ba"; 21 + hash = "sha256-eeS14LGkbi9IamvKzK+HF0Rvk9NFp4QVYcrHwNSNBx4="; 22 22 }; 23 + 24 + patches = [ ./disable-failing-test-cases.patch ]; 23 25 24 26 nativeBuildInputs = [ 25 27 binutils-unwrapped ··· 35 37 qbe 36 38 ]; 37 39 40 + setupHook = ./setup-hook.sh; 38 41 strictDeps = true; 39 42 40 43 configurePhase = ··· 59 62 runHook preConfigure 60 63 61 64 export HARECACHE="$NIX_BUILD_TOP/.harecache" 65 + export BINOUT="$NIX_BUILD_TOP/.bin" 62 66 cat ${config-file} > config.mk 63 67 64 68 runHook postConfigure
+3 -3
pkgs/development/compilers/hare/harec.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "harec"; 9 - version = "0.pre+date=2022-04-26"; 9 + version = "unstable-2022-06-20"; 10 10 11 11 src = fetchFromSourcehut { 12 12 name = pname + "-src"; 13 13 owner = "~sircmpwn"; 14 14 repo = pname; 15 - rev = "e5fb5176ba629e98ace5fcb3aa427b2c25d8fdf0"; 16 - hash = "sha256-sqt3q6sarzrpyJ/1QYM1WTukrZpflAmAYq6pQwAwe18="; 15 + rev = "2eccbc4b959a590dda91143c8487edda841106d9"; 16 + hash = "sha256-pwy7cNxAqIbhx9kpcjfgk7sCEns9oA6zhKSQJdHLZCM="; 17 17 }; 18 18 19 19 nativeBuildInputs = [
+11
pkgs/development/compilers/hare/setup-hook.sh
··· 1 + export HARECACHE="$NIX_BUILD_TOP/.harecache" 2 + 3 + addHarepath () { 4 + for haredir in third-party stdlib; do 5 + if [[ -d "$1/src/hare/$haredir" ]]; then 6 + addToSearchPath HAREPATH "$1/src/hare/$haredir" 7 + fi 8 + done 9 + } 10 + 11 + addEnvHooks "$hostOffset" addHarepath
+2 -2
pkgs/development/ocaml-modules/ffmpeg/base.nix
··· 1 1 { lib, fetchFromGitHub }: 2 2 3 3 rec { 4 - version = "1.1.3"; 4 + version = "1.1.4"; 5 5 6 6 useDune2 = true; 7 7 ··· 9 9 owner = "savonet"; 10 10 repo = "ocaml-ffmpeg"; 11 11 rev = "v${version}"; 12 - sha256 = "1l40dfc0v3wn2drfq0mclrc1lrlpycdjrkrw4knkwpsg0za68v4c"; 12 + sha256 = "sha256-IM7bzOZAZQjLz4YjRTMU5fZgrA2QTZcSDMgclDo4sn0="; 13 13 }; 14 14 15 15 meta = with lib; {
+3 -3
pkgs/development/python-modules/imap-tools/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "imap-tools"; 10 - version = "0.55.0"; 10 + version = "0.56.0"; 11 11 12 12 disabled = isPy27; 13 13 ··· 16 16 src = fetchFromGitHub { 17 17 owner = "ikvk"; 18 18 repo = "imap_tools"; 19 - rev = "v${version}"; 20 - hash = "sha256-Jtuw0pYkgR1wrqPlEBOpia1rFU/+MLadOFEm2xLIFMw="; 19 + rev = "refs/tags/v${version}"; 20 + hash = "sha256-g1m44hUtD/x7zEe/ELY6zj2hJikSmZB6S8ZHEHPrvz0="; 21 21 }; 22 22 23 23 checkInputs = [
+2 -2
pkgs/development/python-modules/mysqlclient/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "mysqlclient"; 5 - version = "2.1.0"; 5 + version = "2.1.1"; 6 6 7 7 nativeBuildInputs = [ 8 8 libmysqlclient ··· 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - sha256 = "973235686f1b720536d417bf0a0d39b4ab3d5086b2b6ad5e6752393428c02b12"; 20 + sha256 = "sha256-godX5Bn7Ed1sXtJXbsksPvqpOg98OeJjWG0e53nD14I="; 21 21 }; 22 22 23 23 meta = with lib; {
+2 -2
pkgs/development/tools/continuous-integration/jenkins/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "jenkins"; 7 - version = "2.332.3"; 7 + version = "2.346.1"; 8 8 9 9 src = fetchurl { 10 10 url = "https://get.jenkins.io/war-stable/${version}/jenkins.war"; 11 - sha256 = "sha256-0ZPxearfOnzrYa3rw6tRIYrEp4UriJMv8ztE/XvmAQ8="; 11 + sha256 = "09rvwpywf8wc3605kc0x171kmxfigqg4dq7gkd1hng1xqbjjqvhp"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ makeWrapper ];
+3 -3
pkgs/development/tools/misc/terraform-ls/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "terraform-ls"; 5 - version = "0.26.0"; 5 + version = "0.28.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "hashicorp"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-Xq9HojFjUrdThXvQ4M8o4LLmxopVErnN3WGUgI79BCw="; 11 + sha256 = "sha256-6K4aOp5mjX+qhG/OS/Gs1kAOpDGUPdgRNx4zp3i/c2A="; 12 12 }; 13 - vendorSha256 = "sha256-iSgK+FOD9olVN4bR2jmtWndaRHrh9pfo/42COTiIh9c="; 13 + vendorSha256 = "sha256-YouAdTo7huco35er84MRfI1gmq11VbFwRGSovs1XDYo="; 14 14 15 15 ldflags = [ "-s" "-w" "-X main.version=v${version}" "-X main.prerelease=" ]; 16 16
+3 -3
pkgs/development/web/deno/default.nix
··· 16 16 17 17 rustPlatform.buildRustPackage rec { 18 18 pname = "deno"; 19 - version = "1.23.0"; 19 + version = "1.23.1"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "denoland"; 23 23 repo = pname; 24 24 rev = "v${version}"; 25 - sha256 = "sha256-nPVghkLtXhd2/TeBeNDtA1ucgiqzZWmtxXf9bCrFh44="; 25 + sha256 = "sha256-Z9dZrhH+zlYNuhFs+aicuepnUTSOfIHdLaz9sJp0LCA="; 26 26 }; 27 - cargoSha256 = "sha256-bCk6zgsfyI5Nk0AHPyr29KzgltobxfD6b72N0ZaQyOU="; 27 + cargoSha256 = "sha256-VIpy5vRZinFvFhyyKQwi5ThrBNwqGy1TVg5tAoxxJyQ="; 28 28 29 29 postPatch = '' 30 30 # upstream uses lld on aarch64-darwin for faster builds
+5 -5
pkgs/development/web/deno/librusty_v8.nix
··· 11 11 }; 12 12 in 13 13 fetch_librusty_v8 { 14 - version = "0.44.1"; 14 + version = "0.44.2"; 15 15 shas = { 16 - x86_64-linux = "sha256-8aBjN9ukbH+lr3YPdngXxSjPjutBgWv4hEdhYmcvtO4="; 17 - aarch64-linux = "sha256-h0mxzeA/wB+/zNz0ZKjSBH7lpYrCLRdTgeDGwZypuXE="; 18 - x86_64-darwin = "sha256-4YXYHhYwCBnb1clxW1ziccHMWsUcGz8Rr8/anCvI1lY="; 19 - aarch64-darwin = "sha256-3sBeL+YJB1HaEhM76GfABvN/6iWeST7Z6lVu3X8sRjk="; 16 + x86_64-linux = "sha256-I1ad9a9FtJGGGW7Odc8HfysQyCEAb8xoEYmYti0pEkE="; 17 + aarch64-linux = "sha256-KHjVMI9qiJ6q3D6t6iUKxbp1qthHSSl+2AfvL3Hvk6I="; 18 + x86_64-darwin = "sha256-UO1NRpbCA5MtqeRLTGM3FIWdX/ECDW/JG52U756FIv8="; 19 + aarch64-darwin = "sha256-FqakcG050m52/F6nWlS7VeW0r+77CCIzG1qvBP3Naik="; 20 20 }; 21 21 }
+2 -2
pkgs/games/freeciv/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "freeciv"; 13 - version = "3.0.1"; 13 + version = "3.0.2"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "freeciv"; 17 17 repo = "freeciv"; 18 18 rev = "R${lib.replaceStrings [ "." ] [ "_" ] version}"; 19 - sha256 = "sha256-Nzc6Tirj6TKLgTYN5XjZZut9HVYLKGOp1GZeaoqEtW8="; 19 + sha256 = "sha256-1QGARXIfb97aLxQ5TZ6Fjznlniznnyuc2ugiW/Drf9g="; 20 20 }; 21 21 22 22 postPatch = ''
+9 -9
pkgs/os-specific/linux/zfs/default.nix
··· 16 16 , enablePython ? true 17 17 18 18 # for determining the latest compatible linuxPackages 19 - , linuxPackages_5_15 ? pkgs.linuxKernel.packages.linux_5_15 19 + , linuxPackages_5_18 ? pkgs.linuxKernel.packages.linux_5_18 20 20 }: 21 21 22 22 let ··· 216 216 # to be adapted 217 217 zfsStable = common { 218 218 # check the release notes for compatible kernels 219 - kernelCompatible = kernel.kernelOlder "5.18"; 220 - latestCompatibleLinuxPackages = linuxPackages_5_15; 219 + kernelCompatible = kernel.kernelOlder "5.19"; 220 + latestCompatibleLinuxPackages = linuxPackages_5_18; 221 221 222 222 # this package should point to the latest release. 223 - version = "2.1.4"; 223 + version = "2.1.5"; 224 224 225 - sha256 = "sha256-pHz1N2j+d9p1xleEBwwrmK9mN5gEyM69Suy0dsrkZT4="; 225 + sha256 = "sha256-a9rmuPO8R8UfxdHvwjfFuYRGn97a1MPmLZRvr3l0swE="; 226 226 }; 227 227 228 228 zfsUnstable = common { 229 229 # check the release notes for compatible kernels 230 - kernelCompatible = kernel.kernelOlder "5.18"; 231 - latestCompatibleLinuxPackages = linuxPackages_5_15; 230 + kernelCompatible = kernel.kernelOlder "5.19"; 231 + latestCompatibleLinuxPackages = linuxPackages_5_18; 232 232 233 233 # this package should point to a version / git revision compatible with the latest kernel release 234 234 # IMPORTANT: Always use a tagged release candidate or commits from the 235 235 # zfs-<version>-staging branch, because this is tested by the OpenZFS 236 236 # maintainers. 237 - version = "2.1.4"; 237 + version = "2.1.5"; 238 238 # rev = "0000000000000000000000000000000000000000"; 239 239 240 - sha256 = "sha256-pHz1N2j+d9p1xleEBwwrmK9mN5gEyM69Suy0dsrkZT4="; 240 + sha256 = "sha256-a9rmuPO8R8UfxdHvwjfFuYRGn97a1MPmLZRvr3l0swE="; 241 241 242 242 isUnstable = true; 243 243 };
+2 -2
pkgs/servers/web-apps/snipe-it/default.nix
··· 18 18 19 19 in package.override rec { 20 20 pname = "snipe-it"; 21 - version = "6.0.4"; 21 + version = "6.0.5"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "snipe"; 25 25 repo = pname; 26 26 rev = "v${version}"; 27 - sha256 = "06h8rnk8q85f0z0a1q0j010kzs4z2k5sxvi06avk7ndpkrisv4wz"; 27 + sha256 = "15dp8y0kdjg9x4iwa5ha5w4qbwwsdg5z8337rmkkla2yjmf4lrxb"; 28 28 }; 29 29 30 30 meta = with lib; {
+17 -9
pkgs/tools/backup/zfsbackup/default.nix
··· 1 - { lib, buildGoPackage, fetchFromGitHub }: 1 + { lib 2 + , buildGoModule 3 + , fetchFromGitHub 4 + , zfs 5 + }: 2 6 3 - buildGoPackage rec { 7 + buildGoModule rec { 4 8 pname = "zfsbackup"; 5 - version = "unstable-2020-09-30"; 6 - rev = "092f80846b23e02f99d2aa72d9d889eabfdcb053"; 7 - 8 - goPackagePath = "github.com/someone1/zfsbackup-go"; 9 + version = "unstable-2021-05-26"; 10 + rev = "2d4534b920d3c57552667e1c6da9978b3a9278f0"; 9 11 10 12 src = fetchFromGitHub { 11 13 owner = "someone1"; 12 14 repo = "zfsbackup-go"; 13 15 inherit rev; 14 - sha256 = "1xiacaf4r9jkx0m8wjfis14cq622yhljldwkflh9ni3khax7dlgi"; 16 + sha256 = "sha256-slVwXXGLvq+eAlqzD8p1fnc17CGUBY0Z68SURBBuf2k="; 15 17 }; 16 18 17 - goDeps = ./deps.nix; 19 + vendorSha256 = "sha256-jpxp8RKDBrkBBaY89QnKYGWFI/DUURUVX8cPJ/qoLrg="; 20 + 21 + ldflags = [ "-w" "-s" ]; 22 + 23 + # Tests require loading the zfs kernel module. 24 + doCheck = false; 18 25 19 26 meta = with lib; { 20 27 description = "Backup ZFS snapshots to cloud storage such as Google, Amazon, Azure, etc"; 21 28 homepage = "https://github.com/someone1/zfsbackup-go"; 22 29 license = licenses.mit; 23 - maintainers = [ maintainers.xfix ]; 30 + maintainers = with maintainers; [ xfix ]; 31 + platforms = platforms.linux; 24 32 mainProgram = "zfsbackup-go"; 25 33 }; 26 34 }
-1326
pkgs/tools/backup/zfsbackup/deps.nix
··· 1 - # file generated from go.mod using vgo2nix (https://github.com/adisbladis/vgo2nix) 2 - [ 3 - { 4 - goPackagePath = "cloud.google.com/go"; 5 - fetch = { 6 - type = "git"; 7 - url = "https://github.com/googleapis/google-cloud-go"; 8 - rev = "v0.57.0"; 9 - sha256 = "0lcq68h0x56qb14yx2df584ad0g9s1s19py813dy9nzqp0bmjig8"; 10 - }; 11 - } 12 - { 13 - goPackagePath = "dmitri.shuralyov.com/gpu/mtl"; 14 - fetch = { 15 - type = "git"; 16 - url = "https://dmitri.shuralyov.com/gpu/mtl"; 17 - rev = "666a987793e9"; 18 - sha256 = "1isd03hgiwcf2ld1rlp0plrnfz7r4i7c5q4kb6hkcd22axnmrv0z"; 19 - }; 20 - } 21 - { 22 - goPackagePath = "github.com/Azure/azure-pipeline-go"; 23 - fetch = { 24 - type = "git"; 25 - url = "https://github.com/Azure/azure-pipeline-go"; 26 - rev = "v0.2.2"; 27 - sha256 = "1agn2nzmm1dkwggm4w7h4bnrav4n5jrl0vqbqy2s49vqlr8zirn6"; 28 - }; 29 - } 30 - { 31 - goPackagePath = "github.com/Azure/azure-sdk-for-go"; 32 - fetch = { 33 - type = "git"; 34 - url = "https://github.com/Azure/azure-sdk-for-go"; 35 - rev = "v42.3.0"; 36 - sha256 = "1nqxpifrr8n17irkfzhx253b17cwd15x4vfqxx80l5y7dn0jqavq"; 37 - }; 38 - } 39 - { 40 - goPackagePath = "github.com/Azure/azure-storage-blob-go"; 41 - fetch = { 42 - type = "git"; 43 - url = "https://github.com/Azure/azure-storage-blob-go"; 44 - rev = "v0.8.0"; 45 - sha256 = "00gsnk9s1rlrakqvcm917hn4r47jannxwp7rkhrb71pamzm46752"; 46 - }; 47 - } 48 - { 49 - goPackagePath = "github.com/BurntSushi/toml"; 50 - fetch = { 51 - type = "git"; 52 - url = "https://github.com/BurntSushi/toml"; 53 - rev = "v0.3.1"; 54 - sha256 = "1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6"; 55 - }; 56 - } 57 - { 58 - goPackagePath = "github.com/BurntSushi/xgb"; 59 - fetch = { 60 - type = "git"; 61 - url = "https://github.com/BurntSushi/xgb"; 62 - rev = "27f122750802"; 63 - sha256 = "18lp2x8f5bljvlz0r7xn744f0c9rywjsb9ifiszqqdcpwhsa0kvj"; 64 - }; 65 - } 66 - { 67 - goPackagePath = "github.com/OneOfOne/xxhash"; 68 - fetch = { 69 - type = "git"; 70 - url = "https://github.com/OneOfOne/xxhash"; 71 - rev = "v1.2.2"; 72 - sha256 = "1mjfhrwhvxa48rycjnqpqzm521i38h1hdyz6pdwmhd7xb8j6gwi6"; 73 - }; 74 - } 75 - { 76 - goPackagePath = "github.com/alecthomas/template"; 77 - fetch = { 78 - type = "git"; 79 - url = "https://github.com/alecthomas/template"; 80 - rev = "a0175ee3bccc"; 81 - sha256 = "0qjgvvh26vk1cyfq9fadyhfgdj36f1iapbmr5xp6zqipldz8ffxj"; 82 - }; 83 - } 84 - { 85 - goPackagePath = "github.com/alecthomas/units"; 86 - fetch = { 87 - type = "git"; 88 - url = "https://github.com/alecthomas/units"; 89 - rev = "2efee857e7cf"; 90 - sha256 = "1j65b91qb9sbrml9cpabfrcf07wmgzzghrl7809hjjhrmbzri5bl"; 91 - }; 92 - } 93 - { 94 - goPackagePath = "github.com/armon/consul-api"; 95 - fetch = { 96 - type = "git"; 97 - url = "https://github.com/armon/consul-api"; 98 - rev = "eb2c6b5be1b6"; 99 - sha256 = "1j6fdr1sg36qy4n4xjl7brq739fpm5npq98cmvklzjc9qrx98nk9"; 100 - }; 101 - } 102 - { 103 - goPackagePath = "github.com/aws/aws-sdk-go"; 104 - fetch = { 105 - type = "git"; 106 - url = "https://github.com/aws/aws-sdk-go"; 107 - rev = "v1.31.4"; 108 - sha256 = "07ia78j6j2y139iq9x5gin0fwc77wv8x0zhg47kibykxn4iyx85y"; 109 - }; 110 - } 111 - { 112 - goPackagePath = "github.com/beorn7/perks"; 113 - fetch = { 114 - type = "git"; 115 - url = "https://github.com/beorn7/perks"; 116 - rev = "v1.0.0"; 117 - sha256 = "1i1nz1f6g55xi2y3aiaz5kqfgvknarbfl4f0sx4nyyb4s7xb1z9x"; 118 - }; 119 - } 120 - { 121 - goPackagePath = "github.com/cenkalti/backoff"; 122 - fetch = { 123 - type = "git"; 124 - url = "https://github.com/cenkalti/backoff"; 125 - rev = "v2.2.1"; 126 - sha256 = "1mf4lsl3rbb8kk42x0mrhzzy4ikqy0jf6nxpzhkr02rdgwh6rjk8"; 127 - }; 128 - } 129 - { 130 - goPackagePath = "github.com/census-instrumentation/opencensus-proto"; 131 - fetch = { 132 - type = "git"; 133 - url = "https://github.com/census-instrumentation/opencensus-proto"; 134 - rev = "v0.2.1"; 135 - sha256 = "19fcx3sc99i5dsklny6r073z5j20vlwn2xqm6di1q3b1xwchzqfj"; 136 - }; 137 - } 138 - { 139 - goPackagePath = "github.com/cespare/xxhash"; 140 - fetch = { 141 - type = "git"; 142 - url = "https://github.com/cespare/xxhash"; 143 - rev = "v1.1.0"; 144 - sha256 = "1qyzlcdcayavfazvi03izx83fvip8h36kis44zr2sg7xf6sx6l4x"; 145 - }; 146 - } 147 - { 148 - goPackagePath = "github.com/chzyer/logex"; 149 - fetch = { 150 - type = "git"; 151 - url = "https://github.com/chzyer/logex"; 152 - rev = "v1.1.10"; 153 - sha256 = "08pbjj3wx9acavlwyr055isa8a5hnmllgdv5k6ra60l5y1brmlq4"; 154 - }; 155 - } 156 - { 157 - goPackagePath = "github.com/chzyer/readline"; 158 - fetch = { 159 - type = "git"; 160 - url = "https://github.com/chzyer/readline"; 161 - rev = "2972be24d48e"; 162 - sha256 = "104q8dazj8yf6b089jjr82fy9h1g80zyyzvp3g8b44a7d8ngjj6r"; 163 - }; 164 - } 165 - { 166 - goPackagePath = "github.com/chzyer/test"; 167 - fetch = { 168 - type = "git"; 169 - url = "https://github.com/chzyer/test"; 170 - rev = "a1ea475d72b1"; 171 - sha256 = "0rns2aqk22i9xsgyap0pq8wi4cfaxsri4d9q6xxhhyma8jjsnj2k"; 172 - }; 173 - } 174 - { 175 - goPackagePath = "github.com/client9/misspell"; 176 - fetch = { 177 - type = "git"; 178 - url = "https://github.com/client9/misspell"; 179 - rev = "v0.3.4"; 180 - sha256 = "1vwf33wsc4la25zk9nylpbp9px3svlmldkm0bha4hp56jws4q9cs"; 181 - }; 182 - } 183 - { 184 - goPackagePath = "github.com/cncf/udpa"; 185 - fetch = { 186 - type = "git"; 187 - url = "https://github.com/cncf/udpa"; 188 - rev = "269d4d468f6f"; 189 - sha256 = "0i1jiaw2k3hlwwmg4hap81vb4s1p25xp9kdfww37v0fbgjariccs"; 190 - }; 191 - } 192 - { 193 - goPackagePath = "github.com/coreos/bbolt"; 194 - fetch = { 195 - type = "git"; 196 - url = "https://github.com/coreos/bbolt"; 197 - rev = "v1.3.2"; 198 - sha256 = "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2"; 199 - }; 200 - } 201 - { 202 - goPackagePath = "github.com/coreos/etcd"; 203 - fetch = { 204 - type = "git"; 205 - url = "https://github.com/coreos/etcd"; 206 - rev = "v3.3.10"; 207 - sha256 = "1x2ii1hj8jraba8rbxz6dmc03y3sjxdnzipdvg6fywnlq1f3l3wl"; 208 - }; 209 - } 210 - { 211 - goPackagePath = "github.com/coreos/go-semver"; 212 - fetch = { 213 - type = "git"; 214 - url = "https://github.com/coreos/go-semver"; 215 - rev = "v0.2.0"; 216 - sha256 = "1gghi5bnqj50hfxhqc1cxmynqmh2yk9ii7ab9gsm75y5cp94ymk0"; 217 - }; 218 - } 219 - { 220 - goPackagePath = "github.com/coreos/go-systemd"; 221 - fetch = { 222 - type = "git"; 223 - url = "https://github.com/coreos/go-systemd"; 224 - rev = "95778dfbb74e"; 225 - sha256 = "1s3bg9p78wkixn2bqb2p23wbsqfg949ml6crw2b498s71mwh8rcf"; 226 - }; 227 - } 228 - { 229 - goPackagePath = "github.com/coreos/pkg"; 230 - fetch = { 231 - type = "git"; 232 - url = "https://github.com/coreos/pkg"; 233 - rev = "399ea9e2e55f"; 234 - sha256 = "0nxbn0m7lr4dg0yrwnvlkfiyg3ndv8vdpssjx7b714nivpc6ar0y"; 235 - }; 236 - } 237 - { 238 - goPackagePath = "github.com/cpuguy83/go-md2man"; 239 - fetch = { 240 - type = "git"; 241 - url = "https://github.com/cpuguy83/go-md2man"; 242 - rev = "v2.0.0"; 243 - sha256 = "0r1f7v475dxxgzqci1mxfliwadcrk86ippflx9n411325l4g3ghv"; 244 - }; 245 - } 246 - { 247 - goPackagePath = "github.com/davecgh/go-spew"; 248 - fetch = { 249 - type = "git"; 250 - url = "https://github.com/davecgh/go-spew"; 251 - rev = "v1.1.1"; 252 - sha256 = "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y"; 253 - }; 254 - } 255 - { 256 - goPackagePath = "github.com/dgrijalva/jwt-go"; 257 - fetch = { 258 - type = "git"; 259 - url = "https://github.com/dgrijalva/jwt-go"; 260 - rev = "v3.2.0"; 261 - sha256 = "08m27vlms74pfy5z79w67f9lk9zkx6a9jd68k3c4msxy75ry36mp"; 262 - }; 263 - } 264 - { 265 - goPackagePath = "github.com/dgryski/go-sip13"; 266 - fetch = { 267 - type = "git"; 268 - url = "https://github.com/dgryski/go-sip13"; 269 - rev = "e10d5fee7954"; 270 - sha256 = "15fyibfas209ljz3f7g07kdmfbl3hhyd9n5n7aq5n5p9m5mn41d6"; 271 - }; 272 - } 273 - { 274 - goPackagePath = "github.com/dnaeon/go-vcr"; 275 - fetch = { 276 - type = "git"; 277 - url = "https://github.com/dnaeon/go-vcr"; 278 - rev = "v1.0.1"; 279 - sha256 = "1d0kpqr12qrqlamz5a47bp05mx49za2v6l1k7c6z71xahfmb7v2d"; 280 - }; 281 - } 282 - { 283 - goPackagePath = "github.com/dustin/go-humanize"; 284 - fetch = { 285 - type = "git"; 286 - url = "https://github.com/dustin/go-humanize"; 287 - rev = "v1.0.0"; 288 - sha256 = "1kqf1kavdyvjk7f8kx62pnm7fbypn9z1vbf8v2qdh3y7z7a0cbl3"; 289 - }; 290 - } 291 - { 292 - goPackagePath = "github.com/envoyproxy/go-control-plane"; 293 - fetch = { 294 - type = "git"; 295 - url = "https://github.com/envoyproxy/go-control-plane"; 296 - rev = "v0.9.4"; 297 - sha256 = "0m0crzx70lp7vz13v20wxb1fcfdnzp7h3mkh3bn6a8mbfz6w5asj"; 298 - }; 299 - } 300 - { 301 - goPackagePath = "github.com/envoyproxy/protoc-gen-validate"; 302 - fetch = { 303 - type = "git"; 304 - url = "https://github.com/envoyproxy/protoc-gen-validate"; 305 - rev = "v0.1.0"; 306 - sha256 = "0kxd3wwh3xwqk0r684hsy281xq4y71cd11d4q2hspcjbnlbwh7cy"; 307 - }; 308 - } 309 - { 310 - goPackagePath = "github.com/fsnotify/fsnotify"; 311 - fetch = { 312 - type = "git"; 313 - url = "https://github.com/fsnotify/fsnotify"; 314 - rev = "v1.4.7"; 315 - sha256 = "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g"; 316 - }; 317 - } 318 - { 319 - goPackagePath = "github.com/ghodss/yaml"; 320 - fetch = { 321 - type = "git"; 322 - url = "https://github.com/ghodss/yaml"; 323 - rev = "v1.0.0"; 324 - sha256 = "0skwmimpy7hlh7pva2slpcplnm912rp3igs98xnqmn859kwa5v8g"; 325 - }; 326 - } 327 - { 328 - goPackagePath = "github.com/go-gl/glfw"; 329 - fetch = { 330 - type = "git"; 331 - url = "https://github.com/go-gl/glfw"; 332 - rev = "6f7a984d4dc4"; 333 - sha256 = "1nyv7h08qf4dp8w9pmcnrc6vv9bkwj8fil6pz0mkbss5hf4i8xcq"; 334 - }; 335 - } 336 - { 337 - goPackagePath = "github.com/go-kit/kit"; 338 - fetch = { 339 - type = "git"; 340 - url = "https://github.com/go-kit/kit"; 341 - rev = "v0.8.0"; 342 - sha256 = "1rcywbc2pvab06qyf8pc2rdfjv7r6kxdv2v4wnpqnjhz225wqvc0"; 343 - }; 344 - } 345 - { 346 - goPackagePath = "github.com/go-logfmt/logfmt"; 347 - fetch = { 348 - type = "git"; 349 - url = "https://github.com/go-logfmt/logfmt"; 350 - rev = "v0.4.0"; 351 - sha256 = "06smxc112xmixz78nyvk3b2hmc7wasf2sl5vxj1xz62kqcq9lzm9"; 352 - }; 353 - } 354 - { 355 - goPackagePath = "github.com/go-sql-driver/mysql"; 356 - fetch = { 357 - type = "git"; 358 - url = "https://github.com/go-sql-driver/mysql"; 359 - rev = "v1.5.0"; 360 - sha256 = "11x0m9yf3kdnf6981182r824psgxwfaqhn3x3in4yiidp0w0hk3v"; 361 - }; 362 - } 363 - { 364 - goPackagePath = "github.com/go-stack/stack"; 365 - fetch = { 366 - type = "git"; 367 - url = "https://github.com/go-stack/stack"; 368 - rev = "v1.8.0"; 369 - sha256 = "0wk25751ryyvxclyp8jdk5c3ar0cmfr8lrjb66qbg4808x66b96v"; 370 - }; 371 - } 372 - { 373 - goPackagePath = "github.com/gogo/protobuf"; 374 - fetch = { 375 - type = "git"; 376 - url = "https://github.com/gogo/protobuf"; 377 - rev = "v1.2.1"; 378 - sha256 = "06yqa6h0kw3gr5pc3qmas7f7435a96zf7iw7p0l00r2hqf6fqq6m"; 379 - }; 380 - } 381 - { 382 - goPackagePath = "github.com/golang/glog"; 383 - fetch = { 384 - type = "git"; 385 - url = "https://github.com/golang/glog"; 386 - rev = "23def4e6c14b"; 387 - sha256 = "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30"; 388 - }; 389 - } 390 - { 391 - goPackagePath = "github.com/golang/groupcache"; 392 - fetch = { 393 - type = "git"; 394 - url = "https://github.com/golang/groupcache"; 395 - rev = "8c9f03a8e57e"; 396 - sha256 = "0vjjr79r32icjzlb05wn02k59av7jx0rn1jijml8r4whlg7dnkfh"; 397 - }; 398 - } 399 - { 400 - goPackagePath = "github.com/golang/mock"; 401 - fetch = { 402 - type = "git"; 403 - url = "https://github.com/golang/mock"; 404 - rev = "v1.4.3"; 405 - sha256 = "1p37xnja1dgq5ykx24n7wincwz2gahjh71b95p8vpw7ss2g8j8wx"; 406 - }; 407 - } 408 - { 409 - goPackagePath = "github.com/golang/protobuf"; 410 - fetch = { 411 - type = "git"; 412 - url = "https://github.com/golang/protobuf"; 413 - rev = "v1.4.1"; 414 - sha256 = "0w7ks4vffnnkp0miwgc3chrsnmya45lzvpahb2wmw0jwhdp5kdx7"; 415 - }; 416 - } 417 - { 418 - goPackagePath = "github.com/google/btree"; 419 - fetch = { 420 - type = "git"; 421 - url = "https://github.com/google/btree"; 422 - rev = "v1.0.0"; 423 - sha256 = "0ba430m9fbnagacp57krgidsyrgp3ycw5r7dj71brgp5r52g82p6"; 424 - }; 425 - } 426 - { 427 - goPackagePath = "github.com/google/go-cmp"; 428 - fetch = { 429 - type = "git"; 430 - url = "https://github.com/google/go-cmp"; 431 - rev = "v0.4.0"; 432 - sha256 = "1x5pvl3fb5sbyng7i34431xycnhmx8xx94gq2n19g6p0vz68z2v2"; 433 - }; 434 - } 435 - { 436 - goPackagePath = "github.com/google/martian"; 437 - fetch = { 438 - type = "git"; 439 - url = "https://github.com/google/martian"; 440 - rev = "v2.1.0"; 441 - sha256 = "197hil6vrjk50b9wvwyzf61csid83whsjj6ik8mc9r2lryxlyyrp"; 442 - }; 443 - } 444 - { 445 - goPackagePath = "github.com/google/pprof"; 446 - fetch = { 447 - type = "git"; 448 - url = "https://github.com/google/pprof"; 449 - rev = "fc25d7d30c6d"; 450 - sha256 = "0ba28qx2i1bi6n6x5g670v8hmqavwj8lwl8psnc6vzagmdhjw0vg"; 451 - }; 452 - } 453 - { 454 - goPackagePath = "github.com/google/renameio"; 455 - fetch = { 456 - type = "git"; 457 - url = "https://github.com/google/renameio"; 458 - rev = "v0.1.0"; 459 - sha256 = "1ki2x5a9nrj17sn092d6n4zr29lfg5ydv4xz5cp58z6cw8ip43jx"; 460 - }; 461 - } 462 - { 463 - goPackagePath = "github.com/googleapis/gax-go"; 464 - fetch = { 465 - type = "git"; 466 - url = "https://github.com/googleapis/gax-go"; 467 - rev = "v2.0.5"; 468 - sha256 = "1lxawwngv6miaqd25s3ba0didfzylbwisd2nz7r4gmbmin6jsjrx"; 469 - }; 470 - } 471 - { 472 - goPackagePath = "github.com/gorilla/websocket"; 473 - fetch = { 474 - type = "git"; 475 - url = "https://github.com/gorilla/websocket"; 476 - rev = "v1.4.0"; 477 - sha256 = "00i4vb31nsfkzzk7swvx3i75r2d960js3dri1875vypk3v2s0pzk"; 478 - }; 479 - } 480 - { 481 - goPackagePath = "github.com/grpc-ecosystem/go-grpc-middleware"; 482 - fetch = { 483 - type = "git"; 484 - url = "https://github.com/grpc-ecosystem/go-grpc-middleware"; 485 - rev = "v1.0.0"; 486 - sha256 = "0lwgxih021xfhfb1xb9la5f98bpgpaiz63sbllx77qwwl2rmhrsp"; 487 - }; 488 - } 489 - { 490 - goPackagePath = "github.com/grpc-ecosystem/go-grpc-prometheus"; 491 - fetch = { 492 - type = "git"; 493 - url = "https://github.com/grpc-ecosystem/go-grpc-prometheus"; 494 - rev = "v1.2.0"; 495 - sha256 = "1lzk54h7np32b3acidg1ggbn8ppbnns0m71gcg9d1qkkdh8zrijl"; 496 - }; 497 - } 498 - { 499 - goPackagePath = "github.com/grpc-ecosystem/grpc-gateway"; 500 - fetch = { 501 - type = "git"; 502 - url = "https://github.com/grpc-ecosystem/grpc-gateway"; 503 - rev = "v1.9.0"; 504 - sha256 = "1r4y48c76yxc2hpqszfjirvh7zxjb6z72qmk95li12ar79dhv3dy"; 505 - }; 506 - } 507 - { 508 - goPackagePath = "github.com/hashicorp/golang-lru"; 509 - fetch = { 510 - type = "git"; 511 - url = "https://github.com/hashicorp/golang-lru"; 512 - rev = "v0.5.1"; 513 - sha256 = "13f870cvk161bzjj6x41l45r5x9i1z9r2ymwmvm7768kg08zznpy"; 514 - }; 515 - } 516 - { 517 - goPackagePath = "github.com/hashicorp/hcl"; 518 - fetch = { 519 - type = "git"; 520 - url = "https://github.com/hashicorp/hcl"; 521 - rev = "v1.0.0"; 522 - sha256 = "0q6ml0qqs0yil76mpn4mdx4lp94id8vbv575qm60jzl1ijcl5i66"; 523 - }; 524 - } 525 - { 526 - goPackagePath = "github.com/ianlancetaylor/demangle"; 527 - fetch = { 528 - type = "git"; 529 - url = "https://github.com/ianlancetaylor/demangle"; 530 - rev = "5e5cf60278f6"; 531 - sha256 = "1fhjk11cip9c3jyj1byz9z77n6n2rlxmyz0xjx1zpn1da3cvri75"; 532 - }; 533 - } 534 - { 535 - goPackagePath = "github.com/inconshreveable/mousetrap"; 536 - fetch = { 537 - type = "git"; 538 - url = "https://github.com/inconshreveable/mousetrap"; 539 - rev = "v1.0.0"; 540 - sha256 = "1mn0kg48xkd74brf48qf5hzp0bc6g8cf5a77w895rl3qnlpfw152"; 541 - }; 542 - } 543 - { 544 - goPackagePath = "github.com/jmespath/go-jmespath"; 545 - fetch = { 546 - type = "git"; 547 - url = "https://github.com/jmespath/go-jmespath"; 548 - rev = "v0.3.0"; 549 - sha256 = "12qgp7yb7yfjxhd311kb820fcjmg7gd4hp2fc4v6x8s7121pwnjp"; 550 - }; 551 - } 552 - { 553 - goPackagePath = "github.com/jonboulle/clockwork"; 554 - fetch = { 555 - type = "git"; 556 - url = "https://github.com/jonboulle/clockwork"; 557 - rev = "v0.1.0"; 558 - sha256 = "1pqxhsdavbp1n5grgyx2j6ylvql2fzn2cvpsgkc8li69dil7sibl"; 559 - }; 560 - } 561 - { 562 - goPackagePath = "github.com/jstemmer/go-junit-report"; 563 - fetch = { 564 - type = "git"; 565 - url = "https://github.com/jstemmer/go-junit-report"; 566 - rev = "v0.9.1"; 567 - sha256 = "1knip80yir1cdsjlb3rzy0a4w3kl4ljpiciaz6hjzwqlfhnv7bkw"; 568 - }; 569 - } 570 - { 571 - goPackagePath = "github.com/juju/ratelimit"; 572 - fetch = { 573 - type = "git"; 574 - url = "https://github.com/juju/ratelimit"; 575 - rev = "v1.0.1"; 576 - sha256 = "0ppwvwbh9jdpdk4f9924vw373cpfz5g5ad10c707p22a984vanrz"; 577 - }; 578 - } 579 - { 580 - goPackagePath = "github.com/julienschmidt/httprouter"; 581 - fetch = { 582 - type = "git"; 583 - url = "https://github.com/julienschmidt/httprouter"; 584 - rev = "v1.2.0"; 585 - sha256 = "1k8bylc9s4vpvf5xhqh9h246dl1snxrzzz0614zz88cdh8yzs666"; 586 - }; 587 - } 588 - { 589 - goPackagePath = "github.com/kisielk/errcheck"; 590 - fetch = { 591 - type = "git"; 592 - url = "https://github.com/kisielk/errcheck"; 593 - rev = "v1.1.0"; 594 - sha256 = "19vd4rxmqbk5lpiav3pf7df3yjlz0l0dwx9mn0gjq5f998iyhy6y"; 595 - }; 596 - } 597 - { 598 - goPackagePath = "github.com/kisielk/gotool"; 599 - fetch = { 600 - type = "git"; 601 - url = "https://github.com/kisielk/gotool"; 602 - rev = "v1.0.0"; 603 - sha256 = "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn"; 604 - }; 605 - } 606 - { 607 - goPackagePath = "github.com/klauspost/compress"; 608 - fetch = { 609 - type = "git"; 610 - url = "https://github.com/klauspost/compress"; 611 - rev = "v1.10.6"; 612 - sha256 = "0jnm5mjazxkjwzb7z6sjlqm2l68z4h4xjhir2lgfkf04rj4l290s"; 613 - }; 614 - } 615 - { 616 - goPackagePath = "github.com/klauspost/pgzip"; 617 - fetch = { 618 - type = "git"; 619 - url = "https://github.com/klauspost/pgzip"; 620 - rev = "v1.2.4"; 621 - sha256 = "0mnhfdn0isbkra455jynqjbmrwymx09shlbzbyvgfycih3nbrif0"; 622 - }; 623 - } 624 - { 625 - goPackagePath = "github.com/konsorten/go-windows-terminal-sequences"; 626 - fetch = { 627 - type = "git"; 628 - url = "https://github.com/konsorten/go-windows-terminal-sequences"; 629 - rev = "v1.0.1"; 630 - sha256 = "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip"; 631 - }; 632 - } 633 - { 634 - goPackagePath = "github.com/kr/logfmt"; 635 - fetch = { 636 - type = "git"; 637 - url = "https://github.com/kr/logfmt"; 638 - rev = "b84e30acd515"; 639 - sha256 = "02ldzxgznrfdzvghfraslhgp19la1fczcbzh7wm2zdc6lmpd1qq9"; 640 - }; 641 - } 642 - { 643 - goPackagePath = "github.com/kr/pretty"; 644 - fetch = { 645 - type = "git"; 646 - url = "https://github.com/kr/pretty"; 647 - rev = "v0.1.0"; 648 - sha256 = "18m4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp"; 649 - }; 650 - } 651 - { 652 - goPackagePath = "github.com/kr/pty"; 653 - fetch = { 654 - type = "git"; 655 - url = "https://github.com/kr/pty"; 656 - rev = "v1.1.1"; 657 - sha256 = "0383f0mb9kqjvncqrfpidsf8y6ns5zlrc91c6a74xpyxjwvzl2y6"; 658 - }; 659 - } 660 - { 661 - goPackagePath = "github.com/kr/text"; 662 - fetch = { 663 - type = "git"; 664 - url = "https://github.com/kr/text"; 665 - rev = "v0.1.0"; 666 - sha256 = "1gm5bsl01apvc84bw06hasawyqm4q84vx1pm32wr9jnd7a8vjgj1"; 667 - }; 668 - } 669 - { 670 - goPackagePath = "github.com/kurin/blazer"; 671 - fetch = { 672 - type = "git"; 673 - url = "https://github.com/kurin/blazer"; 674 - rev = "v0.5.3"; 675 - sha256 = "18jsq7n31ycvaivpvyksbddj82spw4g29w6dx92x2wab2hzbc7ik"; 676 - }; 677 - } 678 - { 679 - goPackagePath = "github.com/magiconair/properties"; 680 - fetch = { 681 - type = "git"; 682 - url = "https://github.com/magiconair/properties"; 683 - rev = "v1.8.0"; 684 - sha256 = "1a10362wv8a8qwb818wygn2z48lgzch940hvpv81hv8gc747ajxn"; 685 - }; 686 - } 687 - { 688 - goPackagePath = "github.com/mattn/go-ieproxy"; 689 - fetch = { 690 - type = "git"; 691 - url = "https://github.com/mattn/go-ieproxy"; 692 - rev = "v0.0.1"; 693 - sha256 = "0x1ijwwp22s20vjbca5ac7y7bx2jp6jizzqa38ks4943q7vi4w09"; 694 - }; 695 - } 696 - { 697 - goPackagePath = "github.com/matttproud/golang_protobuf_extensions"; 698 - fetch = { 699 - type = "git"; 700 - url = "https://github.com/matttproud/golang_protobuf_extensions"; 701 - rev = "v1.0.1"; 702 - sha256 = "1d0c1isd2lk9pnfq2nk0aih356j30k3h1gi2w0ixsivi5csl7jya"; 703 - }; 704 - } 705 - { 706 - goPackagePath = "github.com/miolini/datacounter"; 707 - fetch = { 708 - type = "git"; 709 - url = "https://github.com/miolini/datacounter"; 710 - rev = "v1.0.2"; 711 - sha256 = "0lqhdb9glx65ycjjrqqqpd28zi95qnr2sdz93y6fma0khss46c5f"; 712 - }; 713 - } 714 - { 715 - goPackagePath = "github.com/mitchellh/go-homedir"; 716 - fetch = { 717 - type = "git"; 718 - url = "https://github.com/mitchellh/go-homedir"; 719 - rev = "v1.1.0"; 720 - sha256 = "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1"; 721 - }; 722 - } 723 - { 724 - goPackagePath = "github.com/mitchellh/mapstructure"; 725 - fetch = { 726 - type = "git"; 727 - url = "https://github.com/mitchellh/mapstructure"; 728 - rev = "v1.1.2"; 729 - sha256 = "03bpv28jz9zhn4947saqwi328ydj7f6g6pf1m2d4m5zdh5jlfkrr"; 730 - }; 731 - } 732 - { 733 - goPackagePath = "github.com/mwitkow/go-conntrack"; 734 - fetch = { 735 - type = "git"; 736 - url = "https://github.com/mwitkow/go-conntrack"; 737 - rev = "cc309e4a2223"; 738 - sha256 = "0nbrnpk7bkmqg9mzwsxlm0y8m7s9qd9phr1q30qlx2qmdmz7c1mf"; 739 - }; 740 - } 741 - { 742 - goPackagePath = "github.com/nightlyone/lockfile"; 743 - fetch = { 744 - type = "git"; 745 - url = "https://github.com/nightlyone/lockfile"; 746 - rev = "v1.0.0"; 747 - sha256 = "0jzlngank7yaq5pl5mipsfglmalv9x2b9yhqr78w5dmx4hikh7kr"; 748 - }; 749 - } 750 - { 751 - goPackagePath = "github.com/oklog/ulid"; 752 - fetch = { 753 - type = "git"; 754 - url = "https://github.com/oklog/ulid"; 755 - rev = "v1.3.1"; 756 - sha256 = "0hybwyid820n80axrk863k2py93hbqlq6hxhf84ppmz0qd0ys0gq"; 757 - }; 758 - } 759 - { 760 - goPackagePath = "github.com/op/go-logging"; 761 - fetch = { 762 - type = "git"; 763 - url = "https://github.com/op/go-logging"; 764 - rev = "970db520ece7"; 765 - sha256 = "1cpna2x5l071z1vrnk7zipdkka8dzwsjyx7m79xk0lr08rip0kcj"; 766 - }; 767 - } 768 - { 769 - goPackagePath = "github.com/pelletier/go-toml"; 770 - fetch = { 771 - type = "git"; 772 - url = "https://github.com/pelletier/go-toml"; 773 - rev = "v1.2.0"; 774 - sha256 = "1fjzpcjng60mc3a4b2ql5a00d5gah84wj740dabv9kq67mpg8fxy"; 775 - }; 776 - } 777 - { 778 - goPackagePath = "github.com/pkg/errors"; 779 - fetch = { 780 - type = "git"; 781 - url = "https://github.com/pkg/errors"; 782 - rev = "v0.9.1"; 783 - sha256 = "1761pybhc2kqr6v5fm8faj08x9bql8427yqg6vnfv6nhrasx1mwq"; 784 - }; 785 - } 786 - { 787 - goPackagePath = "github.com/pmezard/go-difflib"; 788 - fetch = { 789 - type = "git"; 790 - url = "https://github.com/pmezard/go-difflib"; 791 - rev = "v1.0.0"; 792 - sha256 = "0c1cn55m4rypmscgf0rrb88pn58j3ysvc2d0432dp3c6fqg6cnzw"; 793 - }; 794 - } 795 - { 796 - goPackagePath = "github.com/prometheus/client_golang"; 797 - fetch = { 798 - type = "git"; 799 - url = "https://github.com/prometheus/client_golang"; 800 - rev = "v0.9.3"; 801 - sha256 = "1608rm1y2p3iv8k2x7wyc6hshvpbfkv2k77hy0x870syms1g3g1p"; 802 - }; 803 - } 804 - { 805 - goPackagePath = "github.com/prometheus/client_model"; 806 - fetch = { 807 - type = "git"; 808 - url = "https://github.com/prometheus/client_model"; 809 - rev = "14fe0d1b01d4"; 810 - sha256 = "0zdmk6rbbx39cvfz0r59v2jg5sg9yd02b4pds5n5llgvivi99550"; 811 - }; 812 - } 813 - { 814 - goPackagePath = "github.com/prometheus/common"; 815 - fetch = { 816 - type = "git"; 817 - url = "https://github.com/prometheus/common"; 818 - rev = "v0.4.0"; 819 - sha256 = "00008pczafy982m59n1j31pnp41f4grbc2c40jccp52xg3m5klmr"; 820 - }; 821 - } 822 - { 823 - goPackagePath = "github.com/prometheus/procfs"; 824 - fetch = { 825 - type = "git"; 826 - url = "https://github.com/prometheus/procfs"; 827 - rev = "5867b95ac084"; 828 - sha256 = "1rahdk62ajj4zpfb3mgzjqip773la9fb0m87m7s9a0b39l3fmzvr"; 829 - }; 830 - } 831 - { 832 - goPackagePath = "github.com/prometheus/tsdb"; 833 - fetch = { 834 - type = "git"; 835 - url = "https://github.com/prometheus/tsdb"; 836 - rev = "v0.7.1"; 837 - sha256 = "1c1da8i5byvhh4fp3vqjfb65aaksjskn3ggb8wg9hcfzjrhgpz04"; 838 - }; 839 - } 840 - { 841 - goPackagePath = "github.com/rogpeppe/fastuuid"; 842 - fetch = { 843 - type = "git"; 844 - url = "https://github.com/rogpeppe/fastuuid"; 845 - rev = "6724a57986af"; 846 - sha256 = "12s65phfx6hxj4v0b5kj8akgrbf5mxpa101fyzw03h6hld1f70cz"; 847 - }; 848 - } 849 - { 850 - goPackagePath = "github.com/rogpeppe/go-internal"; 851 - fetch = { 852 - type = "git"; 853 - url = "https://github.com/rogpeppe/go-internal"; 854 - rev = "v1.3.0"; 855 - sha256 = "0mcdh1licgnnahwml9y2iq6xy5x9xmjw5frcnds2s3wpjyqrl216"; 856 - }; 857 - } 858 - { 859 - goPackagePath = "github.com/russross/blackfriday"; 860 - fetch = { 861 - type = "git"; 862 - url = "https://github.com/russross/blackfriday"; 863 - rev = "v2.0.1"; 864 - sha256 = "0nlz7isdd4rgnwzs68499hlwicxz34j2k2a0b8jy0y7ycd2bcr5j"; 865 - }; 866 - } 867 - { 868 - goPackagePath = "github.com/satori/go.uuid"; 869 - fetch = { 870 - type = "git"; 871 - url = "https://github.com/satori/go.uuid"; 872 - rev = "v1.2.0"; 873 - sha256 = "1j4s5pfg2ldm35y8ls8jah4dya2grfnx2drb4jcbjsyrp4cm5yfb"; 874 - }; 875 - } 876 - { 877 - goPackagePath = "github.com/shurcooL/sanitized_anchor_name"; 878 - fetch = { 879 - type = "git"; 880 - url = "https://github.com/shurcooL/sanitized_anchor_name"; 881 - rev = "v1.0.0"; 882 - sha256 = "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f"; 883 - }; 884 - } 885 - { 886 - goPackagePath = "github.com/sirupsen/logrus"; 887 - fetch = { 888 - type = "git"; 889 - url = "https://github.com/sirupsen/logrus"; 890 - rev = "v1.2.0"; 891 - sha256 = "0r6334x2bls8ddznvzaldx4g88msjjns4mlks95rqrrg7h0ijigg"; 892 - }; 893 - } 894 - { 895 - goPackagePath = "github.com/soheilhy/cmux"; 896 - fetch = { 897 - type = "git"; 898 - url = "https://github.com/soheilhy/cmux"; 899 - rev = "v0.1.4"; 900 - sha256 = "1f736g68d9vwlyfb6g0fxkr0r875369xafk30cz8kaq5niaqwv0h"; 901 - }; 902 - } 903 - { 904 - goPackagePath = "github.com/spaolacci/murmur3"; 905 - fetch = { 906 - type = "git"; 907 - url = "https://github.com/spaolacci/murmur3"; 908 - rev = "f09979ecbc72"; 909 - sha256 = "1lv3zyz3jy2d76bhvvs8svygx66606iygdvwy5cwc0p5z8yghq25"; 910 - }; 911 - } 912 - { 913 - goPackagePath = "github.com/spf13/afero"; 914 - fetch = { 915 - type = "git"; 916 - url = "https://github.com/spf13/afero"; 917 - rev = "v1.1.2"; 918 - sha256 = "0miv4faf5ihjfifb1zv6aia6f6ik7h1s4954kcb8n6ixzhx9ck6k"; 919 - }; 920 - } 921 - { 922 - goPackagePath = "github.com/spf13/cast"; 923 - fetch = { 924 - type = "git"; 925 - url = "https://github.com/spf13/cast"; 926 - rev = "v1.3.0"; 927 - sha256 = "0xq1ffqj8y8h7dcnm0m9lfrh0ga7pssnn2c1dnr09chqbpn4bdc5"; 928 - }; 929 - } 930 - { 931 - goPackagePath = "github.com/spf13/cobra"; 932 - fetch = { 933 - type = "git"; 934 - url = "https://github.com/spf13/cobra"; 935 - rev = "v1.0.0"; 936 - sha256 = "0vbppqqhby302a5ayn0296jqr71qkcd4c9am7wzsk6z71fwdsa7h"; 937 - }; 938 - } 939 - { 940 - goPackagePath = "github.com/spf13/jwalterweatherman"; 941 - fetch = { 942 - type = "git"; 943 - url = "https://github.com/spf13/jwalterweatherman"; 944 - rev = "v1.0.0"; 945 - sha256 = "093fmmvavv84pv4q84hav7ph3fmrq87bvspjj899q0qsx37yvdr8"; 946 - }; 947 - } 948 - { 949 - goPackagePath = "github.com/spf13/pflag"; 950 - fetch = { 951 - type = "git"; 952 - url = "https://github.com/spf13/pflag"; 953 - rev = "v1.0.5"; 954 - sha256 = "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31"; 955 - }; 956 - } 957 - { 958 - goPackagePath = "github.com/spf13/viper"; 959 - fetch = { 960 - type = "git"; 961 - url = "https://github.com/spf13/viper"; 962 - rev = "v1.4.0"; 963 - sha256 = "1zpzxvn13wpvbblbbn73svaq39zgxfjqhci9d68g3qf309pcfy19"; 964 - }; 965 - } 966 - { 967 - goPackagePath = "github.com/stretchr/objx"; 968 - fetch = { 969 - type = "git"; 970 - url = "https://github.com/stretchr/objx"; 971 - rev = "v0.1.1"; 972 - sha256 = "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls"; 973 - }; 974 - } 975 - { 976 - goPackagePath = "github.com/stretchr/testify"; 977 - fetch = { 978 - type = "git"; 979 - url = "https://github.com/stretchr/testify"; 980 - rev = "v1.5.1"; 981 - sha256 = "09r89m1wy4cjv2nps1ykp00qjpi0531r07q3s34hr7m6njk4srkl"; 982 - }; 983 - } 984 - { 985 - goPackagePath = "github.com/tmc/grpc-websocket-proxy"; 986 - fetch = { 987 - type = "git"; 988 - url = "https://github.com/tmc/grpc-websocket-proxy"; 989 - rev = "0ad062ec5ee5"; 990 - sha256 = "1anw4v9wspnw9xf2z5r9w0sszwjklyanl0l85wgg6nxak9gnrqp4"; 991 - }; 992 - } 993 - { 994 - goPackagePath = "github.com/ugorji/go"; 995 - fetch = { 996 - type = "git"; 997 - url = "https://github.com/ugorji/go"; 998 - rev = "v1.1.4"; 999 - sha256 = "0ma2qvn5wqvjidpdz74x832a813qnr1cxbx6n6n125ak9b3wbn5w"; 1000 - }; 1001 - } 1002 - { 1003 - goPackagePath = "github.com/xiang90/probing"; 1004 - fetch = { 1005 - type = "git"; 1006 - url = "https://github.com/xiang90/probing"; 1007 - rev = "43a291ad63a2"; 1008 - sha256 = "1z22ms16j5j42775mf31isanwx2pwr1d8wqw8006dczjv36qnz5i"; 1009 - }; 1010 - } 1011 - { 1012 - goPackagePath = "github.com/xordataexchange/crypt"; 1013 - fetch = { 1014 - type = "git"; 1015 - url = "https://github.com/xordataexchange/crypt"; 1016 - rev = "b2862e3d0a77"; 1017 - sha256 = "04q3856anpzl4gdfgmg7pbp9cx231nkz3ymq2xp27rnmmwhfxr8y"; 1018 - }; 1019 - } 1020 - { 1021 - goPackagePath = "github.com/yuin/goldmark"; 1022 - fetch = { 1023 - type = "git"; 1024 - url = "https://github.com/yuin/goldmark"; 1025 - rev = "v1.1.27"; 1026 - sha256 = "1872cqnii0kwiqcy81yin0idvjy5mdy4zlzz0csb319lcjs3b923"; 1027 - }; 1028 - } 1029 - { 1030 - goPackagePath = "go.etcd.io/bbolt"; 1031 - fetch = { 1032 - type = "git"; 1033 - url = "https://github.com/etcd-io/bbolt"; 1034 - rev = "v1.3.2"; 1035 - sha256 = "13d5l6p6c5wvkr6vn9hkhz9c593qifn7fgx0hg4d6jcvg1y0bnm2"; 1036 - }; 1037 - } 1038 - { 1039 - goPackagePath = "go.opencensus.io"; 1040 - fetch = { 1041 - type = "git"; 1042 - url = "https://github.com/census-instrumentation/opencensus-go"; 1043 - rev = "v0.22.3"; 1044 - sha256 = "0xj16iq5jp26hi2py7lsd8cvqh651fgn39y05gzvjdi88d9xd3nw"; 1045 - }; 1046 - } 1047 - { 1048 - goPackagePath = "go.uber.org/atomic"; 1049 - fetch = { 1050 - type = "git"; 1051 - url = "https://github.com/uber-go/atomic"; 1052 - rev = "v1.4.0"; 1053 - sha256 = "0c6yzx15c20719xii3dm0vyjd8i9jx45m0wh5yp1zf29b0gbljcy"; 1054 - }; 1055 - } 1056 - { 1057 - goPackagePath = "go.uber.org/multierr"; 1058 - fetch = { 1059 - type = "git"; 1060 - url = "https://github.com/uber-go/multierr"; 1061 - rev = "v1.1.0"; 1062 - sha256 = "1slfc6syvw8cvr6rbrjsy6ja5w8gsx0f8aq8qm16rp2x5c2pj07w"; 1063 - }; 1064 - } 1065 - { 1066 - goPackagePath = "go.uber.org/zap"; 1067 - fetch = { 1068 - type = "git"; 1069 - url = "https://github.com/uber-go/zap"; 1070 - rev = "v1.10.0"; 1071 - sha256 = "10hdzr1rghwbsl6bbd30779dx44fh9mg9pq8d2cgqlknqxxpvpvr"; 1072 - }; 1073 - } 1074 - { 1075 - goPackagePath = "golang.org/x/crypto"; 1076 - fetch = { 1077 - type = "git"; 1078 - url = "https://go.googlesource.com/crypto"; 1079 - rev = "06a226fb4e37"; 1080 - sha256 = "0fdig6jx81g7a44dnxggibl909wchsj4nakmmhhz7db36sl0d7m5"; 1081 - }; 1082 - } 1083 - { 1084 - goPackagePath = "golang.org/x/exp"; 1085 - fetch = { 1086 - type = "git"; 1087 - url = "https://go.googlesource.com/exp"; 1088 - rev = "6cc2880d07d6"; 1089 - sha256 = "1iia6hiif6hcp0cg1i6nq63qg0pmvm2kq24pf2r2il3597rfmlgy"; 1090 - }; 1091 - } 1092 - { 1093 - goPackagePath = "golang.org/x/image"; 1094 - fetch = { 1095 - type = "git"; 1096 - url = "https://go.googlesource.com/image"; 1097 - rev = "cff245a6509b"; 1098 - sha256 = "0hiznlkiaay30acwvvyq8g6bm32r7bc6gv47pygrcxqpapasbz84"; 1099 - }; 1100 - } 1101 - { 1102 - goPackagePath = "golang.org/x/lint"; 1103 - fetch = { 1104 - type = "git"; 1105 - url = "https://go.googlesource.com/lint"; 1106 - rev = "738671d3881b"; 1107 - sha256 = "0jkiz4py59jjnkyxbxifpf7bsar11lbgmj5jiq2kic5k03shkn9c"; 1108 - }; 1109 - } 1110 - { 1111 - goPackagePath = "golang.org/x/mobile"; 1112 - fetch = { 1113 - type = "git"; 1114 - url = "https://go.googlesource.com/mobile"; 1115 - rev = "d2bd2a29d028"; 1116 - sha256 = "1nv6vvhnjr01nx9y06q46ww87dppdwpbqrlsfg1xf2587wxl8xiv"; 1117 - }; 1118 - } 1119 - { 1120 - goPackagePath = "golang.org/x/mod"; 1121 - fetch = { 1122 - type = "git"; 1123 - url = "https://go.googlesource.com/mod"; 1124 - rev = "v0.2.0"; 1125 - sha256 = "1fp6885dclq77mh73v7i54v2b9llpv4di193zc8vmsbbkkc483cl"; 1126 - }; 1127 - } 1128 - { 1129 - goPackagePath = "golang.org/x/net"; 1130 - fetch = { 1131 - type = "git"; 1132 - url = "https://go.googlesource.com/net"; 1133 - rev = "7e3656a0809f"; 1134 - sha256 = "1rmj59bd0hvf8cbp42c0y8y38prs5ill1zszhqp9i8m86cvkfqk9"; 1135 - }; 1136 - } 1137 - { 1138 - goPackagePath = "golang.org/x/oauth2"; 1139 - fetch = { 1140 - type = "git"; 1141 - url = "https://go.googlesource.com/oauth2"; 1142 - rev = "bf48bf16ab8d"; 1143 - sha256 = "1sirdib60zwmh93kf9qrx51r8544k1p9rs5mk0797wibz3m4mrdg"; 1144 - }; 1145 - } 1146 - { 1147 - goPackagePath = "golang.org/x/sync"; 1148 - fetch = { 1149 - type = "git"; 1150 - url = "https://go.googlesource.com/sync"; 1151 - rev = "43a5402ce75a"; 1152 - sha256 = "0j6zrrb81qjr1926kkwmn0di9a0jn8qyjd9dw614rfkihxgq1vsm"; 1153 - }; 1154 - } 1155 - { 1156 - goPackagePath = "golang.org/x/sys"; 1157 - fetch = { 1158 - type = "git"; 1159 - url = "https://go.googlesource.com/sys"; 1160 - rev = "7e40ca221e25"; 1161 - sha256 = "1fkhs1sn6prfsqaj70kya2gn1sqqa85lmgff6j6s7027zc1yjvqa"; 1162 - }; 1163 - } 1164 - { 1165 - goPackagePath = "golang.org/x/text"; 1166 - fetch = { 1167 - type = "git"; 1168 - url = "https://go.googlesource.com/text"; 1169 - rev = "v0.3.2"; 1170 - sha256 = "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh"; 1171 - }; 1172 - } 1173 - { 1174 - goPackagePath = "golang.org/x/time"; 1175 - fetch = { 1176 - type = "git"; 1177 - url = "https://go.googlesource.com/time"; 1178 - rev = "555d28b269f0"; 1179 - sha256 = "1rhl4lyz030kwfsg63yk83yd3ivryv1afmzdz9sxbhcj84ym6h4r"; 1180 - }; 1181 - } 1182 - { 1183 - goPackagePath = "golang.org/x/tools"; 1184 - fetch = { 1185 - type = "git"; 1186 - url = "https://go.googlesource.com/tools"; 1187 - rev = "2bc93b1c0c88"; 1188 - sha256 = "10sg7nvw40f2d6hxmsy4nvhmawbidk022v3arbh8acsjxglw84zs"; 1189 - }; 1190 - } 1191 - { 1192 - goPackagePath = "golang.org/x/xerrors"; 1193 - fetch = { 1194 - type = "git"; 1195 - url = "https://go.googlesource.com/xerrors"; 1196 - rev = "9bdfabe68543"; 1197 - sha256 = "1yjfi1bk9xb81lqn85nnm13zz725wazvrx3b50hx19qmwg7a4b0c"; 1198 - }; 1199 - } 1200 - { 1201 - goPackagePath = "google.golang.org/api"; 1202 - fetch = { 1203 - type = "git"; 1204 - url = "https://github.com/googleapis/google-api-go-client"; 1205 - rev = "v0.25.0"; 1206 - sha256 = "0bfpii160ns1pl3iqc38h5db258mv58igf2ifglds3dajgsj2qrr"; 1207 - }; 1208 - } 1209 - { 1210 - goPackagePath = "google.golang.org/appengine"; 1211 - fetch = { 1212 - type = "git"; 1213 - url = "https://github.com/golang/appengine"; 1214 - rev = "v1.6.6"; 1215 - sha256 = "15c38h6fbv06cnkr6yknygfrpibyms2mya4w0l29kaxf42jn1qi5"; 1216 - }; 1217 - } 1218 - { 1219 - goPackagePath = "google.golang.org/genproto"; 1220 - fetch = { 1221 - type = "git"; 1222 - url = "https://github.com/googleapis/go-genproto"; 1223 - rev = "f5ebc3bea380"; 1224 - sha256 = "1v5dyp6g35rwjwx1ixjy7yh1hay4n7ya5aq5h4ckvd9h0j7rw5sz"; 1225 - }; 1226 - } 1227 - { 1228 - goPackagePath = "google.golang.org/grpc"; 1229 - fetch = { 1230 - type = "git"; 1231 - url = "https://github.com/grpc/grpc-go"; 1232 - rev = "v1.29.1"; 1233 - sha256 = "1465947r6536si36cl2ppx7929la9zba1y6xfczfyp4kgf8988hf"; 1234 - }; 1235 - } 1236 - { 1237 - goPackagePath = "google.golang.org/protobuf"; 1238 - fetch = { 1239 - type = "git"; 1240 - url = "https://go.googlesource.com/protobuf"; 1241 - rev = "v1.22.0"; 1242 - sha256 = "0n7lc4m7kfvj01glc0gnjy0zsnsic7cxnbvlajy0h14cxbab87pj"; 1243 - }; 1244 - } 1245 - { 1246 - goPackagePath = "gopkg.in/alecthomas/kingpin.v2"; 1247 - fetch = { 1248 - type = "git"; 1249 - url = "https://gopkg.in/alecthomas/kingpin.v2"; 1250 - rev = "v2.2.6"; 1251 - sha256 = "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r"; 1252 - }; 1253 - } 1254 - { 1255 - goPackagePath = "gopkg.in/check.v1"; 1256 - fetch = { 1257 - type = "git"; 1258 - url = "https://gopkg.in/check.v1"; 1259 - rev = "788fd7840127"; 1260 - sha256 = "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a"; 1261 - }; 1262 - } 1263 - { 1264 - goPackagePath = "gopkg.in/errgo.v2"; 1265 - fetch = { 1266 - type = "git"; 1267 - url = "https://gopkg.in/errgo.v2"; 1268 - rev = "v2.1.0"; 1269 - sha256 = "065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2"; 1270 - }; 1271 - } 1272 - { 1273 - goPackagePath = "gopkg.in/resty.v1"; 1274 - fetch = { 1275 - type = "git"; 1276 - url = "https://gopkg.in/resty.v1"; 1277 - rev = "v1.12.0"; 1278 - sha256 = "062mn735rqzhha5ag07z4gz08hxzrfm2yx067jfmaaxmb6797lmp"; 1279 - }; 1280 - } 1281 - { 1282 - goPackagePath = "gopkg.in/yaml.v2"; 1283 - fetch = { 1284 - type = "git"; 1285 - url = "https://gopkg.in/yaml.v2"; 1286 - rev = "v2.2.2"; 1287 - sha256 = "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa"; 1288 - }; 1289 - } 1290 - { 1291 - goPackagePath = "honnef.co/go/tools"; 1292 - fetch = { 1293 - type = "git"; 1294 - url = "https://github.com/dominikh/go-tools"; 1295 - rev = "v0.0.1-2020.1.3"; 1296 - sha256 = "0pvi1mzhy6zgx4zfgdypbl4zhvgg11hl5qv7blf2qs0a96j2djhf"; 1297 - }; 1298 - } 1299 - { 1300 - goPackagePath = "rsc.io/binaryregexp"; 1301 - fetch = { 1302 - type = "git"; 1303 - url = "https://github.com/rsc/binaryregexp"; 1304 - rev = "v0.2.0"; 1305 - sha256 = "1kar0myy85waw418zslviwx8846zj0m9cmqkxjx0fvgjdi70nc4b"; 1306 - }; 1307 - } 1308 - { 1309 - goPackagePath = "rsc.io/quote"; 1310 - fetch = { 1311 - type = "git"; 1312 - url = "https://github.com/rsc/quote"; 1313 - rev = "v3.1.0"; 1314 - sha256 = "0nvv97hwwrl1mx5gzsbdm1ndnwpg3m7i2jb10ig9wily7zmvki0i"; 1315 - }; 1316 - } 1317 - { 1318 - goPackagePath = "rsc.io/sampler"; 1319 - fetch = { 1320 - type = "git"; 1321 - url = "https://github.com/rsc/sampler"; 1322 - rev = "v1.3.0"; 1323 - sha256 = "0byxk2ynba50py805kcvbvjzh59l1r308i1xgyzpw6lff4xx9xjh"; 1324 - }; 1325 - } 1326 - ]
+3 -3
pkgs/tools/games/minecraft/packwiz/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "packwiz"; 9 - version = "unstable-2022-5-25"; 9 + version = "unstable-2022-06-08"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "packwiz"; 13 13 repo = "packwiz"; 14 - rev = "e71b63ea98283c8c1f0e03ee51ae40f452f22a61"; 15 - sha256 = "sha256-XwGacEVfQAduDCSMQFRw7Xnx4bND2zaV7l27B+2u5xg="; 14 + rev = "d051932bbbeb7b16cd21a1897019428e71f63bfd"; 15 + sha256 = "sha256-H1v5pY9hJYGP0ZiE/GrsATf1ljw69085t6PQhPOfYCs="; 16 16 }; 17 17 18 18 vendorSha256 = "sha256-M9u7N4IrL0B4pPRQwQG5TlMaGT++w3ZKHZ0RdxEHPKk=";
+2 -2
pkgs/tools/misc/chafa/default.nix
··· 4 4 }: 5 5 6 6 stdenv.mkDerivation rec { 7 - version = "1.8.0"; 7 + version = "1.10.3"; 8 8 pname = "chafa"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "hpjansson"; 12 12 repo = "chafa"; 13 13 rev = version; 14 - sha256 = "sha256-8ENPmcl0KVxoBu8FGOGk+y8XsONWW0YW32MHAKBUiPE="; 14 + sha256 = "sha256-GRPn0xPWtCayOdmA6M+KQrObAHtZIJLEydXaKhhO5IU="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ autoconf
-27
pkgs/tools/misc/dterm/default.nix
··· 1 - { lib, stdenv, fetchurl, readline }: 2 - 3 - stdenv.mkDerivation rec { 4 - pname = "dterm"; 5 - version = "0.5"; 6 - 7 - src = fetchurl { 8 - url = "http://www.knossos.net.nz/downloads/dterm-${version}.tgz"; 9 - sha256 = "94533be79f1eec965e59886d5f00a35cb675c5db1d89419f253bb72f140abddb"; 10 - }; 11 - 12 - buildInputs = [ readline ]; 13 - postPatch = '' 14 - substituteInPlace Makefile \ 15 - --replace 'gcc' '${stdenv.cc.targetPrefix}cc' 16 - ''; 17 - preInstall = "mkdir -p $out/bin"; 18 - installFlags = [ "BIN=$(out)/bin/" ]; 19 - 20 - meta = with lib; { 21 - homepage = "http://www.knossos.net.nz/resources/free-software/dterm/"; 22 - description = "A simple terminal program"; 23 - license = licenses.gpl2Only; 24 - maintainers = with maintainers; [ auchter ]; 25 - platforms = platforms.unix; 26 - }; 27 - }
+46
pkgs/tools/security/himitsu-firefox/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchFromSourcehut 4 + , hare 5 + , himitsu 6 + , zip 7 + }: 8 + 9 + stdenv.mkDerivation rec { 10 + pname = "himitsu-firefox"; 11 + version = "0.3"; 12 + 13 + src = fetchFromSourcehut { 14 + name = pname + "-src"; 15 + owner = "~sircmpwn"; 16 + repo = pname; 17 + rev = "d6d0fdb30aefc93f6ff7d48e5737557051f1ffea"; 18 + hash = "sha256-5RbNdEGPnfDt1KDeU2LnuRsqqqMRyV/Dh2cgEWkz4vQ="; 19 + }; 20 + 21 + nativeBuildInputs = [ 22 + hare 23 + zip 24 + ]; 25 + 26 + buildInputs = [ 27 + himitsu 28 + ]; 29 + 30 + buildFlags = [ "LIBEXECDIR=$(out)/libexec" ]; 31 + 32 + # Only install the native component; per the docs: 33 + # > To install the add-on for Firefox ESR, run make install-xpi. Be advised 34 + # > that this will probably not work. The recommended installation procedure 35 + # > for the native extension is to install it from addons.mozilla.org instead. 36 + installTargets = [ "install-native" ]; 37 + installFlags = [ "PREFIX=" "DESTDIR=$(out)" ]; 38 + 39 + meta = with lib; { 40 + homepage = "https://git.sr.ht/~sircmpwn/himitsu-firefox"; 41 + description = "Himitsu integration for Firefox"; 42 + license = licenses.gpl3Only; 43 + maintainers = with maintainers; [ auchter ]; 44 + inherit (hare.meta) platforms badPlatforms; 45 + }; 46 + }
+34
pkgs/tools/security/himitsu/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchFromSourcehut 4 + , hare 5 + , scdoc 6 + }: 7 + 8 + stdenv.mkDerivation rec { 9 + pname = "himitsu"; 10 + version = "0.1"; 11 + 12 + src = fetchFromSourcehut { 13 + name = pname + "-src"; 14 + owner = "~sircmpwn"; 15 + repo = pname; 16 + rev = "003c14747fcddceb5359c9503f20c44b15fea5fa"; 17 + hash = "sha256-tzBTDJKMuFh9anURy1aKQTmt77tI7wZDZQiOUowuomk="; 18 + }; 19 + 20 + nativeBuildInputs = [ 21 + hare 22 + scdoc 23 + ]; 24 + 25 + installFlags = [ "PREFIX=" "DESTDIR=$(out)" ]; 26 + 27 + meta = with lib; { 28 + homepage = "https://himitsustore.org/"; 29 + description = "A secret storage manager"; 30 + license = licenses.gpl3Only; 31 + maintainers = with maintainers; [ auchter ]; 32 + inherit (hare.meta) platforms badPlatforms; 33 + }; 34 + }
+33
pkgs/tools/x11/xmcp/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , libX11 5 + }: 6 + 7 + stdenv.mkDerivation rec { 8 + pname = "xmcp"; 9 + version = "unstable-2020-10-10"; 10 + 11 + src = fetchFromGitHub { 12 + owner = "blblapco"; 13 + repo = "xmcp"; 14 + rev = "ee56225f1665f9edc04fe5c165809f2fe160a420"; 15 + sha256 = "sha256-B3YkYrVEg6UJ2ApaVook4N2XvrCboxDMUG5CN9I79Sg="; 16 + }; 17 + 18 + buildInputs = [ libX11 ]; 19 + 20 + installPhase = '' 21 + runHook preInstall 22 + install -Dm0755 xmcp $out/bin/xmcp 23 + runHook postInstall 24 + ''; 25 + 26 + meta = with lib; { 27 + description = "Tiny color picker for X11"; 28 + homepage = "https://github.com/blblapco/xmcp"; 29 + license = licenses.gpl3Plus; 30 + maintainers = with maintainers; [ azahi ]; 31 + platforms = platforms.linux; 32 + }; 33 + }
+7 -2
pkgs/top-level/all-packages.nix
··· 1147 1147 1148 1148 cope = callPackage ../tools/misc/cope { }; 1149 1149 1150 - dterm = callPackage ../tools/misc/dterm { }; 1151 - 1152 1150 ejson2env = callPackage ../tools/admin/ejson2env { }; 1153 1151 1154 1152 davinci-resolve = callPackage ../applications/video/davinci-resolve { }; ··· 1582 1580 ctx = callPackage ../applications/terminal-emulators/ctx { }; 1583 1581 1584 1582 darktile = callPackage ../applications/terminal-emulators/darktile { }; 1583 + 1584 + dterm = callPackage ../applications/terminal-emulators/dterm { }; 1585 1585 1586 1586 eterm = callPackage ../applications/terminal-emulators/eterm { }; 1587 1587 ··· 2402 2402 hilbish = callPackage ../shells/hilbish { }; 2403 2403 2404 2404 hime = callPackage ../tools/inputmethods/hime {}; 2405 + 2406 + himitsu = callPackage ../tools/security/himitsu { }; 2407 + 2408 + himitsu-firefox = callPackage ../tools/security/himitsu-firefox { }; 2405 2409 2406 2410 hinit = haskell.lib.compose.justStaticExecutables haskellPackages.hinit; 2407 2411 ··· 35658 35662 35659 35663 xsos = callPackage ../os-specific/linux/xsos { }; 35660 35664 35665 + xmcp = callPackage ../tools/x11/xmcp { }; 35661 35666 35662 35667 zk = callPackage ../applications/office/zk {}; 35663 35668