Merge master into staging-next

authored by

github-actions[bot] and committed by
GitHub
f620e30c 6a0f49f2

+2356 -1104
+5
nixos/doc/manual/release-notes/rl-2105.xml
··· 955 955 <link linkend="opt-boot.extraSystemdUnitPaths">boot.extraSystemdUnitPaths</link> list. 956 956 </para> 957 957 </listitem> 958 + <listitem> 959 + <para> 960 + PostgreSQL 9.5 is scheduled EOL during the 21.05 life cycle and has been removed. 961 + </para> 962 + </listitem> 958 963 </itemizedlist> 959 964 </section> 960 965 </section>
+1 -2
nixos/modules/services/databases/postgresql.nix
··· 295 295 # systems! 296 296 mkDefault (if versionAtLeast config.system.stateVersion "20.03" then pkgs.postgresql_11 297 297 else if versionAtLeast config.system.stateVersion "17.09" then pkgs.postgresql_9_6 298 - else if versionAtLeast config.system.stateVersion "16.03" then pkgs.postgresql_9_5 299 - else throw "postgresql_9_4 was removed, please upgrade your postgresql version."); 298 + else throw "postgresql_9_5 was removed, please upgrade your postgresql version."); 300 299 301 300 services.postgresql.dataDir = mkDefault "/var/lib/postgresql/${cfg.package.psqlSchema}"; 302 301
+9
nixos/modules/services/web-servers/nginx/default.nix
··· 676 676 Defines the address and other parameters of the upstream servers. 677 677 ''; 678 678 default = {}; 679 + example = { "127.0.0.1:8000" = {}; }; 679 680 }; 680 681 extraConfig = mkOption { 681 682 type = types.lines; ··· 690 691 Defines a group of servers to use as proxy target. 691 692 ''; 692 693 default = {}; 694 + example = literalExample '' 695 + "backend_server" = { 696 + servers = { "127.0.0.1:8000" = {}; }; 697 + extraConfig = '''' 698 + keepalive 16; 699 + ''''; 700 + }; 701 + ''; 693 702 }; 694 703 695 704 virtualHosts = mkOption {
+3 -3
pkgs/applications/blockchains/openethereum/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "openethereum"; 15 - version = "3.2.3"; 15 + version = "3.2.4"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "openethereum"; 19 19 repo = "openethereum"; 20 20 rev = "v${version}"; 21 - sha256 = "1j7wfgpnvf9pcprd53sbd3pa7yz9588z81i1bx12wmj1fja3xa0j"; 21 + sha256 = "143w0b0ff1s73qzr844l25w90d2y2z0b3w2fr5kkbc1wsnpcq7jp"; 22 22 }; 23 23 24 - cargoSha256 = "0ha18caw8mxzrh984y2z148cmdijrjxf0rc8j4ccwvmrbdsaz1xn"; 24 + cargoSha256 = "1gm02pcfll362add8a0dcb0sk0mag8z0q23b87yb6fs870bqvhib"; 25 25 26 26 LIBCLANG_PATH = "${llvmPackages.libclang}/lib"; 27 27 nativeBuildInputs = [
+27 -15
pkgs/applications/editors/kakoune/plugins/generated.nix
··· 17 17 18 18 auto-pairs-kak = buildKakounePluginFrom2Nix { 19 19 pname = "auto-pairs-kak"; 20 - version = "2020-10-04"; 20 + version = "2021-03-28"; 21 21 src = fetchFromGitHub { 22 22 owner = "alexherbo2"; 23 23 repo = "auto-pairs.kak"; 24 - rev = "fd735ec149ef0d9ca5f628a95b1e52858b5afbdc"; 25 - sha256 = "07795kv9njlnp6mckwv141ny2ns6wyf5r0dfjaxh9ngd105zgif1"; 24 + rev = "526779a26a5cf5f48e7c4f5c5fecca274968a737"; 25 + sha256 = "0gkhvwxyh8pdfydrj7zkfidk0drrbhvdi1fq3pkzllna3vz8q181"; 26 26 }; 27 27 meta.homepage = "https://github.com/alexherbo2/auto-pairs.kak/"; 28 28 }; ··· 41 41 42 42 fzf-kak = buildKakounePluginFrom2Nix { 43 43 pname = "fzf-kak"; 44 - version = "2021-03-15"; 44 + version = "2021-04-03"; 45 45 src = fetchFromGitHub { 46 46 owner = "andreyorst"; 47 47 repo = "fzf.kak"; 48 - rev = "4e6c9a857511fccdbbc835a1c9acb205b6486a4c"; 49 - sha256 = "0syhhdlsm7vg6hcd2n2acag9g562z49rbb5smh5p2gnplhmp93i0"; 48 + rev = "1b3a3beebbe7134e671fde2ef2f4242b34ae2c60"; 49 + sha256 = "0rsd65zcizbq3isy8576gqw7mcml5ixw84padaz6ndwfif5fv701"; 50 50 }; 51 51 meta.homepage = "https://github.com/andreyorst/fzf.kak/"; 52 52 }; ··· 65 65 66 66 kakoune-buffers = buildKakounePluginFrom2Nix { 67 67 pname = "kakoune-buffers"; 68 - version = "2020-06-11"; 68 + version = "2021-04-02"; 69 69 src = fetchFromGitHub { 70 70 owner = "Delapouite"; 71 71 repo = "kakoune-buffers"; 72 - rev = "67959fbad727ba8470fe8cd6361169560f4fb532"; 73 - sha256 = "09prhzz4yzf6ryw0npd1gpcfp77681vgawpp1ilfvbf25xgbbz33"; 72 + rev = "7832ea7a4528363482f5684f16cbcebcbec0adfd"; 73 + sha256 = "196d36jww6asf5zr03l1rwg49kkv16s2d4zyryb2m3zvy7prf2bb"; 74 74 }; 75 75 meta.homepage = "https://github.com/Delapouite/kakoune-buffers/"; 76 76 }; ··· 147 147 meta.homepage = "https://github.com/mayjs/openscad.kak/"; 148 148 }; 149 149 150 + pandoc-kak = buildKakounePluginFrom2Nix { 151 + pname = "pandoc-kak"; 152 + version = "2020-11-30"; 153 + src = fetchFromGitHub { 154 + owner = "basbebe"; 155 + repo = "pandoc.kak"; 156 + rev = "63979f7e08b86d80436bbe2d9dba173a56057b97"; 157 + sha256 = "16pmmnpyxf8r7gpj8g1lwa960nscjmcl52n1a7s6xcqkp9856wxs"; 158 + }; 159 + meta.homepage = "https://github.com/basbebe/pandoc.kak/"; 160 + }; 161 + 150 162 powerline-kak = buildKakounePluginFrom2Nix { 151 163 pname = "powerline-kak"; 152 - version = "2021-02-25"; 164 + version = "2021-04-06"; 153 165 src = fetchFromGitHub { 154 166 owner = "andreyorst"; 155 167 repo = "powerline.kak"; 156 - rev = "64ad98b6c85e63345563671b043960464d51c4b0"; 157 - sha256 = "09w2sk19qi64hgsyg4gb407vyppnlgk272mqbinz2r3apy6szkl3"; 168 + rev = "6fa5ad383f2884f201d6e3ef07a4687c606df525"; 169 + sha256 = "1s7ggjby0bymq48njzhdvkkarmzl44803xv0dlnzrj7q9c3xv27a"; 158 170 }; 159 171 meta.homepage = "https://github.com/andreyorst/powerline.kak/"; 160 172 }; ··· 197 209 198 210 tabs-kak = buildKakounePluginFrom2Nix { 199 211 pname = "tabs-kak"; 200 - version = "2021-02-16"; 212 + version = "2021-04-14"; 201 213 src = fetchFromGitHub { 202 214 owner = "enricozb"; 203 215 repo = "tabs.kak"; 204 - rev = "1aaa8cd89e404cbbd76d44ff8089de0951612fbf"; 205 - sha256 = "0dfz6j6yxl65jbh4xvpiy2abr2sdjyalynzhl28y7l1gzqv4ni3j"; 216 + rev = "048f83455ea7c671ab06e9b9578ac25e5de1d6fb"; 217 + sha256 = "0xswpsdf1bj54inl6vf2lzbjkxfc6g0fyv5kd6y9ahlh5irij8z0"; 206 218 }; 207 219 meta.homepage = "https://github.com/enricozb/tabs.kak/"; 208 220 };
+1
pkgs/applications/editors/kakoune/plugins/kakoune-plugin-names
··· 3 3 alexherbo2/sleuth.kak 4 4 andreyorst/fzf.kak 5 5 andreyorst/powerline.kak 6 + basbebe/pandoc.kak 6 7 danr/kakoune-easymotion 7 8 Delapouite/kakoune-buffers 8 9 Delapouite/kakoune-registers
+2 -2
pkgs/applications/misc/dasel/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "dasel"; 8 - version = "1.14.0"; 8 + version = "1.14.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "TomWright"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "1g4a001k86myfln0xlzy8w9krwamvfchnvywpr1p3x6iw95z46w8"; 14 + sha256 = "0nxdyd0zg4w1zr8p9z2x88h36vbn7ryk7160zszdiwh5qmdlv47v"; 15 15 }; 16 16 17 17 vendorSha256 = "sha256-BdX4DO77mIf/+aBdkNVFUzClsIml1UMcgvikDbbdgcY=";
+59
pkgs/applications/misc/haunt/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , guile 5 + , guile-commonmark 6 + , guile-reader 7 + , makeWrapper 8 + , pkg-config 9 + }: 10 + 11 + stdenv.mkDerivation rec { 12 + pname = "haunt"; 13 + version = "0.2.4"; 14 + 15 + src = fetchurl { 16 + url = "https://files.dthompson.us/${pname}/${pname}-${version}.tar.gz"; 17 + hash = "sha256-zOkICg7KmJJhPWPtJRT3C9sYB1Oig1xLtgPNGe0n3xQ="; 18 + }; 19 + 20 + nativeBuildInputs = [ 21 + makeWrapper 22 + pkg-config 23 + ]; 24 + buildInputs = [ 25 + guile 26 + guile-commonmark 27 + guile-reader 28 + ]; 29 + 30 + postInstall = '' 31 + wrapProgram $out/bin/haunt \ 32 + --prefix GUILE_LOAD_PATH : "$out/share/guile/site:${guile-commonmark}/share/guile/site:${guile-reader}/share/guile/site" \ 33 + --prefix GUILE_LOAD_COMPILED_PATH : "$out/share/guile/site:${guile-commonmark}/share/guile/site:${guile-reader}/share/guile/site" 34 + ''; 35 + 36 + meta = with lib; { 37 + homepage = "https://dthompson.us/projects/haunt.html"; 38 + description = "Guile-based static site generator"; 39 + longDescription = '' 40 + Haunt is a simple, functional, hackable static site generator that gives 41 + authors the ability to treat websites as Scheme programs. 42 + 43 + By giving authors the full expressive power of Scheme, they are able to 44 + control every aspect of the site generation process. Haunt provides a 45 + simple, functional build system that can be easily extended for this 46 + purpose. 47 + 48 + Haunt has no opinion about what markup language authors should use to 49 + write posts, though it comes with support for the popular Markdown 50 + format. Likewise, Haunt has no opinion about how authors structure their 51 + sites. Though it comes with support for building simple blogs or Atom 52 + feeds, authors should feel empowered to tweak, replace, or create builders 53 + to do things that aren't provided out-of-the-box. 54 + ''; 55 + license = licenses.gpl3Plus; 56 + maintainers = with maintainers; [ AndersonTorres ]; 57 + platforms = guile.meta.platforms; 58 + }; 59 + }
+2 -3
pkgs/applications/misc/stretchly/default.nix
··· 5 5 , electron 6 6 , common-updater-scripts 7 7 , writeShellScript 8 - , jq 9 8 , makeDesktopItem 10 9 }: 11 10 12 11 stdenv.mkDerivation rec { 13 12 14 13 pname = "stretchly"; 15 - version = "1.5.0"; 14 + version = "1.6.0"; 16 15 17 16 src = fetchurl { 18 17 url = "https://github.com/hovancik/stretchly/releases/download/v${version}/stretchly-${version}.tar.xz"; 19 - sha256 = "19czwmwqsn82zdzln9zqqyl9sb3dm95gp58dqn1459gyinkzpvda"; 18 + sha256 = "1q0ihp6cd65lnscbr7xj3yyb06qds77r4s6m1xbk5l9vs2rw923d"; 20 19 }; 21 20 22 21 icon = fetchurl {
-24
pkgs/applications/misc/yubioath-desktop/0001-replace-git-with-normal-python-package.patch
··· 1 - From 5eb4d6a384753896d495b09d8651c48672ef234d Mon Sep 17 00:00:00 2001 2 - From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= <joerg@thalheim.io> 3 - Date: Wed, 25 Nov 2020 11:26:49 +0100 4 - Subject: [PATCH] replace git with normal python package 5 - MIME-Version: 1.0 6 - Content-Type: text/plain; charset=UTF-8 7 - Content-Transfer-Encoding: 8bit 8 - 9 - Signed-off-by: Jörg Thalheim <joerg@thalheim.io> 10 - --- 11 - requirements.txt | 2 +- 12 - 1 file changed, 1 insertion(+), 1 deletion(-) 13 - 14 - diff --git a/requirements.txt b/requirements.txt 15 - index ef25aad..b4246a4 100644 16 - --- a/requirements.txt 17 - +++ b/requirements.txt 18 - @@ -1,2 +1,2 @@ 19 - -git+https://github.com/Yubico/yubikey-manager.git 20 - +yubikey-manager 21 - ./py/qr 22 - -- 23 - 2.29.2 24 -
+3 -7
pkgs/applications/misc/yubioath-desktop/default.nix
··· 6 6 7 7 mkDerivation rec { 8 8 pname = "yubioath-desktop"; 9 - version = "5.0.4"; 9 + version = "5.0.5"; 10 10 11 11 src = fetchurl { 12 12 url = "https://developers.yubico.com/yubioath-desktop/Releases/yubioath-desktop-${version}.tar.gz"; 13 - sha256 = "1aw88xvg6gjsfwmmlcrdcgyycn2cp7b8vxjzj14h7igcj02xh84h"; 13 + sha256 = "05xs6xh9pi50h0668arirj0gnz11adpixgsdkds072077gasdm0g"; 14 14 }; 15 15 16 16 doCheck = false; ··· 18 18 buildInputs = [ stdenv qtbase qtquickcontrols2 qtgraphicaleffects python3 ]; 19 19 20 20 nativeBuildInputs = [ qmake makeWrapper python3.pkgs.wrapPython ]; 21 - 22 - patches = [ 23 - ./0001-replace-git-with-normal-python-package.patch 24 - ]; 25 21 26 22 postPatch = '' 27 23 substituteInPlace deployment.pri \ ··· 48 44 cp resources/icons/*.{icns,ico,png,svg} $out/share/yubioath/icons 49 45 substituteInPlace $out/share/applications/com.yubico.yubioath.desktop \ 50 46 --replace 'Exec=yubioath-desktop' "Exec=$out/bin/yubioath-desktop" \ 51 - --replace 'Icon=yubioath' "Icon=$out/share/yubioath/icons/com.yubico.yubioath.png" 47 + --replace 'Icon=com.yubico.yubioath' "Icon=$out/share/yubioath/icons/com.yubico.yubioath.png" 52 48 ''; 53 49 54 50 meta = with lib; {
+1 -1
pkgs/applications/networking/instant-messengers/profanity/default.nix
··· 53 53 # Enable feature flags, so that build fail if libs are missing 54 54 configureFlags = [ "--enable-c-plugins" "--enable-otr" ] 55 55 ++ optionals notifySupport [ "--enable-notifications" ] 56 - ++ optionals traySupport [ "--enable-icons" ] 56 + ++ optionals traySupport [ "--enable-icons-and-clipboard" ] 57 57 ++ optionals pgpSupport [ "--enable-pgp" ] 58 58 ++ optionals pythonPluginSupport [ "--enable-python-plugins" ] 59 59 ++ optionals omemoSupport [ "--enable-omemo" ];
+15 -9
pkgs/applications/networking/mailreaders/mailspring/default.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "mailspring"; 21 - version = "1.8.0"; 21 + version = "1.9.0"; 22 22 23 23 src = fetchurl { 24 24 url = "https://github.com/Foundry376/Mailspring/releases/download/${version}/mailspring-${version}-amd64.deb"; 25 - sha256 = "BtzYcHN87qH7s3GiBrsDfmuy9v2xdhCeSShu8+T9T3E="; 25 + sha256 = "ISwNFR8M377+J7WoG9MlblF8r5yRTgCxEGszZCjqW/k="; 26 26 }; 27 27 28 28 nativeBuildInputs = [ ··· 34 34 alsaLib 35 35 db 36 36 glib 37 - # We don't know why with trackerSupport the executable fail to launch, See: 38 - # https://github.com/NixOS/nixpkgs/issues/106732 39 - (gtk3.override {trackerSupport = false; }) 37 + gtk3 40 38 libkrb5 41 39 libsecret 42 40 nss ··· 52 50 ]; 53 51 54 52 unpackPhase = '' 53 + runHook preUnpack 54 + 55 55 dpkg -x $src . 56 + 57 + runHook postUnpack 56 58 ''; 57 59 58 60 installPhase = '' 61 + runHook preInstall 62 + 59 63 mkdir -p $out/{bin,lib} 60 64 cp -ar ./usr/share $out 61 65 ··· 64 68 65 69 ln -s $out/share/mailspring/mailspring $out/bin/mailspring 66 70 ln -s ${openssl.out}/lib/libcrypto.so $out/lib/libcrypto.so.1.0.0 71 + 72 + runHook postInstall 67 73 ''; 68 74 69 75 postFixup = /* sh */ '' 70 - substituteInPlace $out/share/applications/mailspring.desktop \ 71 - --replace /usr/bin $out/bin 76 + substituteInPlace $out/share/applications/Mailspring.desktop \ 77 + --replace Exec=mailspring Exec=$out/bin/mailspring 72 78 ''; 73 79 74 80 meta = with lib; { ··· 77 83 Mailspring is an open-source mail client forked from Nylas Mail and built with Electron. 78 84 Mailspring's sync engine runs locally, but its source is not open. 79 85 ''; 80 - license = licenses.unfree; 81 - maintainers = with maintainers; [ toschmidt ]; 86 + license = licenses.gpl3Plus; 87 + maintainers = with maintainers; [ toschmidt doronbehar ]; 82 88 homepage = "https://getmailspring.com"; 83 89 downloadPage = "https://github.com/Foundry376/Mailspring"; 84 90 platforms = platforms.x86_64;
+1
pkgs/applications/science/logic/coq/default.nix
··· 43 43 "8.12.2".sha256 = "18gscfm039pqhq4msq01nraig5dm9ab98bjca94zldf8jvdv0x2n"; 44 44 "8.13.0".sha256 = "0sjbqmz6qcvnz0hv87xha80qbhvmmyd675wyc5z4rgr34j2l1ymd"; 45 45 "8.13.1".sha256 = "0xx2ns84mlip9bg2mkahy3pmc5zfcgrjxsviq9yijbzy1r95wf0n"; 46 + "8.13.2".sha256 = "1884vbmwmqwn9ngibax6dhnqh4cc02l0s2ajc6jb1xgr0i60whjk"; 46 47 }; 47 48 releaseRev = v: "V${v}"; 48 49 fetched = import ../../../../build-support/coq/meta-fetch/default.nix
+17 -14
pkgs/applications/window-managers/neocomp/default.nix
··· 16 16 , libXinerama 17 17 , libXrandr 18 18 , libXrender 19 + , libXres 19 20 , pcre 20 21 , pkg-config 21 22 }: 22 - let 23 - rev = "v0.6-17-g271e784"; 24 - in 23 + 25 24 stdenv.mkDerivation rec { 26 - pname = "neocomp-unstable"; 27 - version = "2019-03-12"; 25 + pname = "neocomp"; 26 + version = "unstable-2021-04-06"; 28 27 29 28 src = fetchFromGitHub { 30 - inherit rev; 31 - owner = "DelusionalLogic"; 32 - repo = "NeoComp"; 33 - sha256 = "1mp338vz1jm5pwf7pi5azx4hzykmvpkwzx1kw6a9anj272f32zpg"; 29 + owner = "DelusionalLogic"; 30 + repo = "NeoComp"; 31 + rev = "ccd340d7b2dcd3f828aff958a638cc23686aee6f"; 32 + sha256 = "sha256-tLLEwpAGNVTC+N41bM7pfskIli4Yvc95wH2/NT0OZ+8="; 34 33 }; 35 34 36 - buildInputs = [ 35 + nativeBuildInputs = [ 37 36 asciidoc 38 37 docbook_xml_dtd_45 39 38 docbook_xsl 39 + pkg-config 40 + ]; 41 + 42 + buildInputs = [ 40 43 freetype 41 44 judy 42 45 libGL ··· 50 53 libXinerama 51 54 libXrandr 52 55 libXrender 56 + libXres 53 57 pcre 54 - pkg-config 55 58 ]; 56 59 57 60 makeFlags = [ 58 61 "PREFIX=${placeholder "out"}" 59 62 "CFGDIR=${placeholder "out"}/etc/xdg/neocomp" 60 63 "ASTDIR=${placeholder "out"}/share/neocomp/assets" 61 - "COMPTON_VERSION=git-${rev}-${version}" 64 + "COMPTON_VERSION=${version}" 62 65 ]; 63 66 64 67 postPatch = '' ··· 72 75 73 76 meta = with lib; { 74 77 homepage = "https://github.com/DelusionalLogic/NeoComp"; 75 - license = licenses.gpl3; 76 - maintainers = with maintainers; [ twey ]; 78 + license = licenses.gpl3Only; 79 + maintainers = with maintainers; [ twey fortuneteller2k ]; 77 80 platforms = platforms.linux; 78 81 description = "A fork of Compton, a compositor for X11"; 79 82 longDescription = ''
-1
pkgs/development/compilers/dmd/default.nix
··· 170 170 maintainers = with maintainers; [ ThomasMader lionello ]; 171 171 platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ]; 172 172 # many tests are failing 173 - broken = true; 174 173 }; 175 174 }
+7 -4
pkgs/development/compilers/dotnet/default.nix
··· 1 1 /* 2 2 How to combine packages for use in development: 3 3 dotnetCombined = with dotnetCorePackages; combinePackages [ sdk_3_1 sdk_2_2 sdk_3_0 sdk aspnetcore_2_1 ]; 4 + 5 + Hashes below are retrived from: 6 + https://dotnet.microsoft.com/download/dotnet 4 7 */ 5 8 { callPackage }: 6 9 let ··· 124 127 }; 125 128 126 129 sdk_5_0 = buildNetCoreSdk { 127 - version = "5.0.200"; 130 + version = "5.0.202"; 128 131 sha512 = { 129 - x86_64-linux = "0g7zcmkcdwc11h42m6hq8d0w55nnvnsmj3dc16829q55cp7l7kggmjljnd9slx7r7nrsyi7yy8brwh8n4kfi5998pdyb09fzhq5w60d"; 130 - aarch64-linux = "2zy6nxiw313g2sbmnkg76r64llbk2w2wcsa6frq535zbviw52zf163jvw2687rpiw4szdizf337l3b0qa0396abw5dhq2czqlxjyjv8"; 131 - x86_64-darwin = "2p0yxplafhi5ks38pq8nyi43kpv4l4npa718rvcvl57qs76j0dqlk1s4wdw7msx8g7xxy1aal47zy9rxvlypmgwx4dnp339cmbd6mf6"; 132 + x86_64-linux = "Ae1Z8jYYSYdAVnPSSUDVXOKdgw59u8GVVv3AOJMDnmBGcS3m+QHcmREEeg3uT9FTGbfpT4ox32uYH6Nb2T2YOA=="; 133 + aarch64-linux = "JuwSWgY35xrK0gOGR034mhAemulIkhtd4M00P0vA6EtOeyMY4Vl4cj6zudMh6Jt5DD8EJKQ8KbABX8byuePp2Q=="; 134 + x86_64-darwin = "jxnfTbQUb0dJ2/NX2pu8Pi/F/e4EaDm2Ta5U+6sSYj/s6nNp6NHxtEn7BzhQ9/EVLszl/oXi3lL0d/BPbzldEA=="; 132 135 }; 133 136 }; 134 137 }
+2 -2
pkgs/development/compilers/go/1.16.nix
··· 11 11 12 12 inherit (lib) optionals optionalString; 13 13 14 - version = "1.16.2"; 14 + version = "1.16.3"; 15 15 16 16 go_bootstrap = buildPackages.callPackage ./bootstrap.nix { }; 17 17 ··· 45 45 46 46 src = fetchurl { 47 47 url = "https://dl.google.com/go/go${version}.src.tar.gz"; 48 - sha256 = "1sl33wkhp6pi9f15f6khp5a7l7xwmpc3sp1zmji8pjr3g8l19jip"; 48 + sha256 = "sha256-spjSnekjbKR6Aj44IxO8wtLu0x36cGtgoEEDzoOnGiU="; 49 49 }; 50 50 51 51 # perl is used for testing go vet
+3 -3
pkgs/development/compilers/roslyn/deps.nix
··· 137 137 } 138 138 { 139 139 name = "microsoft.netcore.app.host.linux-x64"; 140 - version = "3.1.12"; 140 + version = "3.1.14"; 141 141 src = fetchurl { 142 - url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.linux-x64/3.1.12/microsoft.netcore.app.host.linux-x64.3.1.12.nupkg"; 143 - sha256 = "1kp1sb7n1sb012v4k1xfv97n0x7k5r2rn0za8y8nbxjb2a4i4a8n"; 142 + url = "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.host.linux-x64/3.1.14/microsoft.netcore.app.host.linux-x64.3.1.14.nupkg"; 143 + sha256 = "11rqnascx9asfyxgxzwgxgr9gxxndm552k4dn4p1s57ciz7vkg9h"; 144 144 }; 145 145 } 146 146 {
+20 -6
pkgs/development/guile-modules/guile-cairo/default.nix
··· 1 - { lib, stdenv, fetchurl, pkg-config, guile, guile-lib, cairo, expat }: 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , cairo 5 + , expat 6 + , guile 7 + , guile-lib 8 + , pkg-config 9 + }: 2 10 3 11 stdenv.mkDerivation rec { 4 12 pname = "guile-cairo"; 5 13 version = "1.11.2"; 6 14 7 15 src = fetchurl { 8 - url = "mirror://savannah/guile-cairo/${pname}-${version}.tar.gz"; 9 - sha256 = "0yx0844p61ljd4d3d63qrawiygiw6ks02fwv2cqx7nav5kfd8ck2"; 16 + url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz"; 17 + hash = "sha256-YjLU3Cxb2dMxE5s7AfQ0PD4fucp4mDYaaZIGcwlBoHs="; 10 18 }; 11 19 12 - nativeBuildInputs = [ pkg-config ]; 20 + nativeBuildInputs = [ 21 + pkg-config 22 + ]; 23 + buildInputs = [ 24 + cairo 25 + expat 26 + guile 27 + ]; 13 28 14 - buildInputs = [ guile cairo expat ]; 15 29 enableParallelBuilding = true; 16 30 17 31 doCheck = false; # Cannot find unit-test module from guile-lib 18 32 checkInputs = [ guile-lib ]; 19 33 20 34 meta = with lib; { 35 + homepage = "https://www.nongnu.org/guile-cairo/"; 21 36 description = "Cairo bindings for GNU Guile"; 22 37 longDescription = '' 23 38 Guile-Cairo wraps the Cairo graphics library for Guile Scheme. ··· 28 43 maintained graphics library with all of the benefits of Scheme: memory 29 44 management, exceptions, macros, and a dynamic programming environment. 30 45 ''; 31 - homepage = "https://www.nongnu.org/guile-cairo/"; 32 46 license = licenses.lgpl3Plus; 33 47 maintainers = with maintainers; [ vyp ]; 34 48 platforms = platforms.linux;
+42
pkgs/development/guile-modules/guile-commonmark/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , autoreconfHook 5 + , guile 6 + , pkg-config 7 + }: 8 + 9 + stdenv.mkDerivation rec { 10 + pname = "guile-commonmark"; 11 + version = "0.1.2"; 12 + 13 + src = fetchFromGitHub { 14 + owner = "OrangeShark"; 15 + repo = pname; 16 + rev = "v${version}"; 17 + hash = "sha256-qYDcIiObKOU8lmcfk327LMPx/2Px9ecI3QLrSWWLxMo="; 18 + }; 19 + 20 + nativeBuildInputs = [ 21 + autoreconfHook 22 + pkg-config 23 + ]; 24 + buildInputs = [ 25 + guile 26 + ]; 27 + 28 + # https://github.com/OrangeShark/guile-commonmark/issues/20 29 + doCheck = false; 30 + 31 + makeFlags = [ 32 + "GUILE_AUTO_COMPILE=0" 33 + ]; 34 + 35 + meta = with lib; { 36 + homepage = "https://github.com/OrangeShark/guile-commonmark"; 37 + description = "Implementation of CommonMark for Guile"; 38 + license = licenses.lgpl3Plus; 39 + maintainers = with maintainers; [ AndersonTorres ]; 40 + platforms = guile.meta.platforms; 41 + }; 42 + }
+20 -9
pkgs/development/guile-modules/guile-fibers/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, guile, texinfo }: 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , autoreconfHook 5 + , guile 6 + , pkg-config 7 + , texinfo 8 + }: 2 9 3 - let 10 + stdenv.mkDerivation rec { 11 + pname = "guile-fibers"; 4 12 version = "1.0.0"; 5 - name = "guile-fibers-${version}"; 6 - in stdenv.mkDerivation { 7 - inherit name; 8 13 9 14 src = fetchFromGitHub { 10 15 owner = "wingo"; 11 16 repo = "fibers"; 12 17 rev = "v${version}"; 13 - sha256 = "1r47m1m112kxf23xny99f0qkqsk6626iyc5jp7vzndfiyp5yskwi"; 18 + hash = "sha256-kU/ty/XRNfv3ubIwH40wZmo8MXApeduHcH2KEGqoh+Q="; 14 19 }; 15 20 16 - nativeBuildInputs = [ autoreconfHook pkg-config ]; 17 - buildInputs = [ guile texinfo ]; 21 + nativeBuildInputs = [ 22 + autoreconfHook 23 + pkg-config 24 + ]; 25 + buildInputs = [ 26 + guile 27 + texinfo 28 + ]; 18 29 19 30 autoreconfPhase = "./autogen.sh"; 20 31 21 32 meta = with lib; { 22 - description = "Concurrent ML-like concurrency for Guile"; 23 33 homepage = "https://github.com/wingo/fibers"; 34 + description = "Concurrent ML-like concurrency for Guile"; 24 35 license = licenses.lgpl3Plus; 25 36 maintainers = with maintainers; [ vyp ]; 26 37 platforms = platforms.linux;
+39 -9
pkgs/development/guile-modules/guile-gnome/default.nix
··· 1 - { fetchurl, lib, stdenv, guile, guile-lib, gwrap 2 - , pkg-config, gconf, glib, gnome_vfs, gtk2 3 - , libglade, libgnome, libgnomecanvas, libgnomeui 4 - , pango, guile-cairo, texinfo 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , gconf 5 + , glib 6 + , gnome_vfs 7 + , gtk2 8 + , guile 9 + , guile-cairo 10 + , guile-lib 11 + , gwrap 12 + , libglade 13 + , libgnome 14 + , libgnomecanvas 15 + , libgnomeui 16 + , pango 17 + , pkg-config 18 + , texinfo 5 19 }: 6 20 7 21 stdenv.mkDerivation rec { ··· 10 24 11 25 src = fetchurl { 12 26 url = "mirror://gnu/guile-gnome/${pname}/${pname}-${version}.tar.gz"; 13 - sha256 = "adabd48ed5993d8528fd604e0aa0d96ad81a61d06da6cdd68323572ad6c216c3"; 27 + hash = "sha256-ravUjtWZPYUo/WBOCqDZatgaYdBtps3WgyNXKtbCFsM="; 14 28 }; 15 29 30 + nativeBuildInputs = [ 31 + pkg-config 32 + texinfo 33 + ]; 16 34 buildInputs = [ 17 - texinfo guile gwrap pkg-config gconf glib gnome_vfs gtk2 18 - libglade libgnome libgnomecanvas libgnomeui pango guile-cairo 35 + gconf 36 + glib 37 + gnome_vfs 38 + gtk2 39 + guile 40 + guile-cairo 41 + gwrap 42 + libglade 43 + libgnome 44 + libgnomecanvas 45 + libgnomeui 46 + pango 19 47 ] ++ lib.optional doCheck guile-lib; 20 48 21 49 # The test suite tries to open an X display, which fails. 22 50 doCheck = false; 23 51 24 - GUILE_AUTO_COMPILE = 0; 52 + makeFlags = [ 53 + "GUILE_AUTO_COMPILE=0" 54 + ]; 25 55 26 56 meta = with lib; { 57 + homepage = "https://www.gnu.org/software/guile-gnome/"; 27 58 description = "GNOME bindings for GNU Guile"; 28 59 longDescription = '' 29 60 GNU guile-gnome brings the power of Scheme to your graphical application. ··· 32 63 guile-gnome a comprehensive environment for developing modern 33 64 applications. 34 65 ''; 35 - homepage = "https://www.gnu.org/software/guile-gnome/"; 36 66 license = licenses.gpl2Plus; 37 67 maintainers = with maintainers; [ vyp ]; 38 68 platforms = platforms.linux;
+19 -10
pkgs/development/guile-modules/guile-lib/default.nix
··· 1 - { lib, stdenv, fetchurl, guile, texinfo, pkg-config }: 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , guile 5 + , pkg-config 6 + , texinfo 7 + }: 2 8 3 9 assert stdenv ? cc && stdenv.cc.isGNU; 4 10 5 - let 6 - name = "guile-lib-${version}"; 11 + stdenv.mkDerivation rec { 12 + pname = "guile-lib"; 7 13 version = "0.2.6.1"; 8 - in stdenv.mkDerivation { 9 - inherit name; 10 14 11 15 src = fetchurl { 12 - url = "mirror://savannah/guile-lib/${name}.tar.gz"; 13 - sha256 = "0aizxdif5dpch9cvs8zz5g8ds5s4xhfnwza2il5ji7fv2h7ks7bd"; 16 + url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz"; 17 + hash = "sha256-bR09DxTbnSgLjUJ9bh3sRBfd0Cv/I71Zguy24mLrPyo="; 14 18 }; 15 19 16 - nativeBuildInputs = [ pkg-config ]; 17 - buildInputs = [ guile texinfo ]; 20 + nativeBuildInputs = [ 21 + pkg-config 22 + ]; 23 + buildInputs = [ 24 + guile 25 + texinfo 26 + ]; 18 27 19 28 doCheck = true; 20 29 ··· 25 34 ''; 26 35 27 36 meta = with lib; { 37 + homepage = "https://www.nongnu.org/guile-lib/"; 28 38 description = "A collection of useful Guile Scheme modules"; 29 39 longDescription = '' 30 40 guile-lib is intended as an accumulation place for pure-scheme Guile ··· 32 42 modules into a coherent library. Think "a down-scaled, limited-scope CPAN 33 43 for Guile". 34 44 ''; 35 - homepage = "https://www.nongnu.org/guile-lib/"; 36 45 license = licenses.gpl3Plus; 37 46 maintainers = with maintainers; [ vyp ]; 38 47 platforms = platforms.gnu ++ platforms.linux;
+21 -10
pkgs/development/guile-modules/guile-ncurses/default.nix
··· 1 - { lib, stdenv, fetchurl, pkg-config, guile, ncurses, libffi }: 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , pkg-config 5 + , guile 6 + , libffi 7 + , ncurses 8 + }: 2 9 3 - let 4 - name = "guile-ncurses-${version}"; 10 + stdenv.mkDerivation rec { 11 + pname = "guile-ncurses"; 5 12 version = "1.7"; 6 - in stdenv.mkDerivation { 7 - inherit name; 8 13 9 14 src = fetchurl { 10 - url = "mirror://gnu/guile-ncurses/${name}.tar.gz"; 11 - sha256 = "153vv75gb7l62sp3666rc97i63rnaqbx2rjar7d9b5w81fhwv4r5"; 15 + url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz"; 16 + hash = "sha256-JZPNoQuIl5XayUpm0RdWNg8TT2LZGDOuFoae9crZe5Q="; 12 17 }; 13 18 14 - nativeBuildInputs = [ pkg-config ]; 15 - buildInputs = [ guile ncurses libffi ]; 19 + nativeBuildInputs = [ 20 + pkg-config 21 + ]; 22 + buildInputs = [ 23 + guile 24 + libffi 25 + ncurses 26 + ]; 16 27 17 28 preConfigure = '' 18 29 configureFlags="$configureFlags --with-guilesitedir=$out/share/guile/site" ··· 29 40 doCheck = false; 30 41 31 42 meta = with lib; { 43 + homepage = "https://www.gnu.org/software/guile-ncurses/"; 32 44 description = "Scheme interface to the NCurses libraries"; 33 45 longDescription = '' 34 46 GNU Guile-Ncurses is a library for the Guile Scheme interpreter that ··· 36 48 interface functionality is built on the ncurses libraries: curses, form, 37 49 panel, and menu. 38 50 ''; 39 - homepage = "https://www.gnu.org/software/guile-ncurses/"; 40 51 license = licenses.lgpl3Plus; 41 52 maintainers = with maintainers; [ vyp ]; 42 53 platforms = platforms.gnu ++ platforms.linux;
+15 -9
pkgs/development/guile-modules/guile-opengl/default.nix
··· 1 - { lib, stdenv, fetchurl, pkg-config, guile }: 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , guile 5 + , pkg-config 6 + }: 2 7 3 - let 4 - name = "guile-opengl-${version}"; 8 + stdenv.mkDerivation rec { 9 + pname = "guile-opengl"; 5 10 version = "0.1.0"; 6 - in stdenv.mkDerivation { 7 - inherit name; 8 11 9 12 src = fetchurl { 10 - url = "mirror://gnu/guile-opengl/${name}.tar.gz"; 11 - sha256 = "13qfx4xh8baryxqrv986l848ygd0piqwm6s2s90pxk9c0m9vklim"; 13 + url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz"; 14 + hash = "sha256-NdK5UwUszX5B0kKbynG8oD2PCKIGpZ1x91ktBDvpDo8="; 12 15 }; 13 16 14 - nativeBuildInputs = [ pkg-config guile ]; 17 + nativeBuildInputs = [ 18 + pkg-config 19 + guile 20 + ]; 15 21 16 22 meta = with lib; { 23 + homepage = "https://www.gnu.org/software/guile-opengl/"; 17 24 description = "Guile bindings for the OpenGL graphics API"; 18 - homepage = "https://www.gnu.org/software/guile-opengl/"; 19 25 license = licenses.gpl3Plus; 20 26 maintainers = with maintainers; [ vyp ]; 21 27 platforms = platforms.unix;
+28 -15
pkgs/development/guile-modules/guile-reader/default.nix
··· 1 - { lib, stdenv, fetchurl, fetchpatch, pkg-config 2 - , gperf, guile, guile-lib, libffi }: 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , fetchpatch 5 + , gperf 6 + , guile 7 + , guile-lib 8 + , libffi 9 + , pkg-config 10 + }: 3 11 4 12 stdenv.mkDerivation rec { 5 - 6 13 pname = "guile-reader"; 7 14 version = "0.6.3"; 8 15 9 16 src = fetchurl { 10 - url = "http://download.savannah.nongnu.org/releases/guile-reader/${pname}-${version}.tar.gz"; 11 - sha256 = "sha256-OMK0ROrbuMDKt42QpE7D6/9CvUEMW4SpEBjO5+tk0rs="; 17 + url = "http://download.savannah.nongnu.org/releases/${pname}/${pname}-${version}.tar.gz"; 18 + hash = "sha256-OMK0ROrbuMDKt42QpE7D6/9CvUEMW4SpEBjO5+tk0rs="; 12 19 }; 13 20 14 - nativeBuildInputs = [ pkg-config ]; 15 - buildInputs = [ gperf guile guile-lib libffi ]; 21 + nativeBuildInputs = [ 22 + pkg-config 23 + ]; 24 + buildInputs = [ 25 + gperf 26 + guile 27 + guile-lib 28 + libffi 29 + ]; 16 30 17 31 GUILE_SITE="${guile-lib}/share/guile/site"; 18 32 19 33 configureFlags = [ "--with-guilemoduledir=$(out)/share/guile/site" ]; 20 34 21 35 meta = with lib; { 36 + homepage = "https://www.nongnu.org/guile-reader/"; 22 37 description = "A simple framework for building readers for GNU Guile"; 23 38 longDescription = '' 24 - Guile-Reader is a simple framework for building readers for GNU 25 - Guile. 39 + Guile-Reader is a simple framework for building readers for GNU Guile. 26 40 27 - The idea is to make it easy to build procedures that extend 28 - Guile's read procedure. Readers supporting various syntax 29 - variants can easily be written, possibly by re-using existing 30 - "token readers" of a standard Scheme readers. For example, it 31 - is used to implement Skribilo's R5RS-derived document syntax. 41 + The idea is to make it easy to build procedures that extend Guile's read 42 + procedure. Readers supporting various syntax variants can easily be 43 + written, possibly by re-using existing "token readers" of a standard 44 + Scheme readers. For example, it is used to implement Skribilo's 45 + R5RS-derived document syntax. 32 46 ''; 33 - homepage = "https://www.nongnu.org/guile-reader/"; 34 47 license = licenses.lgpl3Plus; 35 48 maintainers = with maintainers; [ AndersonTorres ]; 36 49 platforms = platforms.gnu;
+27 -11
pkgs/development/guile-modules/guile-sdl/default.nix
··· 1 - { lib, stdenv, fetchurl, pkg-config, guile, buildEnv 2 - , SDL, SDL_image, SDL_ttf, SDL_mixer 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , SDL 5 + , SDL_image 6 + , SDL_mixer 7 + , SDL_ttf 8 + , buildEnv 9 + , guile 10 + , pkg-config 3 11 }: 4 12 5 13 stdenv.mkDerivation rec { ··· 8 16 9 17 src = fetchurl { 10 18 url = "mirror://gnu/${pname}/${pname}-${version}.tar.xz"; 11 - sha256 = "0cjgs012a9922hn6xqwj66w6qmfs3nycnm56hyykx5n3g5p7ag01"; 19 + hash = "sha256-ATx1bnnDlj69h6ZUy7wd2lVsuDGS424sFCIlJQLQTzI="; 12 20 }; 13 21 14 - nativeBuildInputs = [ pkg-config guile ]; 15 - 16 - buildInputs = [ SDL.dev SDL_image SDL_ttf SDL_mixer ]; 17 - 18 - GUILE_AUTO_COMPILE = 0; 22 + nativeBuildInputs = [ 23 + guile 24 + pkg-config 25 + ]; 26 + buildInputs = [ 27 + SDL.dev 28 + SDL_image 29 + SDL_mixer 30 + SDL_ttf 31 + ]; 19 32 20 33 makeFlags = let 21 - sdl = buildEnv { 34 + sdl-env = buildEnv { 22 35 name = "sdl-env"; 23 36 paths = buildInputs; 24 37 }; 25 - in [ "SDLMINUSI=-I${sdl}/include/SDL" ]; 38 + in [ 39 + "GUILE_AUTO_COMPILE=0" 40 + "SDLMINUSI=-I${sdl-env}/include/SDL" 41 + ]; 26 42 27 43 meta = with lib; { 28 - description = "Guile bindings for SDL"; 29 44 homepage = "https://www.gnu.org/software/guile-sdl/"; 45 + description = "Guile bindings for SDL"; 30 46 license = licenses.gpl3Plus; 31 47 maintainers = with maintainers; [ vyp ]; 32 48 platforms = platforms.linux;
+28 -14
pkgs/development/guile-modules/guile-sdl2/default.nix
··· 1 - { lib, stdenv, fetchurl, guile, libtool, pkg-config 2 - , SDL2, SDL2_image, SDL2_ttf, SDL2_mixer 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , SDL2 5 + , SDL2_image 6 + , SDL2_mixer 7 + , SDL2_ttf 8 + , guile 9 + , libtool 10 + , pkg-config 3 11 }: 4 12 5 - let 6 - name = "${pname}-${version}"; 13 + stdenv.mkDerivation rec { 7 14 pname = "guile-sdl2"; 8 15 version = "0.5.0"; 9 - in stdenv.mkDerivation { 10 - inherit name; 11 16 12 17 src = fetchurl { 13 - url = "https://files.dthompson.us/${pname}/${name}.tar.gz"; 14 - sha256 = "118x0cg7fzbsyrfhy5f9ab7dqp9czgia0ycgzp6sn3nlsdrcnr4m"; 18 + url = "https://files.dthompson.us/${pname}/${pname}-${version}.tar.gz"; 19 + hash = "sha256-lWTLctPUDqvN/Y95oOL7LF3czlLJFQ9d9np9dx4DHYU="; 15 20 }; 16 21 17 - nativeBuildInputs = [ libtool pkg-config ]; 22 + nativeBuildInputs = [ 23 + pkg-config 24 + libtool 25 + ]; 18 26 buildInputs = [ 19 - guile SDL2 SDL2_image SDL2_ttf SDL2_mixer 27 + SDL2 28 + SDL2_image 29 + SDL2_mixer 30 + SDL2_ttf 31 + guile 20 32 ]; 21 33 22 34 configureFlags = [ 35 + "--with-libsdl2-image-prefix=${SDL2_image}" 36 + "--with-libsdl2-mixer-prefix=${SDL2_mixer}" 23 37 "--with-libsdl2-prefix=${SDL2}" 24 - "--with-libsdl2-image-prefix=${SDL2_image}" 25 38 "--with-libsdl2-ttf-prefix=${SDL2_ttf}" 26 - "--with-libsdl2-mixer-prefix=${SDL2_mixer}" 27 39 ]; 28 40 29 - makeFlags = [ "GUILE_AUTO_COMPILE=0" ]; 41 + makeFlags = [ 42 + "GUILE_AUTO_COMPILE=0" 43 + ]; 30 44 31 45 meta = with lib; { 32 - description = "Bindings to SDL2 for GNU Guile"; 33 46 homepage = "https://dthompson.us/projects/guile-sdl2.html"; 47 + description = "Bindings to SDL2 for GNU Guile"; 34 48 license = licenses.lgpl3Plus; 35 49 maintainers = with maintainers; [ seppeljordan vyp ]; 36 50 platforms = platforms.all;
+23 -16
pkgs/development/guile-modules/guile-xcb/default.nix
··· 1 - { lib, stdenv, fetchurl, pkg-config, guile, texinfo }: 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , guile 5 + , pkg-config 6 + , texinfo 7 + }: 2 8 3 - let 4 - name = "guile-xcb-${version}"; 9 + stdenv.mkDerivation rec { 10 + pname = "guile-xcb"; 5 11 version = "1.3"; 6 - in stdenv.mkDerivation { 7 - inherit name; 8 12 9 13 src = fetchurl { 10 - url = "http://www.markwitmer.com/dist/${name}.tar.gz"; 11 - sha256 = "04dvbqdrrs67490gn4gkq9zk8mqy3mkls2818ha4p0ckhh0pm149"; 14 + url = "http://www.markwitmer.com/dist/${pname}-${version}.tar.gz"; 15 + hash = "sha256-iYR6AYSTgUsURAEJTWcdHlc0f8LzEftAIsfonBteuxE="; 12 16 }; 13 17 14 - nativeBuildInputs = [ pkg-config ]; 15 - buildInputs = [ guile texinfo ]; 18 + nativeBuildInputs = [ 19 + pkg-config 20 + ]; 21 + buildInputs = [ 22 + guile 23 + texinfo 24 + ]; 16 25 17 - preConfigure = '' 18 - configureFlags=" 19 - --with-guile-site-dir=$out/share/guile/site 20 - --with-guile-site-ccache-dir=$out/share/guile/site 21 - "; 22 - ''; 26 + configureFlags = [ 27 + "--with-guile-site-dir=$out/share/guile/site" 28 + "--with-guile-site-ccache-dir=$out/share/guile/site" 29 + ]; 23 30 24 31 meta = with lib; { 25 - description = "XCB bindings for Guile"; 26 32 homepage = "http://www.markwitmer.com/guile-xcb/guile-xcb.html"; 33 + description = "XCB bindings for Guile"; 27 34 license = licenses.gpl3Plus; 28 35 maintainers = with maintainers; [ vyp ]; 29 36 platforms = platforms.linux;
+10 -32
pkgs/development/haskell-modules/configuration-common.nix
··· 1242 1242 patch = doJailbreak super.patch; 1243 1243 1244 1244 # Tests disabled and broken override needed because of missing lib chrome-test-utils: https://github.com/reflex-frp/reflex-dom/issues/392 1245 - reflex-dom-core = doDistribute (unmarkBroken (dontCheck (appendPatch (doJailbreak super.reflex-dom-core) (pkgs.fetchpatch { 1246 - url = https://github.com/reflex-frp/reflex-dom/commit/6aed7b7ebb70372778f1a29a724fcb4de815ba04.patch; 1247 - sha256 = "1g7lgwj7rpziilif2gian412iy05gqbzwx9w0m6ajq3clxs5zs7l"; 1248 - stripLen = 2; 1249 - extraPrefix = ""; 1250 - includes = ["reflex-dom-core.cabal" ]; 1251 - })))); 1245 + reflex-dom-core = doDistribute (unmarkBroken (dontCheck (doJailbreak super.reflex-dom-core))); 1252 1246 1253 1247 # Tests disabled and broken override needed because of missing lib chrome-test-utils: https://github.com/reflex-frp/reflex-dom/issues/392 1254 1248 reflex-dom = appendPatch super.reflex-dom (pkgs.fetchpatch { ··· 1475 1469 # https://github.com/obsidiansystems/dependent-sum/issues/55 1476 1470 dependent-sum = doJailbreak super.dependent-sum; 1477 1471 1478 - # Overspecified constraint on 'constraints'. Kinda funny, huh? 1479 - dependent-sum-aeson-orphans = appendPatch (doJailbreak super.dependent-sum-aeson-orphans) (pkgs.fetchpatch { 1480 - # 2020-11-18: https://github.com/obsidiansystems/dependent-sum-aeson-orphans/pull/9 1481 - # Bump version bounds for ghc 8.10 1482 - url = https://github.com/obsidiansystems/dependent-sum-aeson-orphans/commit/e1f5898116222a1bc557d41f3395066f83736093.patch; 1483 - sha256 = "01fj29xdblxpz4drasaygf9875fipylpj8w164lb0cszd1vmqwnb"; 1484 - }); 1485 - 1486 1472 # 2020-11-18: https://github.com/srid/rib/issues/169 1487 1473 # aeson bound out of sync 1488 1474 rib-core = doJailbreak super.rib-core; ··· 1491 1477 # base upper bound is incompatible with ghc 8.10 1492 1478 neuron = doJailbreak super.neuron; 1493 1479 1494 - reflex = dontCheck (doJailbreak (appendPatches super.reflex [ 1495 - # https://github.com/reflex-frp/reflex/pull/444 1496 - # Fixes for ghc 8.10 1497 - (pkgs.fetchpatch { 1498 - url = https://github.com/reflex-frp/reflex/commit/d230632427fc1b7031163567c97f20050610c122.patch; 1499 - sha256 = "0gafqqi6q16m5y4mrc2f7lhahmazvcbiadn2v84y9p3zvx2v26xy"; 1500 - }) 1501 - # https://github.com/reflex-frp/reflex/pull/444 1502 - # Bound bumps for ghc 8.10 1503 - (pkgs.fetchpatch { 1504 - url = https://patch-diff.githubusercontent.com/raw/reflex-frp/reflex/pull/448.patch; 1505 - sha256 = "0a8gcq9g8dyyafkvs54mi3fnisff20r0x0qzmhxcp9md61nkf7gq"; 1506 - }) 1507 - ])); 1480 + # 2020-04-16: https://github.com/reflex-frp/reflex/issues/449 1481 + reflex = dontCheck (doJailbreak super.reflex); 1508 1482 1509 1483 # 2020-11-19: jailbreaking because of pretty-simple bound out of date 1510 1484 # https://github.com/kowainik/stan/issues/408 ··· 1563 1537 ); 1564 1538 1565 1539 # 2020-12-05: http-client is fixed on too old version 1566 - essence-of-live-coding-warp = super.essence-of-live-coding-warp.override { 1567 - http-client = self.http-client_0_7_6; 1568 - }; 1540 + essence-of-live-coding-warp = doJailbreak (super.essence-of-live-coding-warp.override { 1541 + http-client = self.http-client_0_7_7; 1542 + }); 1569 1543 1570 1544 # 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27) 1571 1545 pandoc-include-code = doJailbreak super.pandoc-include-code; ··· 1810 1784 # 2021-04-09: too strict time bound 1811 1785 # PR pending https://github.com/zohl/cereal-time/pull/2 1812 1786 cereal-time = doJailbreak super.cereal-time; 1787 + 1788 + # 2021-04-16: too strict bounds on QuickCheck and tasty 1789 + # https://github.com/hasufell/lzma-static/issues/1 1790 + lzma-static = doJailbreak super.lzma-static; 1813 1791 1814 1792 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
+24 -21
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
··· 82 82 - hls-retrie-plugin < 1.0.0.1 83 83 - lsp < 1.2 84 84 - lsp-types < 1.2 85 + - hls-plugin-api < 1.1.0.0 86 + - hls-explicit-imports-plugin < 1.0.0.1 85 87 # 2021-04-02: Stackage Nighlty has haskell-gi* < 0.25, 86 88 # so we need to restrict these to compatible versions 87 89 # Remove these as soon as haskell-gi{,-base} are 0.25.* ··· 99 101 - gi-secret < 0.0.13 100 102 - gi-vte < 2.91.28 101 103 102 - # Stackage Nightly 2021-04-02 104 + # Stackage Nightly 2021-04-06 103 105 - abstract-deque ==0.3 104 106 - abstract-par ==0.3.3 105 107 - AC-Angle ==1.0 ··· 330 332 - bech32 ==1.1.0 331 333 - bech32-th ==1.0.2 332 334 - bench ==1.0.12 333 - - benchpress ==0.2.2.15 335 + - benchpress ==0.2.2.16 334 336 - between ==0.11.0.0 335 337 - bibtex ==0.1.0.6 336 338 - bifunctors ==5.5.10 ··· 381 383 - boolsimplifier ==0.1.8 382 384 - boots ==0.2.0.1 383 385 - bordacount ==0.1.0.0 384 - - boring ==0.1.3 386 + - boring ==0.2 385 387 - both ==0.1.1.1 386 388 - bound ==2.0.3 387 389 - BoundedChan ==1.0.3.0 ··· 535 537 - composite-hashable ==0.7.4.0 536 538 - composite-tuple ==0.1.2.0 537 539 - composite-xstep ==0.1.0.0 538 - - composition ==1.0.2.1 540 + - composition ==1.0.2.2 539 541 - composition-extra ==2.0.0 540 542 - concise ==0.1.0.1 541 543 - concurrency ==1.11.0.1 ··· 661 663 - data-ordlist ==0.4.7.0 662 664 - data-ref ==0.0.2 663 665 - data-reify ==0.6.3 664 - - data-serializer ==0.3.4.1 666 + - data-serializer ==0.3.5 665 667 - data-textual ==0.3.0.3 666 668 - dataurl ==0.1.0.0 667 669 - DAV ==1.3.4 ··· 708 710 - distributed-closure ==0.4.2.0 709 711 - distribution-opensuse ==1.1.1 710 712 - distributive ==0.6.2.1 711 - - dl-fedora ==0.7.6 713 + - dl-fedora ==0.7.7 712 714 - dlist ==0.8.0.8 713 715 - dlist-instances ==0.1.1.1 714 716 - dlist-nonempty ==0.1.1 ··· 873 875 - fix-whitespace ==0.0.5 874 876 - flac ==0.2.0 875 877 - flac-picture ==0.1.2 876 - - flags-applicative ==0.1.0.2 878 + - flags-applicative ==0.1.0.3 877 879 - flat ==0.4.4 878 880 - flat-mcmc ==1.5.2 879 881 - flexible-defaults ==0.0.3 ··· 1043 1045 - graphite ==0.10.0.1 1044 1046 - graphql-client ==1.1.1 1045 1047 - graphs ==0.7.1 1046 - - graphula ==2.0.0.3 1048 + - graphula ==2.0.0.4 1047 1049 - graphviz ==2999.20.1.0 1048 1050 - graph-wrapper ==0.2.6.0 1049 1051 - gravatar ==0.8.0 ··· 1126 1128 - hformat ==0.3.3.1 1127 1129 - hfsevents ==0.1.6 1128 1130 - hgrev ==0.2.6 1129 - - hidapi ==0.1.6 1131 + - hidapi ==0.1.7 1130 1132 - hie-bios ==0.7.5 1131 1133 - hi-file-parser ==0.1.1.0 1132 1134 - higher-leveldb ==0.6.0.0 ··· 1162 1164 - hp2pretty ==0.10 1163 1165 - hpack ==0.34.4 1164 1166 - hpack-dhall ==0.5.2 1165 - - hpc-codecov ==0.2.0.2 1167 + - hpc-codecov ==0.3.0.0 1166 1168 - hpc-lcov ==1.0.1 1167 1169 - hprotoc ==2.4.17 1168 1170 - hruby ==0.3.8.1 ··· 1185 1187 - hslua-module-path ==0.1.0.1 1186 1188 - hslua-module-system ==0.2.2.1 1187 1189 - hslua-module-text ==0.3.0.1 1188 - - HsOpenSSL ==0.11.6 1190 + - HsOpenSSL ==0.11.6.1 1189 1191 - HsOpenSSL-x509-system ==0.1.0.4 1190 1192 - hsp ==0.10.0 1191 1193 - hspec ==2.7.9 ··· 1465 1467 - liboath-hs ==0.0.1.2 1466 1468 - libyaml ==0.1.2 1467 1469 - LibZip ==1.0.1 1468 - - lifted-async ==0.10.1.3 1470 + - lifted-async ==0.10.2 1469 1471 - lifted-base ==0.2.3.12 1470 1472 - lift-generics ==0.2 1471 1473 - line ==4.0.1 ··· 1629 1631 - mono-traversable ==1.0.15.1 1630 1632 - mono-traversable-instances ==0.1.1.0 1631 1633 - mono-traversable-keys ==0.1.0 1632 - - more-containers ==0.2.2.0 1634 + - more-containers ==0.2.2.2 1633 1635 - morpheus-graphql ==0.17.0 1634 1636 - morpheus-graphql-app ==0.17.0 1635 1637 - morpheus-graphql-client ==0.17.0 ··· 2069 2071 - rhine-gloss ==0.7.0 2070 2072 - rigel-viz ==0.2.0.0 2071 2073 - rio ==0.1.20.0 2072 - - rio-orphans ==0.1.1.0 2074 + - rio-orphans ==0.1.2.0 2073 2075 - rio-prettyprint ==0.1.1.0 2074 2076 - roc-id ==0.1.0.0 2075 2077 - rocksdb-haskell ==1.0.1 ··· 2163 2165 - servant-swagger ==1.1.10 2164 2166 - servant-swagger-ui ==0.3.4.3.37.2 2165 2167 - servant-swagger-ui-core ==0.3.4 2166 - - serverless-haskell ==0.12.5 2168 + - serverless-haskell ==0.12.6 2167 2169 - serversession ==1.0.2 2168 2170 - serversession-frontend-wai ==1.0 2169 2171 - ses-html ==0.4.0.0 ··· 2234 2236 - soap-tls ==0.1.1.4 2235 2237 - socket ==0.8.3.0 2236 2238 - socks ==0.6.1 2237 - - some ==1.0.2 2239 + - some ==1.0.3 2238 2240 - sop-core ==0.5.0.1 2239 2241 - sort ==1.0.0.0 2240 2242 - sorted-list ==0.2.1.0 ··· 2309 2311 - string-conversions ==0.4.0.1 2310 2312 - string-interpolate ==0.3.1.0 2311 2313 - string-qq ==0.0.4 2312 - - string-random ==0.1.4.0 2314 + - string-random ==0.1.4.1 2313 2315 - stringsearch ==0.3.6.6 2314 2316 - string-transform ==1.1.1 2315 2317 - stripe-concepts ==1.0.2.6 ··· 2362 2364 - tardis ==0.4.3.0 2363 2365 - tasty ==1.4.1 2364 2366 - tasty-ant-xml ==1.1.8 2365 - - tasty-bench ==0.2.4 2367 + - tasty-bench ==0.2.5 2366 2368 - tasty-dejafu ==2.0.0.7 2367 2369 - tasty-discover ==4.2.2 2368 2370 - tasty-expected-failure ==0.12.3 ··· 2741 2743 - yesod-sitemap ==1.6.0 2742 2744 - yesod-static ==1.6.1.0 2743 2745 - yesod-test ==1.6.12 2744 - - yesod-websockets ==0.3.0.2 2746 + - yesod-websockets ==0.3.0.3 2745 2747 - yes-precure5-command ==5.5.3 2746 2748 - yi-rope ==0.11 2747 2749 - yjsvg ==0.2.0.1 ··· 5694 5696 - ghcjs-xhr 5695 5697 - ghclive 5696 5698 - ghcprofview 5699 + - ghcup 5697 5700 - ght 5698 5701 - gi-cairo-again 5699 5702 - gi-graphene ··· 7490 7493 - kparams 7491 7494 - kqueue 7492 7495 - kraken 7493 - - krank 7494 7496 - krapsh 7495 7497 - Kriens 7496 7498 - krpc ··· 9330 9332 - puzzle-draw 9331 9333 - puzzle-draw-cmdline 9332 9334 - pvd 9333 - - PyF 9334 9335 - pyffi 9335 9336 - pyfi 9336 9337 - python-pickle ··· 10379 10380 - sorted 10380 10381 - sorting 10381 10382 - sorty 10383 + - souffle-dsl 10382 10384 - souffle-haskell 10383 10385 - sound-collage 10384 10386 - sounddelay ··· 11454 11456 - wai-graceful 11455 11457 - wai-handler-devel 11456 11458 - wai-handler-fastcgi 11459 + - wai-handler-hal 11457 11460 - wai-handler-scgi 11458 11461 - wai-handler-snap 11459 11462 - wai-handler-webkit
+2
pkgs/development/haskell-modules/generic-builder.nix
··· 51 51 , license 52 52 , enableParallelBuilding ? true 53 53 , maintainers ? null 54 + , changelog ? null 54 55 , doCoverage ? false 55 56 , doHaddock ? !(ghc.isHaLVM or false) 56 57 , passthru ? {} ··· 642 643 // optionalAttrs (args ? description) { inherit description; } 643 644 // optionalAttrs (args ? maintainers) { inherit maintainers; } 644 645 // optionalAttrs (args ? hydraPlatforms) { inherit hydraPlatforms; } 646 + // optionalAttrs (args ? changelog) { inherit changelog; } 645 647 ; 646 648 647 649 }
+1538 -523
pkgs/development/haskell-modules/hackage-packages.nix
··· 6908 6908 broken = true; 6909 6909 }) {}; 6910 6910 6911 + "GPipe-Core" = callPackage 6912 + ({ mkDerivation, base, Boolean, containers, criterion 6913 + , exception-transformers, gl, hspec, hspec-discover, lens, linear 6914 + , text, transformers, unordered-containers 6915 + }: 6916 + mkDerivation { 6917 + pname = "GPipe-Core"; 6918 + version = "0.2.3.1"; 6919 + sha256 = "0yrqhm77bn8dwx335fpkjyxz5jm7i7g5hpxgk9xrrm6b3sm24w0j"; 6920 + enableSeparateDataOutput = true; 6921 + libraryHaskellDepends = [ 6922 + base Boolean containers exception-transformers gl lens linear text 6923 + transformers unordered-containers 6924 + ]; 6925 + testHaskellDepends = [ base hspec lens ]; 6926 + testToolDepends = [ hspec-discover ]; 6927 + benchmarkHaskellDepends = [ base criterion lens ]; 6928 + description = "Typesafe functional GPU graphics programming"; 6929 + license = lib.licenses.mit; 6930 + }) {}; 6931 + 6911 6932 "GPipe-Examples" = callPackage 6912 6933 ({ mkDerivation, base, GLUT, GPipe, GPipe-TextureLoad, haskell98 6913 6934 , Vec, Vec-Transform ··· 6941 6962 broken = true; 6942 6963 }) {}; 6943 6964 6965 + "GPipe-GLFW4" = callPackage 6966 + ({ mkDerivation, async, base, containers, criterion 6967 + , exception-transformers, GLFW-b, GPipe-Core, hspec, hspec-discover 6968 + , JuicyPixels, lens, stm, transformers 6969 + }: 6970 + mkDerivation { 6971 + pname = "GPipe-GLFW4"; 6972 + version = "2.0.0"; 6973 + sha256 = "1bzbnn7ip5n01kd7nydlmmp5xbzhnfpfhhcmlx1l9qjwzj4zf708"; 6974 + isLibrary = true; 6975 + isExecutable = true; 6976 + enableSeparateDataOutput = true; 6977 + libraryHaskellDepends = [ 6978 + async base containers GLFW-b GPipe-Core stm 6979 + ]; 6980 + executableHaskellDepends = [ 6981 + base exception-transformers GPipe-Core lens transformers 6982 + ]; 6983 + testHaskellDepends = [ 6984 + base exception-transformers GPipe-Core hspec lens transformers 6985 + ]; 6986 + testToolDepends = [ hspec-discover ]; 6987 + benchmarkHaskellDepends = [ 6988 + base criterion GPipe-Core JuicyPixels 6989 + ]; 6990 + description = "GLFW OpenGL context creation for GPipe"; 6991 + license = lib.licenses.mit; 6992 + }) {}; 6993 + 6944 6994 "GPipe-TextureLoad" = callPackage 6945 6995 ({ mkDerivation, base, bitmap, GPipe, stb-image }: 6946 6996 mkDerivation { ··· 8962 9012 }: 8963 9013 mkDerivation { 8964 9014 pname = "HPDF"; 8965 - version = "1.5.2"; 8966 - sha256 = "0mp3lbyyp6iykqrnviam46wb5aab24c1ncivxp5c2v5hg89a1jrm"; 9015 + version = "1.5.3"; 9016 + sha256 = "12h3gx9gikzz4fwf11zk1nwzbpwqzzyavjz8mr27scy3s94vw41r"; 8967 9017 isLibrary = true; 8968 9018 isExecutable = true; 8969 9019 libraryHaskellDepends = [ ··· 10836 10886 ({ mkDerivation, base, bytestring, Cabal, network, openssl, time }: 10837 10887 mkDerivation { 10838 10888 pname = "HsOpenSSL"; 10839 - version = "0.11.6"; 10840 - sha256 = "1gkx6kk03ziz9wk6iwxcdpf1ig8a9whwv3yjbzmqrwkp7fh1wdrw"; 10889 + version = "0.11.6.1"; 10890 + sha256 = "0jmnmrhvm7rbspv0vw482i8wpmkzhnnwxswqwx75455w0mvdg62l"; 10841 10891 setupHaskellDepends = [ base Cabal ]; 10842 10892 libraryHaskellDepends = [ base bytestring network time ]; 10843 10893 librarySystemDepends = [ openssl ]; ··· 11254 11304 license = lib.licenses.bsd3; 11255 11305 }) {}; 11256 11306 11307 + "IPv6Addr_2_0_2" = callPackage 11308 + ({ mkDerivation, aeson, attoparsec, base, HUnit, iproute, network 11309 + , network-info, random, test-framework, test-framework-hunit, text 11310 + }: 11311 + mkDerivation { 11312 + pname = "IPv6Addr"; 11313 + version = "2.0.2"; 11314 + sha256 = "0r712250lv8brgy3ysdyj41snl0qbsx9h0p853w8n1aif0fsnxkw"; 11315 + libraryHaskellDepends = [ 11316 + aeson attoparsec base iproute network network-info random text 11317 + ]; 11318 + testHaskellDepends = [ 11319 + base HUnit test-framework test-framework-hunit text 11320 + ]; 11321 + description = "Library to deal with IPv6 address text representations"; 11322 + license = lib.licenses.bsd3; 11323 + hydraPlatforms = lib.platforms.none; 11324 + }) {}; 11325 + 11257 11326 "IPv6DB" = callPackage 11258 11327 ({ mkDerivation, aeson, attoparsec, base, bytestring, fast-logger 11259 11328 , hedis, hspec, http-client, http-types, IPv6Addr, mtl ··· 16461 16530 ]; 16462 16531 description = "Quasiquotations for a python like interpolated string formater"; 16463 16532 license = lib.licenses.bsd3; 16464 - hydraPlatforms = lib.platforms.none; 16465 - broken = true; 16466 16533 }) {}; 16467 16534 16468 16535 "QIO" = callPackage ··· 19166 19233 license = lib.licenses.bsd3; 19167 19234 }) {}; 19168 19235 19236 + "Spintax_0_3_6" = callPackage 19237 + ({ mkDerivation, attoparsec, base, extra, mtl, mwc-random, text }: 19238 + mkDerivation { 19239 + pname = "Spintax"; 19240 + version = "0.3.6"; 19241 + sha256 = "000yprzvq72ia6wfk3hjarb8anx3wfm54rzpv8x7d2zf09pzxk6k"; 19242 + libraryHaskellDepends = [ 19243 + attoparsec base extra mtl mwc-random text 19244 + ]; 19245 + description = "Random text generation based on spintax"; 19246 + license = lib.licenses.bsd3; 19247 + hydraPlatforms = lib.platforms.none; 19248 + }) {}; 19249 + 19169 19250 "Spock" = callPackage 19170 19251 ({ mkDerivation, base, base64-bytestring, bytestring, containers 19171 19252 , cryptonite, focus, hashable, hspec, hspec-wai, http-types, hvect ··· 22157 22238 }: 22158 22239 mkDerivation { 22159 22240 pname = "Z-MessagePack"; 22160 - version = "0.3.0.1"; 22161 - sha256 = "1xn3by0fkn8w9akldfk2rrfk8ns2r64zxqadrcsgga7nv88q49am"; 22241 + version = "0.4.0.1"; 22242 + sha256 = "1i1ycf1bhahbh7d9rvz4hl5jq16mld8sya2h2xrxlvg9yqab19hy"; 22162 22243 libraryHaskellDepends = [ 22163 22244 base containers deepseq hashable integer-gmp primitive QuickCheck 22164 22245 scientific tagged time unordered-containers Z-Data Z-IO ··· 34751 34832 , configurator, containers, cryptohash, hostname, http-client 34752 34833 , http-client-tls, http-media, http-types, jwt, mtl, network 34753 34834 , network-api-support, network-uri, snap, snap-core, split, text 34754 - , time, time-units, transformers, zlib 34835 + , time, time-units, transformers 34755 34836 }: 34756 34837 mkDerivation { 34757 34838 pname = "atlassian-connect-core"; 34758 - version = "0.8.1.0"; 34759 - sha256 = "17xvqf2j77y8lqvl2k5a924yvjym4aqii6glwfs3rjvw6a08k9zp"; 34839 + version = "0.8.2.0"; 34840 + sha256 = "06wrbz8r4yc6spjrawqrdsc1nf3bc5nr40ssnrmyv00xzkhvjq2j"; 34760 34841 enableSeparateDataOutput = true; 34761 34842 libraryHaskellDepends = [ 34762 34843 aeson atlassian-connect-descriptor base base64-bytestring ··· 34765 34846 http-types jwt mtl network network-api-support network-uri snap 34766 34847 snap-core split text time time-units transformers 34767 34848 ]; 34768 - libraryPkgconfigDepends = [ zlib ]; 34769 34849 description = "Atlassian Connect snaplet for the Snap Framework and helper code"; 34770 34850 license = lib.licenses.asl20; 34771 34851 hydraPlatforms = lib.platforms.none; 34772 34852 broken = true; 34773 - }) {inherit (pkgs) zlib;}; 34853 + }) {}; 34774 34854 34775 34855 "atlassian-connect-descriptor" = callPackage 34776 34856 ({ mkDerivation, aeson, base, bytestring, Cabal, cases, HUnit ··· 39962 40042 ({ mkDerivation, base, bytestring, mtl, time }: 39963 40043 mkDerivation { 39964 40044 pname = "benchpress"; 39965 - version = "0.2.2.15"; 39966 - sha256 = "0bffchlwcyqgbnviqvm01lyj7zldvd3yj9yqnc8150lgxr29kvf9"; 39967 - isLibrary = true; 39968 - isExecutable = true; 39969 - libraryHaskellDepends = [ base mtl time ]; 39970 - executableHaskellDepends = [ base bytestring time ]; 39971 - description = "Micro-benchmarking with detailed statistics"; 39972 - license = lib.licenses.bsd3; 39973 - }) {}; 39974 - 39975 - "benchpress_0_2_2_16" = callPackage 39976 - ({ mkDerivation, base, bytestring, mtl, time }: 39977 - mkDerivation { 39978 - pname = "benchpress"; 39979 40045 version = "0.2.2.16"; 39980 40046 sha256 = "0p8wxd7liz7ihqlqhk1l8z3hn7hc24qlf69ykxixp69jx479dkan"; 39981 40047 isLibrary = true; ··· 39984 40050 executableHaskellDepends = [ base bytestring time ]; 39985 40051 description = "Micro-benchmarking with detailed statistics"; 39986 40052 license = lib.licenses.bsd3; 39987 - hydraPlatforms = lib.platforms.none; 39988 40053 }) {}; 39989 40054 39990 40055 "bencode" = callPackage ··· 42527 42592 }: 42528 42593 mkDerivation { 42529 42594 pname = "birch-beer"; 42530 - version = "0.3.1.1"; 42531 - sha256 = "0v2202zrnli49z4vw4zc6cgxvfqrv51b6p0svp0fdd2f9add4rvm"; 42595 + version = "0.4.1.0"; 42596 + sha256 = "07l9y57if58047d54g52vhpk4372aj563brbds62c3fgb5wjpdc6"; 42532 42597 isLibrary = true; 42533 42598 isExecutable = true; 42534 42599 libraryHaskellDepends = [ ··· 45428 45493 }) {}; 45429 45494 45430 45495 "boring" = callPackage 45431 - ({ mkDerivation, adjunctions, base, base-compat, bin, constraints 45432 - , dec, fin, generics-sop, ral, singleton-bool, streams, tagged 45433 - , transformers, transformers-compat, vec 45434 - }: 45435 - mkDerivation { 45436 - pname = "boring"; 45437 - version = "0.1.3"; 45438 - sha256 = "1fljlkzc5016xbq9jykh0wr1mbyfcikh818pp54djws5vm66hh6d"; 45439 - revision = "2"; 45440 - editedCabalFile = "031vricyy2m7hg2hk3bj64lsz55k9qh36s2yfh09pgsfykr883ag"; 45441 - libraryHaskellDepends = [ 45442 - adjunctions base base-compat bin constraints dec fin generics-sop 45443 - ral singleton-bool streams tagged transformers transformers-compat 45444 - vec 45445 - ]; 45446 - description = "Boring and Absurd types"; 45447 - license = lib.licenses.bsd3; 45448 - }) {}; 45449 - 45450 - "boring_0_2" = callPackage 45451 45496 ({ mkDerivation, base, tagged, transformers }: 45452 45497 mkDerivation { 45453 45498 pname = "boring"; ··· 45456 45501 libraryHaskellDepends = [ base tagged transformers ]; 45457 45502 description = "Boring and Absurd types"; 45458 45503 license = lib.licenses.bsd3; 45459 - hydraPlatforms = lib.platforms.none; 45460 45504 }) {}; 45461 45505 45462 45506 "boring-game" = callPackage ··· 50521 50565 }: 50522 50566 mkDerivation { 50523 50567 pname = "calamity"; 50524 - version = "0.1.27.0"; 50525 - sha256 = "1aslkqv8j5zq3pznlw4ga32gz8w29xd365rcjw3xbdj4cygpix40"; 50568 + version = "0.1.28.3"; 50569 + sha256 = "0w7jcq6jplr31ljdvj9cqimg1xxz9pjnsdqkncdsiywa10ngww10"; 50526 50570 libraryHaskellDepends = [ 50527 50571 aeson async base bytestring colour concurrent-extra connection 50528 50572 containers data-default-class data-flags deepseq deque df1 di-core ··· 52322 52366 broken = true; 52323 52367 }) {}; 52324 52368 52369 + "catalyst" = callPackage 52370 + ({ mkDerivation, base, profunctors }: 52371 + mkDerivation { 52372 + pname = "catalyst"; 52373 + version = "0.0.0.1"; 52374 + sha256 = "04vp18pblx88djjdiidhg2i52rry08kx43zzvf7nfap46zv51a6a"; 52375 + libraryHaskellDepends = [ base profunctors ]; 52376 + description = "A Category typeclass hierarchy powerful enough to encode full programs"; 52377 + license = lib.licenses.bsd3; 52378 + }) {}; 52379 + 52325 52380 "catamorphism" = callPackage 52326 52381 ({ mkDerivation, base, hspec, QuickCheck, template-haskell }: 52327 52382 mkDerivation { ··· 52564 52619 broken = true; 52565 52620 }) {}; 52566 52621 52622 + "cayley-client_0_4_15" = callPackage 52623 + ({ mkDerivation, aeson, attoparsec, base, binary, bytestring 52624 + , exceptions, hspec, http-client, http-conduit, lens, lens-aeson 52625 + , mtl, text, transformers, unordered-containers, vector 52626 + }: 52627 + mkDerivation { 52628 + pname = "cayley-client"; 52629 + version = "0.4.15"; 52630 + sha256 = "18kr88g4dlzg1ny0v3ql5yc07s0xsgbgszc69hf583d9c196lzib"; 52631 + libraryHaskellDepends = [ 52632 + aeson attoparsec base binary bytestring exceptions http-client 52633 + http-conduit lens lens-aeson mtl text transformers 52634 + unordered-containers vector 52635 + ]; 52636 + testHaskellDepends = [ aeson base hspec unordered-containers ]; 52637 + description = "A Haskell client for the Cayley graph database"; 52638 + license = lib.licenses.bsd3; 52639 + hydraPlatforms = lib.platforms.none; 52640 + broken = true; 52641 + }) {}; 52642 + 52567 52643 "cayley-dickson" = callPackage 52568 52644 ({ mkDerivation, base, random }: 52569 52645 mkDerivation { ··· 53884 53960 }: 53885 53961 mkDerivation { 53886 53962 pname = "chassis"; 53887 - version = "0.0.4.0"; 53888 - sha256 = "1mvi7h6pp1j3x4yccqy962f8d3gbm4sj5fvnfwxygnxqqhmy1dvk"; 53889 - revision = "1"; 53890 - editedCabalFile = "15pncz2x3llb2sg2x4as4r0wbx528dvlp0gvc2rl9y9dxhv89d9h"; 53963 + version = "0.0.5.0"; 53964 + sha256 = "0f9iipl7l9jhi6754yysk9kkliiab60ds95k8r4gjcch3hh4zbcj"; 53891 53965 libraryHaskellDepends = [ 53892 53966 base bytestring comonad composite-base containers contravariant 53893 53967 distributive either exceptions extra first-class-families path ··· 56708 56782 }: 56709 56783 mkDerivation { 56710 56784 pname = "cli-extras"; 56711 - version = "0.1.0.1"; 56712 - sha256 = "1fggrnhdbr2ialdd93d0m81b85izs1gvcs8bkmwm8wdxgw4v7hsi"; 56785 + version = "0.1.0.2"; 56786 + sha256 = "1qcvphbimcclvy7qkqrz9djg4650axwqjfyq6nlbvmpivh14m9vq"; 56713 56787 libraryHaskellDepends = [ 56714 56788 aeson ansi-terminal base bytestring containers exceptions 56715 56789 io-streams lens logging-effect monad-logger monad-loops mtl process ··· 56727 56801 }: 56728 56802 mkDerivation { 56729 56803 pname = "cli-git"; 56730 - version = "0.1.0.1"; 56731 - sha256 = "0jchv1j7dgay6xzny9rinsybavs4ggk93450cka6sp7015z06ysr"; 56804 + version = "0.1.0.2"; 56805 + sha256 = "08gjhg2bc8i9i1clpxp5bzk4sp4izfbhjqmbmfmqqzv6ci0p5fxx"; 56732 56806 libraryHaskellDepends = [ 56733 56807 base cli-extras containers data-default exceptions lens 56734 56808 logging-effect megaparsec mtl text ··· 58427 58501 pname = "codeworld-api"; 58428 58502 version = "0.7.0"; 58429 58503 sha256 = "1l1w4mrw4b2njz4kmfvd94mlwn776vryy1y9x9cb3r69fw5qy2f3"; 58430 - revision = "1"; 58431 - editedCabalFile = "18npi0idydgzc59a5xvlch8kpkkwn0xfi6f95i3cnzy1h1q52grr"; 58504 + revision = "3"; 58505 + editedCabalFile = "0whbjs6j4fy4jk3bc1djx1bkxpsdyms3r3rf5167x0dhxnahwcgi"; 58432 58506 libraryHaskellDepends = [ 58433 58507 aeson base base64-bytestring blank-canvas bytestring cereal 58434 58508 cereal-text containers deepseq dependent-sum ghc-prim hashable ··· 60414 60488 license = lib.licenses.bsd3; 60415 60489 }) {}; 60416 60490 60491 + "composite-aeson_0_7_5_0" = callPackage 60492 + ({ mkDerivation, aeson, aeson-better-errors, aeson-qq, base 60493 + , composite-base, containers, contravariant, generic-deriving 60494 + , hashable, hspec, lens, mmorph, mtl, profunctors, QuickCheck 60495 + , scientific, tagged, template-haskell, text, time 60496 + , unordered-containers, vector, vinyl 60497 + }: 60498 + mkDerivation { 60499 + pname = "composite-aeson"; 60500 + version = "0.7.5.0"; 60501 + sha256 = "0cxsjk3zwkhwb3bgq2ji1mvvapcwxzg333z7zfdv9ba3xgw3ngq0"; 60502 + libraryHaskellDepends = [ 60503 + aeson aeson-better-errors base composite-base containers 60504 + contravariant generic-deriving hashable lens mmorph mtl profunctors 60505 + scientific tagged template-haskell text time unordered-containers 60506 + vector vinyl 60507 + ]; 60508 + testHaskellDepends = [ 60509 + aeson aeson-better-errors aeson-qq base composite-base containers 60510 + contravariant generic-deriving hashable hspec lens mmorph mtl 60511 + profunctors QuickCheck scientific tagged template-haskell text time 60512 + unordered-containers vector vinyl 60513 + ]; 60514 + description = "JSON for Vinyl records"; 60515 + license = lib.licenses.bsd3; 60516 + hydraPlatforms = lib.platforms.none; 60517 + }) {}; 60518 + 60417 60519 "composite-aeson-cofree-list" = callPackage 60418 60520 ({ mkDerivation, aeson, base, composite-aeson 60419 60521 , composite-aeson-writeonly, free, vector ··· 60440 60542 license = lib.licenses.bsd3; 60441 60543 }) {}; 60442 60544 60545 + "composite-aeson-path_0_7_5_0" = callPackage 60546 + ({ mkDerivation, base, composite-aeson, path }: 60547 + mkDerivation { 60548 + pname = "composite-aeson-path"; 60549 + version = "0.7.5.0"; 60550 + sha256 = "0b013jpdansx6fmxq1sf33975vvnajhs870a92i1lwd2k2wsj600"; 60551 + libraryHaskellDepends = [ base composite-aeson path ]; 60552 + description = "Formatting data for the path library"; 60553 + license = lib.licenses.bsd3; 60554 + hydraPlatforms = lib.platforms.none; 60555 + }) {}; 60556 + 60443 60557 "composite-aeson-refined" = callPackage 60444 60558 ({ mkDerivation, aeson-better-errors, base, composite-aeson, mtl 60445 60559 , refined ··· 60453 60567 ]; 60454 60568 description = "composite-aeson support for Refined from the refined package"; 60455 60569 license = lib.licenses.bsd3; 60570 + }) {}; 60571 + 60572 + "composite-aeson-refined_0_7_5_0" = callPackage 60573 + ({ mkDerivation, aeson-better-errors, base, composite-aeson, mtl 60574 + , refined 60575 + }: 60576 + mkDerivation { 60577 + pname = "composite-aeson-refined"; 60578 + version = "0.7.5.0"; 60579 + sha256 = "05iakig5cqy4zkfl1kvjf9ck7gw5m7bdlcwwnv0kc5znyj66fbif"; 60580 + libraryHaskellDepends = [ 60581 + aeson-better-errors base composite-aeson mtl refined 60582 + ]; 60583 + description = "composite-aeson support for Refined from the refined package"; 60584 + license = lib.licenses.bsd3; 60585 + hydraPlatforms = lib.platforms.none; 60456 60586 }) {}; 60457 60587 60458 60588 "composite-aeson-throw" = callPackage ··· 60507 60637 license = lib.licenses.bsd3; 60508 60638 }) {}; 60509 60639 60640 + "composite-base_0_7_5_0" = callPackage 60641 + ({ mkDerivation, base, deepseq, exceptions, hspec, lens 60642 + , monad-control, mtl, profunctors, QuickCheck, template-haskell 60643 + , text, transformers, transformers-base, unliftio-core, vinyl 60644 + }: 60645 + mkDerivation { 60646 + pname = "composite-base"; 60647 + version = "0.7.5.0"; 60648 + sha256 = "12qaxm20kn2cf6d19xargxfg8jrvb5ix0glm3ba0641plxlssqrq"; 60649 + libraryHaskellDepends = [ 60650 + base deepseq exceptions lens monad-control mtl profunctors 60651 + template-haskell text transformers transformers-base unliftio-core 60652 + vinyl 60653 + ]; 60654 + testHaskellDepends = [ 60655 + base deepseq exceptions hspec lens monad-control mtl profunctors 60656 + QuickCheck template-haskell text transformers transformers-base 60657 + unliftio-core vinyl 60658 + ]; 60659 + description = "Shared utilities for composite-* packages"; 60660 + license = lib.licenses.bsd3; 60661 + hydraPlatforms = lib.platforms.none; 60662 + }) {}; 60663 + 60510 60664 "composite-binary" = callPackage 60511 60665 ({ mkDerivation, base, binary, composite-base }: 60512 60666 mkDerivation { ··· 60518 60672 license = lib.licenses.bsd3; 60519 60673 }) {}; 60520 60674 60675 + "composite-binary_0_7_5_0" = callPackage 60676 + ({ mkDerivation, base, binary, composite-base }: 60677 + mkDerivation { 60678 + pname = "composite-binary"; 60679 + version = "0.7.5.0"; 60680 + sha256 = "0pvmmb4m6ysgj468khmggvsgs5c0hjmcn46s0wam353abdw89i7m"; 60681 + libraryHaskellDepends = [ base binary composite-base ]; 60682 + description = "Orphan binary instances"; 60683 + license = lib.licenses.bsd3; 60684 + hydraPlatforms = lib.platforms.none; 60685 + }) {}; 60686 + 60521 60687 "composite-ekg" = callPackage 60522 60688 ({ mkDerivation, base, composite-base, ekg-core, lens, text, vinyl 60523 60689 }: ··· 60530 60696 ]; 60531 60697 description = "EKG Metrics for Vinyl records"; 60532 60698 license = lib.licenses.bsd3; 60699 + }) {}; 60700 + 60701 + "composite-ekg_0_7_5_0" = callPackage 60702 + ({ mkDerivation, base, composite-base, ekg-core, lens, text, vinyl 60703 + }: 60704 + mkDerivation { 60705 + pname = "composite-ekg"; 60706 + version = "0.7.5.0"; 60707 + sha256 = "00a689laq9a2wyq33vvpw7l69wsw9g6d5jzmrsizwqld6a4wdicv"; 60708 + libraryHaskellDepends = [ 60709 + base composite-base ekg-core lens text vinyl 60710 + ]; 60711 + description = "EKG Metrics for Vinyl records"; 60712 + license = lib.licenses.bsd3; 60713 + hydraPlatforms = lib.platforms.none; 60533 60714 }) {}; 60534 60715 60535 60716 "composite-hashable" = callPackage ··· 60543 60724 license = lib.licenses.bsd3; 60544 60725 }) {}; 60545 60726 60727 + "composite-hashable_0_7_5_0" = callPackage 60728 + ({ mkDerivation, base, composite-base, hashable }: 60729 + mkDerivation { 60730 + pname = "composite-hashable"; 60731 + version = "0.7.5.0"; 60732 + sha256 = "1s4bnlr08fb1sszys1frkxrjrsi61jpcldh126mcwzlf6wlvqvjn"; 60733 + libraryHaskellDepends = [ base composite-base hashable ]; 60734 + description = "Orphan hashable instances"; 60735 + license = lib.licenses.bsd3; 60736 + hydraPlatforms = lib.platforms.none; 60737 + }) {}; 60738 + 60546 60739 "composite-opaleye" = callPackage 60547 60740 ({ mkDerivation, base, bytestring, composite-base, hspec, lens 60548 60741 , opaleye, postgresql-simple, product-profunctors, profunctors ··· 60550 60743 }: 60551 60744 mkDerivation { 60552 60745 pname = "composite-opaleye"; 60553 - version = "0.7.4.0"; 60554 - sha256 = "0nzyslqgh7m9ryqw4rajq2m4kfknqzdq0aqnygyz0sblmgixn4hm"; 60746 + version = "0.7.5.0"; 60747 + sha256 = "1qmlhn1lj2l5qpykxdg23axvxwn8l2pvzvwqn261rj21qj90k093"; 60555 60748 libraryHaskellDepends = [ 60556 60749 base bytestring composite-base lens opaleye postgresql-simple 60557 60750 product-profunctors profunctors template-haskell text vinyl ··· 60574 60767 }: 60575 60768 mkDerivation { 60576 60769 pname = "composite-swagger"; 60577 - version = "0.7.4.0"; 60578 - sha256 = "0a7pcs06m0w0mq60y3hhgn4a36gx5daypc1nh1ndsm6x3q3d99q8"; 60770 + version = "0.7.5.0"; 60771 + sha256 = "1b6bcw7gq2smghp7mnkh9gymn3mh4b1xxkv97zhxjsb91wnmvyml"; 60579 60772 libraryHaskellDepends = [ 60580 60773 base composite-base insert-ordered-containers lens swagger2 60581 60774 template-haskell text vinyl ··· 60616 60809 ({ mkDerivation }: 60617 60810 mkDerivation { 60618 60811 pname = "composition"; 60619 - version = "1.0.2.1"; 60620 - sha256 = "0smdyzcnfwiab1wnazmk4szali1ckh7dqcdp9vn7qnnabq7k08vi"; 60621 - description = "Combinators for unorthodox function composition"; 60622 - license = lib.licenses.bsd3; 60623 - }) {}; 60624 - 60625 - "composition_1_0_2_2" = callPackage 60626 - ({ mkDerivation }: 60627 - mkDerivation { 60628 - pname = "composition"; 60629 60812 version = "1.0.2.2"; 60630 60813 sha256 = "0bnl8kmaqbjnznqgnjj2gr2qygln6y6493prk0anpd8zdylzf2xm"; 60631 60814 description = "Combinators for unorthodox function composition"; 60632 60815 license = lib.licenses.bsd3; 60633 - hydraPlatforms = lib.platforms.none; 60634 60816 }) {}; 60635 60817 60636 60818 "composition-extra" = callPackage ··· 65270 65452 license = lib.licenses.gpl3Only; 65271 65453 hydraPlatforms = lib.platforms.none; 65272 65454 broken = true; 65273 - }) {inherit (pkgs) python3;}; 65455 + }) {python3 = null;}; 65274 65456 65275 65457 "cql" = callPackage 65276 65458 ({ mkDerivation, base, bytestring, cereal, containers, Decimal ··· 70626 70808 70627 70809 "data-serializer" = callPackage 70628 70810 ({ mkDerivation, base, binary, bytestring, cereal, data-endian 70629 - , parsers, semigroups, split, tasty, tasty-quickcheck 70630 - }: 70631 - mkDerivation { 70632 - pname = "data-serializer"; 70633 - version = "0.3.4.1"; 70634 - sha256 = "1md6zkv1yqxmyca6mljw8y5g3xaqz3g087qd49qpi94w0x1lqgnk"; 70635 - libraryHaskellDepends = [ 70636 - base binary bytestring cereal data-endian parsers semigroups split 70637 - ]; 70638 - testHaskellDepends = [ 70639 - base binary bytestring cereal tasty tasty-quickcheck 70640 - ]; 70641 - description = "Common API for serialization libraries"; 70642 - license = lib.licenses.bsd3; 70643 - }) {}; 70644 - 70645 - "data-serializer_0_3_5" = callPackage 70646 - ({ mkDerivation, base, binary, bytestring, cereal, data-endian 70647 70811 , parsers, split, tasty, tasty-quickcheck 70648 70812 }: 70649 70813 mkDerivation { ··· 70658 70822 ]; 70659 70823 description = "Common API for serialization libraries"; 70660 70824 license = lib.licenses.bsd3; 70661 - hydraPlatforms = lib.platforms.none; 70662 70825 }) {}; 70663 70826 70664 70827 "data-size" = callPackage ··· 72603 72766 broken = true; 72604 72767 }) {}; 72605 72768 72769 + "deepl" = callPackage 72770 + ({ mkDerivation, aeson, base, bytestring, cmdargs, foldl, lens 72771 + , lens-aeson, protolude, resourcet, streaming, streaming-bytestring 72772 + , wreq 72773 + }: 72774 + mkDerivation { 72775 + pname = "deepl"; 72776 + version = "0.1.0.1"; 72777 + sha256 = "042xkvfs3ny0gchk0a1l427hg6sd5dngw43sdwzp6c1k969s4cda"; 72778 + isLibrary = true; 72779 + isExecutable = true; 72780 + libraryHaskellDepends = [ 72781 + aeson base bytestring cmdargs foldl lens lens-aeson protolude 72782 + resourcet streaming streaming-bytestring wreq 72783 + ]; 72784 + executableHaskellDepends = [ 72785 + aeson base bytestring cmdargs foldl lens lens-aeson protolude 72786 + resourcet streaming streaming-bytestring wreq 72787 + ]; 72788 + description = "Call DeepL to translate you files"; 72789 + license = lib.licenses.bsd3; 72790 + }) {}; 72791 + 72606 72792 "deeplearning-hs" = callPackage 72607 72793 ({ mkDerivation, accelerate, base, mtl, QuickCheck, repa 72608 72794 , repa-algorithms, test-framework, test-framework-quickcheck2 ··· 73319 73505 }: 73320 73506 mkDerivation { 73321 73507 pname = "dependent-monoidal-map"; 73322 - version = "0.1.1.1"; 73323 - sha256 = "0i3zgngcdli6hw09h985ca4n7l9cpsrxalbhg8lbq32hwh7dim89"; 73508 + version = "0.1.1.2"; 73509 + sha256 = "11qcrxji3lvq4blzh1qk9wkhhzjkvz3maxfv63zgby98dpmkxa2x"; 73324 73510 libraryHaskellDepends = [ 73325 73511 aeson base constraints constraints-extras dependent-map 73326 73512 dependent-sum dependent-sum-aeson-orphans ··· 73375 73561 }: 73376 73562 mkDerivation { 73377 73563 pname = "dependent-sum-aeson-orphans"; 73378 - version = "0.3.0.0"; 73379 - sha256 = "1wpjrynv9zva3hw1wgmqd5pmhhpa491yh85p1dnbpkj7h0g1pl1a"; 73564 + version = "0.3.1.0"; 73565 + sha256 = "1psjd7va8k53vq9kh4pclsf27798mc1ggk1csjk39c8d97vm41qz"; 73380 73566 libraryHaskellDepends = [ 73381 73567 aeson base constraints constraints-extras dependent-map 73382 73568 dependent-sum some ··· 73460 73646 license = lib.licenses.bsd3; 73461 73647 }) {}; 73462 73648 73649 + "depq_0_4_2" = callPackage 73650 + ({ mkDerivation, base, containers, deepseq, hspec, psqueues 73651 + , QuickCheck 73652 + }: 73653 + mkDerivation { 73654 + pname = "depq"; 73655 + version = "0.4.2"; 73656 + sha256 = "18q953cr93qwjdblr06w8z4ryijzlz7j48hff4xwrdc3yrqk351l"; 73657 + libraryHaskellDepends = [ 73658 + base containers deepseq psqueues QuickCheck 73659 + ]; 73660 + testHaskellDepends = [ base containers hspec QuickCheck ]; 73661 + description = "Double-ended priority queues"; 73662 + license = lib.licenses.bsd3; 73663 + hydraPlatforms = lib.platforms.none; 73664 + }) {}; 73665 + 73463 73666 "deptrack-core" = callPackage 73464 73667 ({ mkDerivation, base, containers, dlist, mtl, parsec }: 73465 73668 mkDerivation { ··· 78044 78247 }: 78045 78248 mkDerivation { 78046 78249 pname = "dl-fedora"; 78047 - version = "0.7.6"; 78048 - sha256 = "03npp2cq1259w590am87v0r4q48pfjq2zb2b04hymlr6hi3a8xw5"; 78250 + version = "0.7.7"; 78251 + sha256 = "0m4rf0h2hzsd00cgn14w1n8pyrqrikwnf9d232lzwx6qx3nf2nqp"; 78049 78252 isLibrary = false; 78050 78253 isExecutable = true; 78051 78254 executableHaskellDepends = [ ··· 78053 78256 optparse-applicative regex-posix simple-cmd simple-cmd-args text 78054 78257 time unix xdg-userdirs 78055 78258 ]; 78259 + testHaskellDepends = [ base simple-cmd ]; 78056 78260 description = "Fedora image download tool"; 78057 78261 license = lib.licenses.gpl3Only; 78058 78262 hydraPlatforms = lib.platforms.none; ··· 80663 80867 }: 80664 80868 mkDerivation { 80665 80869 pname = "duckling"; 80666 - version = "0.1.6.1"; 80667 - sha256 = "0lvvp13f5zcnf3cnl40avnfh3mgj304d5qfw08mbnwqz1bqp94xy"; 80870 + version = "0.2.0.0"; 80871 + sha256 = "0hr3dwfksi04is2wqykfx04da40sa85147fnfnmazw5czd20xwya"; 80668 80872 isLibrary = true; 80669 80873 isExecutable = true; 80670 80874 libraryHaskellDepends = [ ··· 80681 80885 aeson base tasty tasty-hunit text time unordered-containers 80682 80886 ]; 80683 80887 description = "A Haskell library for parsing text into structured data"; 80684 - license = "unknown"; 80685 - hydraPlatforms = lib.platforms.none; 80888 + license = lib.licenses.bsd3; 80686 80889 }) {}; 80687 80890 80688 80891 "duet" = callPackage ··· 84996 85199 pname = "envy"; 84997 85200 version = "2.1.0.0"; 84998 85201 sha256 = "0s6jp2npnp0x5hndnhkjwc9bhdghzlpl0n38804afiwxai9bawy8"; 85202 + revision = "1"; 85203 + editedCabalFile = "1girkgynrr5md1fa892cpg2cyy21hs5g463p5rb0fkhsnvci52xm"; 84999 85204 libraryHaskellDepends = [ 85000 85205 base bytestring containers mtl text time transformers 85001 85206 ]; ··· 85075 85280 }) {}; 85076 85281 85077 85282 "epi-sim" = callPackage 85078 - ({ mkDerivation, aeson, base, bytestring, cassava, hspec 85079 - , mwc-random, primitive, statistics, trifecta, vector 85283 + ({ mkDerivation, aeson, base, bytestring, hspec, mwc-random 85284 + , primitive, statistics, vector 85080 85285 }: 85081 85286 mkDerivation { 85082 85287 pname = "epi-sim"; 85083 - version = "0.2.2.0"; 85084 - sha256 = "17pri7fynx5zi6hacglv2xww41837nrq0d355pv7rkvmqz5f8y3a"; 85288 + version = "0.4.2"; 85289 + sha256 = "0hwamynf66abhnipjdb292zpsf80hafpjjdv0yfq712qgjb9mgvp"; 85085 85290 libraryHaskellDepends = [ 85086 - aeson base bytestring cassava hspec mwc-random primitive statistics 85087 - trifecta vector 85291 + aeson base bytestring hspec mwc-random primitive statistics vector 85088 85292 ]; 85089 85293 testHaskellDepends = [ 85090 - aeson base bytestring cassava hspec mwc-random primitive statistics 85091 - trifecta vector 85294 + aeson base bytestring hspec mwc-random primitive statistics vector 85092 85295 ]; 85093 85296 description = "A library for simulating epidemics as birth-death processes"; 85094 85297 license = lib.licenses.mit; ··· 88404 88607 benchmarkHaskellDepends = [ base leancheck ]; 88405 88608 description = "Dynamically-typed expressions involving applications and variables"; 88406 88609 license = lib.licenses.bsd3; 88610 + }) {}; 88611 + 88612 + "express_0_1_4" = callPackage 88613 + ({ mkDerivation, base, leancheck, template-haskell }: 88614 + mkDerivation { 88615 + pname = "express"; 88616 + version = "0.1.4"; 88617 + sha256 = "0rhrlynb950n2c79s3gz0vyd6b34crlhzlva0w91qbzn9dpfrays"; 88618 + libraryHaskellDepends = [ base template-haskell ]; 88619 + testHaskellDepends = [ base leancheck ]; 88620 + benchmarkHaskellDepends = [ base leancheck ]; 88621 + description = "Dynamically-typed expressions involving applications and variables"; 88622 + license = lib.licenses.bsd3; 88623 + hydraPlatforms = lib.platforms.none; 88407 88624 }) {}; 88408 88625 88409 88626 "expression-parser" = callPackage ··· 92573 92790 license = lib.licenses.bsd3; 92574 92791 }) {}; 92575 92792 92793 + "fixed-length_0_2_2_1" = callPackage 92794 + ({ mkDerivation, base, non-empty, storable-record, tfp, utility-ht 92795 + }: 92796 + mkDerivation { 92797 + pname = "fixed-length"; 92798 + version = "0.2.2.1"; 92799 + sha256 = "123iyy1id86h0j45jyc9jiz24hvjw7j3l57iv80b57gv4hd8a6q7"; 92800 + libraryHaskellDepends = [ 92801 + base non-empty storable-record tfp utility-ht 92802 + ]; 92803 + description = "Lists with statically known length based on non-empty package"; 92804 + license = lib.licenses.bsd3; 92805 + hydraPlatforms = lib.platforms.none; 92806 + }) {}; 92807 + 92576 92808 "fixed-list" = callPackage 92577 92809 ({ mkDerivation, base }: 92578 92810 mkDerivation { ··· 93042 93274 }: 93043 93275 mkDerivation { 93044 93276 pname = "flags-applicative"; 93045 - version = "0.1.0.2"; 93046 - sha256 = "192yghdmylynn57l22ahb6dhrbl590dxmv2cdn755r22v7dbhsgf"; 93047 - libraryHaskellDepends = [ 93048 - base casing containers mtl network text 93049 - ]; 93050 - testHaskellDepends = [ base containers hspec text ]; 93051 - description = "Applicative flag parsing"; 93052 - license = lib.licenses.bsd3; 93053 - }) {}; 93054 - 93055 - "flags-applicative_0_1_0_3" = callPackage 93056 - ({ mkDerivation, base, casing, containers, hspec, mtl, network 93057 - , text 93058 - }: 93059 - mkDerivation { 93060 - pname = "flags-applicative"; 93061 93277 version = "0.1.0.3"; 93062 93278 sha256 = "0sgla62999s9g5a2ckl70nbqi678pqq3zqad7jbm9p0kdm9yn5z3"; 93063 93279 libraryHaskellDepends = [ ··· 93066 93282 testHaskellDepends = [ base containers hspec text ]; 93067 93283 description = "Applicative flag parsing"; 93068 93284 license = lib.licenses.bsd3; 93069 - hydraPlatforms = lib.platforms.none; 93070 93285 }) {}; 93071 93286 93072 93287 "flamethrower" = callPackage ··· 97047 97262 }) {}; 97048 97263 97049 97264 "ftdi" = callPackage 97050 - ({ mkDerivation, base, base-unicode-symbols, bytestring, safe 97051 - , transformers, usb 97265 + ({ mkDerivation, async, base, base-unicode-symbols, bytestring 97266 + , generic-random, QuickCheck, random, tagged, test-framework 97267 + , test-framework-quickcheck2, transformers, usb, vector 97052 97268 }: 97053 97269 mkDerivation { 97054 97270 pname = "ftdi"; 97055 - version = "0.2.0.1"; 97056 - sha256 = "1gnfbngn3jwva6nvrcrzmi2n2vy4k55yh41zvg0kyb61w7kgm4m8"; 97057 - isLibrary = true; 97058 - isExecutable = true; 97271 + version = "0.3.0.0"; 97272 + sha256 = "1yhcpd9jzhmvlmhidyv70s5mvakq6jn9lb3zh132lrqsrirbmpx8"; 97059 97273 libraryHaskellDepends = [ 97060 - base base-unicode-symbols bytestring safe transformers usb 97274 + async base base-unicode-symbols bytestring transformers usb vector 97275 + ]; 97276 + testHaskellDepends = [ 97277 + base base-unicode-symbols bytestring generic-random QuickCheck 97278 + random tagged test-framework test-framework-quickcheck2 97279 + transformers usb vector 97061 97280 ]; 97062 97281 description = "A thin layer over USB to communicate with FTDI chips"; 97063 97282 license = lib.licenses.bsd3; ··· 98054 98273 pname = "futhark"; 98055 98274 version = "0.19.4"; 98056 98275 sha256 = "1d4704pmknv39yw2bjxkp5n2wl9a14n3pn221m3src5z237lchq7"; 98276 + revision = "1"; 98277 + editedCabalFile = "1d8vwgdvj1dib7l4a3lhn03ri2mbnm57wnd3pki6m7y8sr3xk730"; 98057 98278 isLibrary = true; 98058 98279 isExecutable = true; 98059 98280 libraryHaskellDepends = [ ··· 98264 98485 }) {}; 98265 98486 98266 98487 "fuzzyfind" = callPackage 98267 - ({ mkDerivation, base, containers, criterion, deepseq, massiv, text 98488 + ({ mkDerivation, base, containers, criterion, deepseq, hspec 98489 + , massiv, QuickCheck, text 98268 98490 }: 98269 98491 mkDerivation { 98270 98492 pname = "fuzzyfind"; 98271 - version = "2.1.0"; 98272 - sha256 = "0ah7kdbr2w0l06b28nprndx09fkdh5wk5sgl5gfb1f5iy090b8k1"; 98493 + version = "3.0.0"; 98494 + sha256 = "0vkjqgsa0qv8sz4bwwi49zf17fl23vckwvmr1agsd20rbhw4ivyr"; 98273 98495 isLibrary = true; 98274 98496 isExecutable = true; 98275 98497 libraryHaskellDepends = [ base containers massiv text ]; 98276 98498 executableHaskellDepends = [ base criterion deepseq ]; 98499 + testHaskellDepends = [ base containers hspec QuickCheck ]; 98277 98500 description = "Fuzzy text matching"; 98278 98501 license = lib.licenses.mit; 98279 98502 }) {}; ··· 98634 98857 }: 98635 98858 mkDerivation { 98636 98859 pname = "gamgee"; 98637 - version = "1.2.1"; 98638 - sha256 = "0kfaqxwnrpp9g6iz6s33b7lngw00l8n9bv9ssvw73dhh3r0rsj2b"; 98860 + version = "1.2.2"; 98861 + sha256 = "13mkdva9mchp48c5rc55c9h2l6iyc6phs46ncvy2053r1p8j31ki"; 98639 98862 isLibrary = true; 98640 98863 isExecutable = true; 98641 98864 libraryHaskellDepends = [ ··· 98896 99119 ({ mkDerivation, base }: 98897 99120 mkDerivation { 98898 99121 pname = "gc"; 98899 - version = "0.0.3"; 98900 - sha256 = "0cql0csrwqddpw28qmpr47mcnszmdc2szwvbnardr86pmjhvgwph"; 99122 + version = "0.1"; 99123 + sha256 = "1k8gda9hs0xl19hyl81ysshs32sxp5w50h3kq7id6yqvkfvyii5p"; 99124 + revision = "1"; 99125 + editedCabalFile = "0b5ry13gcrg9lxhn4crv911z6ibfm9ha2y942s455hw1pxkw279i"; 98901 99126 libraryHaskellDepends = [ base ]; 98902 99127 description = "Poor Richard's Memory Manager"; 98903 99128 license = lib.licenses.bsd3; ··· 103101 103326 license = lib.licenses.asl20; 103102 103327 }) {}; 103103 103328 103104 - "ghcide_1_1_0_0" = callPackage 103105 - ({ mkDerivation, aeson, array, async, base, base16-bytestring 103106 - , binary, bytestring, bytestring-encoding, case-insensitive 103107 - , containers, cryptohash-sha1, data-default, deepseq, dependent-map 103108 - , dependent-sum, Diff, directory, dlist, extra, filepath 103109 - , fingertree, fuzzy, ghc, ghc-boot, ghc-boot-th, ghc-check 103110 - , ghc-exactprint, ghc-paths, ghc-typelits-knownnat, gitrev, Glob 103111 - , haddock-library, hashable, heapsize, hie-bios, hie-compat, hiedb 103112 - , hls-plugin-api, hp2pretty, hslogger, implicit-hie 103113 - , implicit-hie-cradle, lens, lsp, lsp-test, lsp-types, mtl 103114 - , network-uri, opentelemetry, optparse-applicative, parallel 103115 - , prettyprinter, prettyprinter-ansi-terminal, process, QuickCheck 103116 - , quickcheck-instances, record-dot-preprocessor, record-hasfield 103117 - , regex-tdfa, retrie, rope-utf16-splay, safe, safe-exceptions 103118 - , shake, shake-bench, sorted-list, sqlite-simple, stm, syb, tasty 103119 - , tasty-expected-failure, tasty-hunit, tasty-quickcheck 103120 - , tasty-rerun, text, time, transformers, unix, unliftio 103121 - , unliftio-core, unordered-containers, utf8-string, vector, yaml 103329 + "ghcide_1_2_0_2" = callPackage 103330 + ({ mkDerivation, aeson, aeson-pretty, array, async, base 103331 + , base16-bytestring, binary, bytestring, bytestring-encoding 103332 + , case-insensitive, containers, cryptohash-sha1, data-default 103333 + , deepseq, dependent-map, dependent-sum, Diff, directory, dlist 103334 + , extra, filepath, fingertree, fuzzy, ghc, ghc-boot, ghc-boot-th 103335 + , ghc-check, ghc-exactprint, ghc-paths, ghc-trace-events 103336 + , ghc-typelits-knownnat, gitrev, Glob, haddock-library, hashable 103337 + , heapsize, hie-bios, hie-compat, hiedb, hls-plugin-api, hp2pretty 103338 + , hslogger, implicit-hie, implicit-hie-cradle, lens, lsp, lsp-test 103339 + , lsp-types, mtl, network-uri, opentelemetry, optparse-applicative 103340 + , parallel, prettyprinter, prettyprinter-ansi-terminal, process 103341 + , QuickCheck, quickcheck-instances, record-dot-preprocessor 103342 + , record-hasfield, regex-tdfa, retrie, rope-utf16-splay, safe 103343 + , safe-exceptions, shake, shake-bench, sorted-list, sqlite-simple 103344 + , stm, syb, tasty, tasty-expected-failure, tasty-hunit 103345 + , tasty-quickcheck, tasty-rerun, text, time, transformers, unix 103346 + , unliftio, unliftio-core, unordered-containers, utf8-string 103347 + , vector, yaml 103122 103348 }: 103123 103349 mkDerivation { 103124 103350 pname = "ghcide"; 103125 - version = "1.1.0.0"; 103126 - sha256 = "1i2xyp2n4g4cpz50wpwmzmknrzqzxnv3b551ibmhdy41v2fh6y5l"; 103351 + version = "1.2.0.2"; 103352 + sha256 = "0r3n23i4b51bb92q6pch9knj079a26jbz0q70qfpv66154d00wld"; 103127 103353 isLibrary = true; 103128 103354 isExecutable = true; 103129 103355 libraryHaskellDepends = [ ··· 103131 103357 bytestring-encoding case-insensitive containers cryptohash-sha1 103132 103358 data-default deepseq dependent-map dependent-sum Diff directory 103133 103359 dlist extra filepath fingertree fuzzy ghc ghc-boot ghc-boot-th 103134 - ghc-check ghc-exactprint ghc-paths Glob haddock-library hashable 103135 - heapsize hie-bios hie-compat hiedb hls-plugin-api hslogger 103136 - implicit-hie-cradle lens lsp lsp-types mtl network-uri 103137 - opentelemetry parallel prettyprinter prettyprinter-ansi-terminal 103138 - regex-tdfa retrie rope-utf16-splay safe safe-exceptions shake 103139 - sorted-list sqlite-simple stm syb text time transformers unix 103140 - unliftio unliftio-core unordered-containers utf8-string vector 103360 + ghc-check ghc-exactprint ghc-paths ghc-trace-events Glob 103361 + haddock-library hashable heapsize hie-bios hie-compat hiedb 103362 + hls-plugin-api hslogger implicit-hie-cradle lens lsp lsp-types mtl 103363 + network-uri opentelemetry optparse-applicative parallel 103364 + prettyprinter prettyprinter-ansi-terminal regex-tdfa retrie 103365 + rope-utf16-splay safe safe-exceptions shake sorted-list 103366 + sqlite-simple stm syb text time transformers unix unliftio 103367 + unliftio-core unordered-containers utf8-string vector 103141 103368 ]; 103142 103369 executableHaskellDepends = [ 103143 - aeson base bytestring containers data-default directory extra 103144 - filepath ghc gitrev hashable heapsize hie-bios hiedb hls-plugin-api 103145 - lens lsp lsp-test lsp-types optparse-applicative process 103146 - safe-exceptions shake text unordered-containers 103370 + aeson aeson-pretty base bytestring containers data-default 103371 + directory extra filepath ghc gitrev hashable heapsize hie-bios 103372 + hiedb hls-plugin-api lens lsp lsp-test lsp-types 103373 + optparse-applicative process safe-exceptions shake text 103374 + unordered-containers 103147 103375 ]; 103148 103376 testHaskellDepends = [ 103149 - aeson base binary bytestring containers data-default directory 103150 - extra filepath ghc ghc-typelits-knownnat haddock-library 103377 + aeson async base binary bytestring containers data-default 103378 + directory extra filepath ghc ghc-typelits-knownnat haddock-library 103151 103379 hls-plugin-api lens lsp lsp-test lsp-types network-uri 103152 103380 optparse-applicative process QuickCheck quickcheck-instances 103153 - record-dot-preprocessor record-hasfield rope-utf16-splay safe 103154 - safe-exceptions shake tasty tasty-expected-failure tasty-hunit 103381 + record-dot-preprocessor record-hasfield regex-tdfa rope-utf16-splay 103382 + safe safe-exceptions shake tasty tasty-expected-failure tasty-hunit 103155 103383 tasty-quickcheck tasty-rerun text 103156 103384 ]; 103157 103385 testToolDepends = [ implicit-hie ]; ··· 103468 103696 broken = true; 103469 103697 }) {}; 103470 103698 103699 + "ghcup" = callPackage 103700 + ({ mkDerivation, aeson, aeson-pretty, ascii-string, async, base 103701 + , base16-bytestring, binary, bytestring, bz2, case-insensitive 103702 + , casing, concurrent-output, containers, cryptohash-sha256 103703 + , generic-arbitrary, generics-sop, haskus-utils-types 103704 + , haskus-utils-variant, hpath, hpath-directory, hpath-filepath 103705 + , hpath-io, hpath-posix, hspec, hspec-golden-aeson, libarchive 103706 + , lzma-static, megaparsec, monad-logger, mtl, optics, optics-vl 103707 + , optparse-applicative, os-release, parsec, pretty, pretty-terminal 103708 + , QuickCheck, quickcheck-arbitrary-adt, regex-posix, resourcet 103709 + , safe, safe-exceptions, split, streamly, streamly-bytestring 103710 + , streamly-posix, strict-base, string-interpolate, template-haskell 103711 + , text, time, transformers, unix, unix-bytestring 103712 + , unordered-containers, uri-bytestring, utf8-string, vector 103713 + , versions, vty, word8, yaml, zlib 103714 + }: 103715 + mkDerivation { 103716 + pname = "ghcup"; 103717 + version = "0.1.14.1"; 103718 + sha256 = "1lx6ahn4mvjzs3x4qm32sdn1n8w4v7jqj2jslvan008zk664d5l2"; 103719 + revision = "1"; 103720 + editedCabalFile = "0a9c2ha61mlz9ci652djy4vmmzi4s1g8rwl1a2miymrw5b36zsmq"; 103721 + isLibrary = true; 103722 + isExecutable = true; 103723 + libraryHaskellDepends = [ 103724 + aeson ascii-string async base base16-bytestring binary bytestring 103725 + bz2 case-insensitive casing concurrent-output containers 103726 + cryptohash-sha256 generics-sop haskus-utils-types 103727 + haskus-utils-variant hpath hpath-directory hpath-filepath hpath-io 103728 + hpath-posix libarchive lzma-static megaparsec monad-logger mtl 103729 + optics optics-vl os-release parsec pretty pretty-terminal 103730 + regex-posix resourcet safe safe-exceptions split streamly 103731 + streamly-bytestring streamly-posix strict-base string-interpolate 103732 + template-haskell text time transformers unix unix-bytestring 103733 + unordered-containers uri-bytestring utf8-string vector versions vty 103734 + word8 yaml zlib 103735 + ]; 103736 + executableHaskellDepends = [ 103737 + aeson aeson-pretty base bytestring containers haskus-utils-variant 103738 + hpath hpath-filepath hpath-io libarchive megaparsec monad-logger 103739 + mtl optics optparse-applicative pretty pretty-terminal regex-posix 103740 + resourcet safe safe-exceptions string-interpolate template-haskell 103741 + text transformers uri-bytestring utf8-string versions yaml 103742 + ]; 103743 + testHaskellDepends = [ 103744 + base bytestring containers generic-arbitrary hpath hspec 103745 + hspec-golden-aeson QuickCheck quickcheck-arbitrary-adt text 103746 + uri-bytestring versions 103747 + ]; 103748 + description = "ghc toolchain installer"; 103749 + license = lib.licenses.lgpl3Only; 103750 + hydraPlatforms = lib.platforms.none; 103751 + broken = true; 103752 + }) {}; 103753 + 103471 103754 "ghczdecode" = callPackage 103472 103755 ({ mkDerivation, base, zenc }: 103473 103756 mkDerivation { ··· 103811 104094 license = lib.licenses.lgpl21Only; 103812 104095 }) {inherit (pkgs) gdk-pixbuf;}; 103813 104096 103814 - "gi-gdkpixbuf_2_0_25" = callPackage 104097 + "gi-gdkpixbuf_2_0_26" = callPackage 103815 104098 ({ mkDerivation, base, bytestring, Cabal, containers, gdk-pixbuf 103816 - , gi-gio, gi-glib, gi-gobject, haskell-gi, haskell-gi-base 103817 - , haskell-gi-overloading, text, transformers 104099 + , gi-gio, gi-glib, gi-gmodule, gi-gobject, haskell-gi 104100 + , haskell-gi-base, haskell-gi-overloading, text, transformers 103818 104101 }: 103819 104102 mkDerivation { 103820 104103 pname = "gi-gdkpixbuf"; 103821 - version = "2.0.25"; 103822 - sha256 = "18iz6rmqcf5q098hzv8p8hhk6ib8k99phmmnzp64j37c3x71c27b"; 104104 + version = "2.0.26"; 104105 + sha256 = "1g11pyrf1bzn0qrd9w52qhjq6qas4d3ycnprhwrglaffmaf0p9s8"; 103823 104106 setupHaskellDepends = [ 103824 - base Cabal gi-gio gi-glib gi-gobject haskell-gi 104107 + base Cabal gi-gio gi-glib gi-gmodule gi-gobject haskell-gi 103825 104108 ]; 103826 104109 libraryHaskellDepends = [ 103827 - base bytestring containers gi-gio gi-glib gi-gobject haskell-gi 103828 - haskell-gi-base haskell-gi-overloading text transformers 104110 + base bytestring containers gi-gio gi-glib gi-gmodule gi-gobject 104111 + haskell-gi haskell-gi-base haskell-gi-overloading text transformers 103829 104112 ]; 103830 104113 libraryPkgconfigDepends = [ gdk-pixbuf ]; 103831 104114 description = "GdkPixbuf bindings"; ··· 104037 104320 license = lib.licenses.lgpl21Only; 104038 104321 hydraPlatforms = lib.platforms.none; 104039 104322 }) {inherit (pkgs) glib;}; 104323 + 104324 + "gi-gmodule" = callPackage 104325 + ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib 104326 + , gmodule, haskell-gi, haskell-gi-base, haskell-gi-overloading 104327 + , text, transformers 104328 + }: 104329 + mkDerivation { 104330 + pname = "gi-gmodule"; 104331 + version = "2.0.1"; 104332 + sha256 = "16x0gpbs92l250ly9k52z6y85i78ycfsg0zbksfpsym4w45zjpbp"; 104333 + setupHaskellDepends = [ base Cabal gi-glib haskell-gi ]; 104334 + libraryHaskellDepends = [ 104335 + base bytestring containers gi-glib haskell-gi haskell-gi-base 104336 + haskell-gi-overloading text transformers 104337 + ]; 104338 + libraryPkgconfigDepends = [ gmodule ]; 104339 + description = "GModule bindings"; 104340 + license = lib.licenses.lgpl21Only; 104341 + }) {gmodule = null;}; 104040 104342 104041 104343 "gi-gobject" = callPackage 104042 104344 ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib, glib ··· 106724 107026 license = lib.licenses.bsd3; 106725 107027 }) {}; 106726 107028 107029 + "gl3w" = callPackage 107030 + ({ mkDerivation, base }: 107031 + mkDerivation { 107032 + pname = "gl3w"; 107033 + version = "0.1.0"; 107034 + sha256 = "14wm8wp4jxi4fq75bvr6sl4xmsxjfw30yq7011v28xqpm9015ns0"; 107035 + libraryHaskellDepends = [ base ]; 107036 + description = "Haskell bindings for the gl3w library"; 107037 + license = lib.licenses.mit; 107038 + }) {}; 107039 + 106727 107040 "glabrous" = callPackage 106728 107041 ({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring 106729 107042 , cereal, cereal-text, directory, either, hspec, text ··· 106744 107057 license = lib.licenses.bsd3; 106745 107058 }) {}; 106746 107059 107060 + "glabrous_2_0_3" = callPackage 107061 + ({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring 107062 + , cereal, cereal-text, directory, either, hspec, text 107063 + , unordered-containers 107064 + }: 107065 + mkDerivation { 107066 + pname = "glabrous"; 107067 + version = "2.0.3"; 107068 + sha256 = "06bpazshc07rg1w06sl171k12mry708512hrdckqw7winwfrwwkh"; 107069 + libraryHaskellDepends = [ 107070 + aeson aeson-pretty attoparsec base bytestring cereal cereal-text 107071 + either text unordered-containers 107072 + ]; 107073 + testHaskellDepends = [ 107074 + base directory either hspec text unordered-containers 107075 + ]; 107076 + description = "A template DSL library"; 107077 + license = lib.licenses.bsd3; 107078 + hydraPlatforms = lib.platforms.none; 107079 + }) {}; 107080 + 106747 107081 "glade" = callPackage 106748 107082 ({ mkDerivation, base, Cabal, glib, gtk, gtk2hs-buildtools 106749 107083 , libglade ··· 111975 112309 }: 111976 112310 mkDerivation { 111977 112311 pname = "graphula"; 111978 - version = "2.0.0.3"; 111979 - sha256 = "1hmay1g8j1b8pq98blq1sizc61h7lj782sajlwrllgvxc826rjm2"; 111980 - libraryHaskellDepends = [ 111981 - base containers directory generics-eot HUnit mtl persistent 111982 - QuickCheck random semigroups temporary text transformers unliftio 111983 - unliftio-core 111984 - ]; 111985 - testHaskellDepends = [ 111986 - aeson base bytestring containers hspec http-api-data markdown-unlit 111987 - monad-logger path-pieces persistent persistent-sqlite 111988 - persistent-template QuickCheck resourcet text transformers 111989 - unliftio-core uuid 111990 - ]; 111991 - testToolDepends = [ markdown-unlit ]; 111992 - description = "A declarative library for describing dependencies between data"; 111993 - license = lib.licenses.mit; 111994 - hydraPlatforms = lib.platforms.none; 111995 - broken = true; 111996 - }) {}; 111997 - 111998 - "graphula_2_0_0_4" = callPackage 111999 - ({ mkDerivation, aeson, base, bytestring, containers, directory 112000 - , generics-eot, hspec, http-api-data, HUnit, markdown-unlit 112001 - , monad-logger, mtl, path-pieces, persistent, persistent-sqlite 112002 - , persistent-template, QuickCheck, random, resourcet, semigroups 112003 - , temporary, text, transformers, unliftio, unliftio-core, uuid 112004 - }: 112005 - mkDerivation { 112006 - pname = "graphula"; 112007 112312 version = "2.0.0.4"; 112008 112313 sha256 = "1jqli2ws2n67cha6qd460h1y5iz688dwi5dn6h0a6jmc03yzgxni"; 112009 112314 libraryHaskellDepends = [ ··· 116293 116598 }: 116294 116599 mkDerivation { 116295 116600 pname = "hakyll-agda"; 116296 - version = "0.1.12"; 116297 - sha256 = "0fa2pw3zaqrxr2in3bb63w7wmch7345lmn84z25s80z0if9qv2x3"; 116601 + version = "0.1.13"; 116602 + sha256 = "1fylx5h0w774j0wwp3g1mhfyifiyrbclydipg9i8v98br9xcnspb"; 116298 116603 libraryHaskellDepends = [ 116299 116604 Agda base containers directory filepath hakyll mtl pandoc text 116300 116605 transformers xhtml ··· 116724 117029 "hal" = callPackage 116725 117030 ({ mkDerivation, aeson, base, base64-bytestring, bytestring 116726 117031 , case-insensitive, conduit, conduit-extra, containers, envy 116727 - , exceptions, http-client, http-conduit, http-types, mtl, text 116728 - , time, unordered-containers 117032 + , exceptions, hspec, http-client, http-types, mtl, text, time 117033 + , unordered-containers 116729 117034 }: 116730 117035 mkDerivation { 116731 117036 pname = "hal"; 116732 - version = "0.4.6"; 116733 - sha256 = "07xzkb9yavrh17d64gm3pc08jr8cb53lm5fdw6apcn7826ys76vh"; 117037 + version = "0.4.7"; 117038 + sha256 = "1bf2d4djbw8gpkcgrvjm52hsyw8hv20rsk0qdxfi8aml6mp152k5"; 116734 117039 revision = "1"; 116735 - editedCabalFile = "01mx3i40i3xhn9i1bbdppp20df2l305zgzl9r4y02dfzcsy3xff5"; 117040 + editedCabalFile = "19hic5cgxyk2nz8nnrz091hv79al49q7ah9pv9d7fwagjzi027ch"; 116736 117041 libraryHaskellDepends = [ 116737 117042 aeson base base64-bytestring bytestring case-insensitive conduit 116738 - conduit-extra containers envy exceptions http-client http-conduit 116739 - http-types mtl text time unordered-containers 117043 + conduit-extra containers envy exceptions http-client http-types mtl 117044 + text time unordered-containers 117045 + ]; 117046 + testHaskellDepends = [ 117047 + aeson base containers hspec http-client http-types time 116740 117048 ]; 116741 117049 description = "A runtime environment for Haskell applications running on AWS Lambda"; 116742 117050 license = lib.licenses.bsd3; ··· 119622 119930 }) {}; 119623 119931 119624 119932 "haskell-awk" = callPackage 119625 - ({ mkDerivation, base, bytestring, containers, directory, doctest 119626 - , easy-file, exceptions, filepath, haskell-src-exts, hint, hspec 119627 - , HUnit, mtl, network, process, stringsearch, temporary 119628 - , test-framework, test-framework-hunit, time, transformers 119933 + ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal 119934 + , cabal-doctest, containers, directory, doctest, easy-file 119935 + , exceptions, extra, filelock, filepath, ghc, haskell-src-exts 119936 + , hint, hspec, HUnit, list-t, mtl, process, stringsearch 119937 + , template-haskell, temporary, test-framework, test-framework-hunit 119938 + , time, transformers 119629 119939 }: 119630 119940 mkDerivation { 119631 119941 pname = "haskell-awk"; 119632 - version = "1.1.1"; 119633 - sha256 = "0s6vzfsqh2wwsp98l8zpg6cvh7jwz5wha44idz3yavhmy6z08zgd"; 119634 - revision = "2"; 119635 - editedCabalFile = "1nq69vqp5dphhkq3h94c1gw2hpgyn2snnsig6kjwm4z60ww87viw"; 119942 + version = "1.2"; 119943 + sha256 = "14jfw5s3xw7amwasw37mxfinzwvxd6pr64iypmy65z7bkx3l01cj"; 119636 119944 isLibrary = true; 119637 119945 isExecutable = true; 119946 + setupHaskellDepends = [ base Cabal cabal-doctest ]; 119638 119947 libraryHaskellDepends = [ 119639 - base bytestring containers stringsearch 119948 + base bytestring containers ghc list-t stringsearch 119640 119949 ]; 119641 119950 executableHaskellDepends = [ 119642 - base bytestring containers directory easy-file exceptions filepath 119643 - haskell-src-exts hint mtl network process stringsearch time 119644 - transformers 119951 + base bytestring containers directory exceptions extra filelock 119952 + filepath ghc haskell-src-exts hint list-t mtl process stringsearch 119953 + template-haskell time transformers 119645 119954 ]; 119646 119955 testHaskellDepends = [ 119647 - base bytestring containers directory doctest easy-file exceptions 119648 - filepath haskell-src-exts hint hspec HUnit mtl network process 119649 - stringsearch temporary test-framework test-framework-hunit time 119650 - transformers 119956 + aeson attoparsec base bytestring containers directory doctest 119957 + easy-file exceptions extra filelock filepath ghc haskell-src-exts 119958 + hint hspec HUnit list-t mtl process stringsearch template-haskell 119959 + temporary test-framework test-framework-hunit time transformers 119651 119960 ]; 119652 119961 description = "Transform text from the command-line using Haskell expressions"; 119653 119962 license = lib.licenses.asl20; ··· 119757 120066 }: 119758 120067 mkDerivation { 119759 120068 pname = "haskell-ci"; 119760 - version = "0.12"; 119761 - sha256 = "17ccxpsi483fkiyp98m09nzqds9n78y53naii5x18nvdxv9fssam"; 120069 + version = "0.12.1"; 120070 + sha256 = "0bdb3x2kk5nqm6ly2ycdpx6xw7pspgg67x73cjscqj6pxcx1wjzf"; 119762 120071 isLibrary = false; 119763 120072 isExecutable = true; 119764 120073 libraryHaskellDepends = [ ··· 122606 122915 }: 122607 122916 mkDerivation { 122608 122917 pname = "haskoin-store"; 122609 - version = "0.52.4"; 122610 - sha256 = "0qgiskx01rlwdmidv01k4mr9awb4sj6srhcrrsmiqd7fdnlaxb3s"; 122918 + version = "0.52.8"; 122919 + sha256 = "14qwdh0fwyqhb3pgykprgp1vs78y4ixn2dn55bsi9x53cjjvp1qp"; 122611 122920 isLibrary = true; 122612 122921 isExecutable = true; 122613 122922 libraryHaskellDepends = [ ··· 122648 122957 ({ mkDerivation, aeson, base, binary, bytes, bytestring, cereal 122649 122958 , containers, data-default, deepseq, hashable, haskoin-core, hspec 122650 122959 , hspec-discover, http-client, http-types, lens, mtl, network 122651 - , QuickCheck, scotty, string-conversions, text 122960 + , QuickCheck, scotty, string-conversions, text, time 122652 122961 , unordered-containers, wreq 122653 122962 }: 122654 122963 mkDerivation { 122655 122964 pname = "haskoin-store-data"; 122656 - version = "0.52.0"; 122657 - sha256 = "0fgjmyps858dvx8i2mzn8kqmms869wamldrdlmy2y27wcmrzzj51"; 122965 + version = "0.52.6"; 122966 + sha256 = "0npiib582rnbk3w9f0m71y84xpk7akzkypfxrd9n1s4h3dh0qsfw"; 122658 122967 libraryHaskellDepends = [ 122659 122968 aeson base binary bytes bytestring cereal containers data-default 122660 122969 deepseq hashable haskoin-core http-client http-types lens mtl 122661 - network scotty string-conversions text unordered-containers wreq 122970 + network scotty string-conversions text time unordered-containers 122971 + wreq 122662 122972 ]; 122663 122973 testHaskellDepends = [ 122664 122974 aeson base binary bytes bytestring cereal containers data-default 122665 122975 deepseq hashable haskoin-core hspec http-client http-types lens mtl 122666 - network QuickCheck scotty string-conversions text 122976 + network QuickCheck scotty string-conversions text time 122667 122977 unordered-containers wreq 122668 122978 ]; 122669 122979 testToolDepends = [ hspec-discover ]; ··· 129076 129386 }: 129077 129387 mkDerivation { 129078 129388 pname = "hidapi"; 129079 - version = "0.1.6"; 129080 - sha256 = "1dy5sbfh8rkzrjpn5ls5xbr32ja0h6bgigzya512advc4c21af2b"; 129081 - libraryHaskellDepends = [ 129082 - base bytestring deepseq deepseq-generics 129083 - ]; 129084 - librarySystemDepends = [ systemd ]; 129085 - description = "Haskell bindings to HIDAPI"; 129086 - license = lib.licenses.mit; 129087 - }) {inherit (pkgs) systemd;}; 129088 - 129089 - "hidapi_0_1_7" = callPackage 129090 - ({ mkDerivation, base, bytestring, deepseq, deepseq-generics 129091 - , systemd 129092 - }: 129093 - mkDerivation { 129094 - pname = "hidapi"; 129095 129389 version = "0.1.7"; 129096 129390 sha256 = "0mgl2yrx7jgn9zzgbrxa7sa5wflzk1jj932jf0bf7f2vsvas71gf"; 129097 129391 libraryHaskellDepends = [ ··· 129100 129394 librarySystemDepends = [ systemd ]; 129101 129395 description = "Haskell bindings to HIDAPI"; 129102 129396 license = lib.licenses.mit; 129103 - hydraPlatforms = lib.platforms.none; 129104 129397 }) {inherit (pkgs) systemd;}; 129105 129398 129106 129399 "hidden-char" = callPackage ··· 131606 131899 broken = true; 131607 131900 }) {}; 131608 131901 131902 + "hls-brittany-plugin" = callPackage 131903 + ({ mkDerivation, base, brittany, bytestring, filepath, ghc 131904 + , ghc-boot-th, ghcide, hls-plugin-api, hls-test-utils, lens 131905 + , lsp-types, text, transformers 131906 + }: 131907 + mkDerivation { 131908 + pname = "hls-brittany-plugin"; 131909 + version = "1.0.0.1"; 131910 + sha256 = "1lfhgvxs0bvs67raxalvj8pr4qln1yvi7i7wlp33gpk2x89bwaqy"; 131911 + libraryHaskellDepends = [ 131912 + base brittany filepath ghc ghc-boot-th ghcide hls-plugin-api lens 131913 + lsp-types text transformers 131914 + ]; 131915 + testHaskellDepends = [ base bytestring hls-test-utils text ]; 131916 + description = "Integration with the Brittany code formatter"; 131917 + license = lib.licenses.asl20; 131918 + hydraPlatforms = lib.platforms.none; 131919 + broken = true; 131920 + }) {hls-test-utils = null;}; 131921 + 131609 131922 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 131610 131923 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 131611 131924 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; ··· 131683 131996 license = lib.licenses.asl20; 131684 131997 }) {}; 131685 131998 131999 + "hls-explicit-imports-plugin_1_0_0_1" = callPackage 132000 + sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 132001 + sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 132002 + }: 132003 + mkDerivation { 132004 + sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 132005 + version = "1.0.0.1"; 132006 + sha256 = "1ygs667pkc3zn66yqz6ssrxifhrc906sddmcgjnkprk7zappk2nc"; 132007 + libraryHaskellDepends = [ 132008 + sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 132009 + sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 132010 + ]; 132011 + sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 132012 + license = lib.licenses.asl20; 132013 + hydraPlatforms = lib.platforms.none; 132014 + }) {}; 132015 + 131686 132016 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 131687 132017 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 131688 132018 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; ··· 131739 132069 license = lib.licenses.asl20; 131740 132070 }) {}; 131741 132071 132072 + "hls-plugin-api_1_1_0_0" = callPackage 132073 + ({ mkDerivation, aeson, base, containers, data-default 132074 + sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 132075 + sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 132076 + , unordered-containers 132077 + }: 132078 + mkDerivation { 132079 + sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 132080 + version = "1.1.0.0"; 132081 + sha256 = "1i18a5gxa409882zpviy4paldaq43j4z1zmgr9mag2mn64vplrxy"; 132082 + libraryHaskellDepends = [ 132083 + sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 132084 + sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 132085 + sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 132086 + ]; 132087 + sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 132088 + license = lib.licenses.asl20; 132089 + hydraPlatforms = lib.platforms.none; 132090 + }) {}; 132091 + 131742 132092 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 131743 132093 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 131744 132094 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; ··· 131757 132107 license = lib.licenses.asl20; 131758 132108 }) {}; 131759 132109 131760 - sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 132110 + "hls-retrie-plugin_1_0_0_2" = callPackage 131761 132111 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 131762 132112 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 131763 132113 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 131764 132114 }: 131765 132115 mkDerivation { 131766 132116 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 131767 - version = "1.0.0.1"; 131768 - sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 132117 + version = "1.0.0.2"; 132118 + sha256 = "0jw1q0dk5jl80wbyvi1a6vszj9x3s7d2bnsbnyycbh4zgl33agwb"; 131769 132119 libraryHaskellDepends = [ 131770 132120 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 131771 132121 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; ··· 134817 135167 134818 135168 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 134819 135169 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 134820 - sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 134821 - }: 134822 - mkDerivation { 134823 - sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 134824 - version = "0.2.0.2"; 134825 - sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 134826 - isLibrary = true; 134827 - isExecutable = true; 134828 - libraryHaskellDepends = [ 134829 - sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 134830 - ]; 134831 - executableHaskellDepends = [ base ]; 134832 - testHaskellDepends = [ 134833 - sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 134834 - ]; 134835 - sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 134836 - license = lib.licenses.bsd3; 134837 - }) {}; 134838 - 134839 - sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 134840 - sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 134841 135170 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 134842 135171 }: 134843 135172 mkDerivation { ··· 134855 135184 ]; 134856 135185 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; 134857 135186 license = lib.licenses.bsd3; 134858 - hydraPlatforms = lib.platforms.none; 134859 135187 }) {}; 134860 135188 134861 135189 sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; ··· 138803 139131 license = lib.licenses.mit; 138804 139132 }) {}; 138805 139133 139134 + "hspec_2_7_10" = callPackage 139135 + ({ mkDerivation, base, hspec-core, hspec-discover 139136 + , hspec-expectations, QuickCheck 139137 + }: 139138 + mkDerivation { 139139 + pname = "hspec"; 139140 + version = "2.7.10"; 139141 + sha256 = "0z0lwrmrqkglr78n6k2c36n4h68142bh785ys0x4jaibjshvs6rw"; 139142 + libraryHaskellDepends = [ 139143 + base hspec-core hspec-discover hspec-expectations QuickCheck 139144 + ]; 139145 + description = "A Testing Framework for Haskell"; 139146 + license = lib.licenses.mit; 139147 + hydraPlatforms = lib.platforms.none; 139148 + }) {}; 139149 + 138806 139150 "hspec-attoparsec" = callPackage 138807 139151 ({ mkDerivation, attoparsec, base, bytestring, hspec 138808 139152 , hspec-expectations, text ··· 138885 139229 license = lib.licenses.mit; 138886 139230 }) {}; 138887 139231 139232 + "hspec-core_2_7_10" = callPackage 139233 + ({ mkDerivation, ansi-terminal, array, base, call-stack, clock 139234 + , deepseq, directory, filepath, hspec-expectations, hspec-meta 139235 + , HUnit, process, QuickCheck, quickcheck-io, random, setenv 139236 + , silently, stm, temporary, tf-random, transformers 139237 + }: 139238 + mkDerivation { 139239 + pname = "hspec-core"; 139240 + version = "2.7.10"; 139241 + sha256 = "12k9yp5gznrda449ir60d5wv3xl7nnyffkb5mhfc0svw9f8lxlv1"; 139242 + libraryHaskellDepends = [ 139243 + ansi-terminal array base call-stack clock deepseq directory 139244 + filepath hspec-expectations HUnit QuickCheck quickcheck-io random 139245 + setenv stm tf-random transformers 139246 + ]; 139247 + testHaskellDepends = [ 139248 + ansi-terminal array base call-stack clock deepseq directory 139249 + filepath hspec-expectations hspec-meta HUnit process QuickCheck 139250 + quickcheck-io random setenv silently stm temporary tf-random 139251 + transformers 139252 + ]; 139253 + testToolDepends = [ hspec-meta ]; 139254 + testTarget = "--test-option=--skip --test-option='Test.Hspec.Core.Runner.hspecResult runs specs in parallel'"; 139255 + description = "A Testing Framework for Haskell"; 139256 + license = lib.licenses.mit; 139257 + hydraPlatforms = lib.platforms.none; 139258 + }) {}; 139259 + 138888 139260 "hspec-dirstream" = callPackage 138889 139261 ({ mkDerivation, base, dirstream, filepath, hspec, hspec-core 138890 139262 , pipes, pipes-safe, system-filepath, text ··· 138920 139292 testToolDepends = [ hspec-meta ]; 138921 139293 description = "Automatically discover and run Hspec tests"; 138922 139294 license = lib.licenses.mit; 139295 + }) {}; 139296 + 139297 + "hspec-discover_2_7_10" = callPackage 139298 + ({ mkDerivation, base, directory, filepath, hspec-meta, QuickCheck 139299 + }: 139300 + mkDerivation { 139301 + pname = "hspec-discover"; 139302 + version = "2.7.10"; 139303 + sha256 = "13yzvd3b679skvs1insk4s0wc4zvmz6hs38kc8q0j6vzqq06smqa"; 139304 + isLibrary = true; 139305 + isExecutable = true; 139306 + libraryHaskellDepends = [ base directory filepath ]; 139307 + executableHaskellDepends = [ base directory filepath ]; 139308 + testHaskellDepends = [ 139309 + base directory filepath hspec-meta QuickCheck 139310 + ]; 139311 + testToolDepends = [ hspec-meta ]; 139312 + description = "Automatically discover and run Hspec tests"; 139313 + license = lib.licenses.mit; 139314 + hydraPlatforms = lib.platforms.none; 138923 139315 }) {}; 138924 139316 138925 139317 "hspec-expectations" = callPackage ··· 141303 141695 license = lib.licenses.mit; 141304 141696 }) {}; 141305 141697 141306 - "http-client_0_7_6" = callPackage 141698 + "http-client_0_7_7" = callPackage 141307 141699 ({ mkDerivation, array, async, base, base64-bytestring 141308 141700 , blaze-builder, bytestring, case-insensitive, containers, cookie 141309 141701 , deepseq, directory, exceptions, filepath, ghc-prim, hspec 141310 - , http-types, mime-types, monad-control, network, network-uri 141311 - , random, stm, streaming-commons, text, time, transformers, zlib 141702 + , http-types, iproute, mime-types, monad-control, network 141703 + , network-uri, random, stm, streaming-commons, text, time 141704 + , transformers, zlib 141312 141705 }: 141313 141706 mkDerivation { 141314 141707 pname = "http-client"; 141315 - version = "0.7.6"; 141316 - sha256 = "1458mq5kh5fjlkhk9cgaz6sc6533l2nm4r2jz80diy8qc6bpiwrk"; 141708 + version = "0.7.7"; 141709 + sha256 = "0sbjfxfnj5b594klc7h7zmw27gssrbcsacld9lw9p0bpmgx73lvn"; 141317 141710 libraryHaskellDepends = [ 141318 141711 array base base64-bytestring blaze-builder bytestring 141319 141712 case-insensitive containers cookie deepseq exceptions filepath 141320 - ghc-prim http-types mime-types network network-uri random stm 141321 - streaming-commons text time transformers 141713 + ghc-prim http-types iproute mime-types network network-uri random 141714 + stm streaming-commons text time transformers 141322 141715 ]; 141323 141716 testHaskellDepends = [ 141324 141717 async base blaze-builder bytestring case-insensitive containers ··· 142353 142746 license = lib.licenses.bsd3; 142354 142747 }) {}; 142355 142748 142749 + "http2_3_0_0" = callPackage 142750 + ({ mkDerivation, aeson, aeson-pretty, array, async, base 142751 + , base16-bytestring, bytestring, case-insensitive, containers 142752 + , cryptonite, directory, filepath, gauge, Glob, heaps, hspec 142753 + , hspec-discover, http-types, mwc-random, network 142754 + , network-byte-order, network-run, psqueues, stm, text 142755 + , time-manager, typed-process, unix-time, unordered-containers 142756 + , vector 142757 + }: 142758 + mkDerivation { 142759 + pname = "http2"; 142760 + version = "3.0.0"; 142761 + sha256 = "17j4p2apyiiznkwdn9a8pdb43vcwbnpzyff2wqlzpbf9habb8idf"; 142762 + isLibrary = true; 142763 + isExecutable = true; 142764 + libraryHaskellDepends = [ 142765 + array base bytestring case-insensitive containers http-types 142766 + network network-byte-order psqueues stm time-manager unix-time 142767 + ]; 142768 + testHaskellDepends = [ 142769 + aeson aeson-pretty async base base16-bytestring bytestring 142770 + cryptonite directory filepath Glob hspec http-types 142771 + network-byte-order network-run text typed-process 142772 + unordered-containers vector 142773 + ]; 142774 + testToolDepends = [ hspec-discover ]; 142775 + benchmarkHaskellDepends = [ 142776 + array base bytestring case-insensitive containers gauge heaps 142777 + mwc-random network-byte-order psqueues stm 142778 + ]; 142779 + description = "HTTP/2 library"; 142780 + license = lib.licenses.bsd3; 142781 + hydraPlatforms = lib.platforms.none; 142782 + }) {}; 142783 + 142356 142784 "http2-client" = callPackage 142357 142785 ({ mkDerivation, async, base, bytestring, containers, deepseq 142358 142786 , http2, lifted-async, lifted-base, mtl, network, stm, time, tls ··· 145774 146202 ({ mkDerivation, base, containers, QuickCheck, text }: 145775 146203 mkDerivation { 145776 146204 pname = "hzenhan"; 145777 - version = "0.0.4"; 145778 - sha256 = "1gbrzjjdihgzj63sp2h4762zybyhd5rxa8rpvsjra21qvvch12mx"; 146205 + version = "0.0.5"; 146206 + sha256 = "1zrxcbazask9dg9rqkdfkm8q055p1wl9834a3yslyxq0h39acc61"; 145779 146207 libraryHaskellDepends = [ base containers text ]; 145780 146208 testHaskellDepends = [ base containers QuickCheck text ]; 145781 146209 description = "Zenhan library for Haskell"; ··· 151249 151677 151250 151678 "ircbot" = callPackage 151251 151679 ({ mkDerivation, base, bytestring, containers, directory, filepath 151252 - , irc, mtl, network, parsec, random, SafeSemaphore, stm, time, unix 151680 + , irc, mtl, network, optparse-applicative, parsec, random 151681 + , SafeSemaphore, stm, time, unix 151253 151682 }: 151254 151683 mkDerivation { 151255 151684 pname = "ircbot"; 151256 - version = "0.6.6"; 151257 - sha256 = "1nmqgimmmxry4pj1y5mfsp662hkivn0vr9n8rx1yn0aldlzrxdm8"; 151685 + version = "0.6.6.1"; 151686 + sha256 = "00dw9ay5x4hb8p2jvxwgcxqlny7cpm6lk5kqaw9yc9c6m6705fqc"; 151258 151687 isLibrary = true; 151259 151688 isExecutable = true; 151260 151689 libraryHaskellDepends = [ 151261 151690 base bytestring containers directory filepath irc mtl network 151262 - parsec random SafeSemaphore stm time unix 151691 + optparse-applicative parsec random SafeSemaphore stm time unix 151263 151692 ]; 151264 - executableHaskellDepends = [ 151265 - base bytestring containers directory filepath irc mtl network 151266 - parsec random SafeSemaphore stm time unix 151267 - ]; 151693 + executableHaskellDepends = [ base ]; 151268 151694 description = "A library for writing IRC bots"; 151269 151695 license = lib.licenses.bsd3; 151270 151696 }) {}; ··· 154294 154720 license = lib.licenses.mit; 154295 154721 hydraPlatforms = lib.platforms.none; 154296 154722 broken = true; 154297 - }) {inherit (pkgs) python;}; 154723 + }) {python = null;}; 154298 154724 154299 154725 "json-qq" = callPackage 154300 154726 ({ mkDerivation, base, haskell-src-meta, parsec, template-haskell ··· 157652 158078 broken = true; 157653 158079 }) {}; 157654 158080 158081 + "koji" = callPackage 158082 + ({ mkDerivation, base, haxr, mtl }: 158083 + mkDerivation { 158084 + pname = "koji"; 158085 + version = "0.0.1"; 158086 + sha256 = "0yxx6xk5xld7jf7ph4x0r7k4bqcg02yl7597awbgbq82x97gyfb8"; 158087 + libraryHaskellDepends = [ base haxr mtl ]; 158088 + description = "Koji buildsystem XML-RPC API bindings"; 158089 + license = lib.licenses.gpl2Only; 158090 + }) {}; 158091 + 157655 158092 "kontra-config" = callPackage 157656 158093 ({ mkDerivation, base, bytestring, data-default, exceptions, text 157657 158094 , transformers-base, unjson, utf8-string, yaml ··· 157821 158258 ]; 157822 158259 description = "Krank checks your code source comments for important markers"; 157823 158260 license = lib.licenses.bsd3; 157824 - hydraPlatforms = lib.platforms.none; 157825 - broken = true; 157826 158261 }) {}; 157827 158262 157828 158263 "krapsh" = callPackage ··· 164239 164674 }: 164240 164675 mkDerivation { 164241 164676 pname = "lifted-async"; 164242 - version = "0.10.1.3"; 164243 - sha256 = "1hml672j8sqxhklxif3nwr8v59a596wwwbllq0zvvmlxcjdzlh7k"; 164244 - libraryHaskellDepends = [ 164245 - async base constraints lifted-base monad-control transformers-base 164246 - ]; 164247 - testHaskellDepends = [ 164248 - async base HUnit lifted-base monad-control mtl tasty 164249 - tasty-expected-failure tasty-hunit tasty-th 164250 - ]; 164251 - benchmarkHaskellDepends = [ async base deepseq tasty-bench ]; 164252 - description = "Run lifted IO operations asynchronously and wait for their results"; 164253 - license = lib.licenses.bsd3; 164254 - }) {}; 164255 - 164256 - "lifted-async_0_10_2" = callPackage 164257 - ({ mkDerivation, async, base, constraints, deepseq, HUnit 164258 - , lifted-base, monad-control, mtl, tasty, tasty-bench 164259 - , tasty-expected-failure, tasty-hunit, tasty-th, transformers-base 164260 - }: 164261 - mkDerivation { 164262 - pname = "lifted-async"; 164263 164677 version = "0.10.2"; 164264 164678 sha256 = "0alhvrvxp4f4srllyq5br3waiba4c93cc4nxm7jd23440swr6a31"; 164265 164679 libraryHaskellDepends = [ ··· 164272 164686 benchmarkHaskellDepends = [ async base deepseq tasty-bench ]; 164273 164687 description = "Run lifted IO operations asynchronously and wait for their results"; 164274 164688 license = lib.licenses.bsd3; 164275 - hydraPlatforms = lib.platforms.none; 164276 164689 }) {}; 164277 164690 164278 164691 "lifted-base" = callPackage ··· 169882 170295 }) {}; 169883 170296 169884 170297 "lzma" = callPackage 169885 - ({ mkDerivation, base, bytestring, HUnit, lzma, QuickCheck, tasty 169886 - , tasty-hunit, tasty-quickcheck 170298 + ({ mkDerivation, base, bytestring, HUnit, QuickCheck, tasty 170299 + , tasty-hunit, tasty-quickcheck, xz 169887 170300 }: 169888 170301 mkDerivation { 169889 170302 pname = "lzma"; ··· 169892 170305 revision = "6"; 169893 170306 editedCabalFile = "1sh2g5wkh0m6646cxnii0k20f0crwdcnprfl9jfg7gxn5875bkip"; 169894 170307 libraryHaskellDepends = [ base bytestring ]; 169895 - librarySystemDepends = [ lzma ]; 170308 + librarySystemDepends = [ xz ]; 169896 170309 testHaskellDepends = [ 169897 170310 base bytestring HUnit QuickCheck tasty tasty-hunit tasty-quickcheck 169898 170311 ]; 169899 170312 description = "LZMA/XZ compression and decompression"; 169900 170313 license = lib.licenses.bsd3; 169901 - }) {inherit (pkgs) lzma;}; 170314 + }) {inherit (pkgs) xz;}; 169902 170315 169903 170316 "lzma-clib" = callPackage 169904 170317 ({ mkDerivation }: ··· 169934 170347 169935 170348 "lzma-enumerator" = callPackage 169936 170349 ({ mkDerivation, base, bindings-DSL, bytestring, enumerator, HUnit 169937 - , lzma, mtl, QuickCheck, test-framework, test-framework-hunit 169938 - , test-framework-quickcheck2 170350 + , mtl, QuickCheck, test-framework, test-framework-hunit 170351 + , test-framework-quickcheck2, xz 169939 170352 }: 169940 170353 mkDerivation { 169941 170354 pname = "lzma-enumerator"; ··· 169944 170357 libraryHaskellDepends = [ 169945 170358 base bindings-DSL bytestring enumerator mtl 169946 170359 ]; 169947 - librarySystemDepends = [ lzma ]; 170360 + librarySystemDepends = [ xz ]; 169948 170361 testHaskellDepends = [ 169949 170362 base bytestring enumerator HUnit QuickCheck test-framework 169950 170363 test-framework-hunit test-framework-quickcheck2 ··· 169953 170366 license = lib.licenses.bsd3; 169954 170367 hydraPlatforms = lib.platforms.none; 169955 170368 broken = true; 169956 - }) {inherit (pkgs) lzma;}; 170369 + }) {inherit (pkgs) xz;}; 169957 170370 169958 170371 "lzma-static" = callPackage 169959 170372 ({ mkDerivation, base, bytestring, HUnit, QuickCheck, tasty ··· 169961 170374 }: 169962 170375 mkDerivation { 169963 170376 pname = "lzma-static"; 169964 - version = "5.2.5"; 169965 - sha256 = "13xgap430r2hpkwk56ra5ya8fparikpzy50mbyd0xdpvs02imwfp"; 170377 + version = "5.2.5.2"; 170378 + sha256 = "12na1ycwrd7p50g19kgnb6kdgswnkwgzynaf0lyrv30qicpd8a5z"; 169966 170379 libraryHaskellDepends = [ base bytestring ]; 169967 170380 testHaskellDepends = [ 169968 170381 base bytestring HUnit QuickCheck tasty tasty-hunit tasty-quickcheck ··· 173258 173671 broken = true; 173259 173672 }) {}; 173260 173673 173674 + "mcaeson" = callPackage 173675 + ({ mkDerivation, base }: 173676 + mkDerivation { 173677 + pname = "mcaeson"; 173678 + version = "0.0.0.1"; 173679 + sha256 = "0gkwqkyp5apwkzlqwm4h1fy112fy2ywg5qq2ma4s5agz9574h73q"; 173680 + isLibrary = true; 173681 + isExecutable = true; 173682 + libraryHaskellDepends = [ base ]; 173683 + executableHaskellDepends = [ base ]; 173684 + testHaskellDepends = [ base ]; 173685 + description = "An Aeson parsing toolkit"; 173686 + license = lib.licenses.bsd3; 173687 + }) {}; 173688 + 173261 173689 "mcl" = callPackage 173262 173690 ({ mkDerivation, base, binary, bytestring, Cabal, criterion 173263 173691 , deepseq, ghc-prim, gmpxx, groups, integer-gmp, mcl, openssl ··· 174848 175276 ({ mkDerivation, base, hspec, hspec-discover, rio, transformers }: 174849 175277 mkDerivation { 174850 175278 pname = "method"; 174851 - version = "0.3.0.0"; 174852 - sha256 = "1a5i9sd5zz5kjpjpar3r5ak61x8fz5rrbb1iak1r2dcwlyk6rq25"; 175279 + version = "0.3.1.0"; 175280 + sha256 = "0a96av07vbh3mvyczh2jiziqb098q81jx6q0c5kgn7pmlxijw1ba"; 174853 175281 libraryHaskellDepends = [ base rio transformers ]; 174854 175282 testHaskellDepends = [ base hspec rio transformers ]; 174855 175283 testToolDepends = [ hspec-discover ]; ··· 177625 178053 license = lib.licenses.mit; 177626 178054 }) {}; 177627 178055 178056 + "mod_0_1_2_2" = callPackage 178057 + ({ mkDerivation, base, deepseq, integer-gmp, primitive 178058 + , quickcheck-classes, quickcheck-classes-base, semirings, tasty 178059 + , tasty-bench, tasty-quickcheck, vector 178060 + }: 178061 + mkDerivation { 178062 + pname = "mod"; 178063 + version = "0.1.2.2"; 178064 + sha256 = "0m92yd323kjjwnphqlima2aj0hh7i1gnpblc8a29ks25gj0sv66v"; 178065 + libraryHaskellDepends = [ 178066 + base deepseq integer-gmp primitive semirings vector 178067 + ]; 178068 + testHaskellDepends = [ 178069 + base primitive quickcheck-classes quickcheck-classes-base semirings 178070 + tasty tasty-quickcheck vector 178071 + ]; 178072 + benchmarkHaskellDepends = [ base tasty-bench ]; 178073 + description = "Fast type-safe modular arithmetic"; 178074 + license = lib.licenses.mit; 178075 + hydraPlatforms = lib.platforms.none; 178076 + }) {}; 178077 + 177628 178078 "modbus-tcp" = callPackage 177629 178079 ({ mkDerivation, base, bytestring, cereal, mtl, transformers }: 177630 178080 mkDerivation { ··· 180233 180683 }) {}; 180234 180684 180235 180685 "more-containers" = callPackage 180236 - ({ mkDerivation, base, binary, containers, hspec }: 180237 - mkDerivation { 180238 - pname = "more-containers"; 180239 - version = "0.2.2.0"; 180240 - sha256 = "1i4klvfwgw608sy81mqqvd107b187gkib2rwsz6aqc4rh0vm0a87"; 180241 - libraryHaskellDepends = [ base binary containers ]; 180242 - testHaskellDepends = [ base binary containers hspec ]; 180243 - description = "A few more collections"; 180244 - license = lib.licenses.mit; 180245 - }) {}; 180246 - 180247 - "more-containers_0_2_2_2" = callPackage 180248 180686 ({ mkDerivation, base, binary, containers, hspec }: 180249 180687 mkDerivation { 180250 180688 pname = "more-containers"; ··· 180254 180692 testHaskellDepends = [ base binary containers hspec ]; 180255 180693 description = "A few more collections"; 180256 180694 license = lib.licenses.mit; 180257 - hydraPlatforms = lib.platforms.none; 180258 180695 }) {}; 180259 180696 180260 180697 "more-extensible-effects" = callPackage ··· 188525 188962 }: 188526 188963 mkDerivation { 188527 188964 pname = "nix-thunk"; 188528 - version = "0.2.0.2"; 188529 - sha256 = "1jxdxb8ri0cd7ni9z80xlb86d81bb83c6ki5wj7jx7sn9inzz8z7"; 188965 + version = "0.3.0.0"; 188966 + sha256 = "11fn65swyj7b3l7xs6rws81nnccr2hcf81igqmna5bwck3g2gklw"; 188530 188967 isLibrary = true; 188531 188968 isExecutable = true; 188532 188969 libraryHaskellDepends = [ ··· 189339 189776 license = lib.licenses.mit; 189340 189777 }) {}; 189341 189778 189779 + "nonempty-zipper_1_0_0_2" = callPackage 189780 + ({ mkDerivation, base, comonad, deepseq, doctest, Glob, safe }: 189781 + mkDerivation { 189782 + pname = "nonempty-zipper"; 189783 + version = "1.0.0.2"; 189784 + sha256 = "10fj56ry851npkhrkw9gb1sckhx764l2s2c5x83cnylxlg7cfijj"; 189785 + libraryHaskellDepends = [ base comonad deepseq safe ]; 189786 + testHaskellDepends = [ base comonad deepseq doctest Glob safe ]; 189787 + description = "A non-empty comonadic list zipper"; 189788 + license = lib.licenses.mit; 189789 + hydraPlatforms = lib.platforms.none; 189790 + }) {}; 189791 + 189342 189792 "nonemptymap" = callPackage 189343 189793 ({ mkDerivation, base, containers, semigroupoids }: 189344 189794 mkDerivation { ··· 189834 190284 license = lib.licenses.bsd3; 189835 190285 }) {}; 189836 190286 190287 + "nri-env-parser_0_1_0_7" = callPackage 190288 + ({ mkDerivation, base, modern-uri, network-uri, nri-prelude, text 190289 + }: 190290 + mkDerivation { 190291 + pname = "nri-env-parser"; 190292 + version = "0.1.0.7"; 190293 + sha256 = "1mm879mqpgl040p789wcjm5bhrqia5czn18c5dgni8bwa4y61ank"; 190294 + libraryHaskellDepends = [ 190295 + base modern-uri network-uri nri-prelude text 190296 + ]; 190297 + description = "Read environment variables as settings to build 12-factor apps"; 190298 + license = lib.licenses.bsd3; 190299 + hydraPlatforms = lib.platforms.none; 190300 + }) {}; 190301 + 189837 190302 "nri-observability" = callPackage 189838 190303 ({ mkDerivation, aeson, aeson-pretty, async, base, bugsnag-hs 189839 190304 , bytestring, directory, hostname, http-client, http-client-tls ··· 189858 190323 license = lib.licenses.bsd3; 189859 190324 }) {}; 189860 190325 190326 + "nri-observability_0_1_0_2" = callPackage 190327 + ({ mkDerivation, aeson, aeson-pretty, async, base, bugsnag-hs 190328 + , bytestring, directory, hostname, http-client, http-client-tls 190329 + , nri-env-parser, nri-prelude, random, safe-exceptions, stm, text 190330 + , time, unordered-containers 190331 + }: 190332 + mkDerivation { 190333 + pname = "nri-observability"; 190334 + version = "0.1.0.2"; 190335 + sha256 = "19nil7vyjbvbjlapvrxky8fkxdl3f2xhqdi3a5m5i5lyawm74b6z"; 190336 + libraryHaskellDepends = [ 190337 + aeson aeson-pretty async base bugsnag-hs bytestring directory 190338 + hostname http-client http-client-tls nri-env-parser nri-prelude 190339 + random safe-exceptions stm text time unordered-containers 190340 + ]; 190341 + testHaskellDepends = [ 190342 + aeson aeson-pretty async base bugsnag-hs bytestring directory 190343 + hostname http-client http-client-tls nri-env-parser nri-prelude 190344 + random safe-exceptions stm text time unordered-containers 190345 + ]; 190346 + description = "Report log spans collected by nri-prelude"; 190347 + license = lib.licenses.bsd3; 190348 + hydraPlatforms = lib.platforms.none; 190349 + }) {}; 190350 + 189861 190351 "nri-prelude" = callPackage 189862 190352 ({ mkDerivation, aeson, aeson-pretty, async, auto-update, base 189863 190353 , bytestring, containers, directory, exceptions, filepath, ghc ··· 189884 190374 license = lib.licenses.bsd3; 189885 190375 }) {}; 189886 190376 190377 + "nri-prelude_0_6_0_0" = callPackage 190378 + ({ mkDerivation, aeson, aeson-pretty, async, auto-update, base 190379 + , bytestring, containers, directory, exceptions, filepath, ghc 190380 + , hedgehog, junit-xml, pretty-diff, pretty-show, safe-coloured-text 190381 + , safe-exceptions, terminal-size, text, time, vector 190382 + }: 190383 + mkDerivation { 190384 + pname = "nri-prelude"; 190385 + version = "0.6.0.0"; 190386 + sha256 = "02v83n08zxz8521skijgrn407a0mlkjc3fjn5q04gn932wf29g5s"; 190387 + libraryHaskellDepends = [ 190388 + aeson aeson-pretty async auto-update base bytestring containers 190389 + directory exceptions filepath ghc hedgehog junit-xml pretty-diff 190390 + pretty-show safe-coloured-text safe-exceptions terminal-size text 190391 + time vector 190392 + ]; 190393 + testHaskellDepends = [ 190394 + aeson aeson-pretty async auto-update base bytestring containers 190395 + directory exceptions filepath ghc hedgehog junit-xml pretty-diff 190396 + pretty-show safe-coloured-text safe-exceptions terminal-size text 190397 + time vector 190398 + ]; 190399 + description = "A Prelude inspired by the Elm programming language"; 190400 + license = lib.licenses.bsd3; 190401 + hydraPlatforms = lib.platforms.none; 190402 + }) {}; 190403 + 189887 190404 "nsis" = callPackage 189888 190405 ({ mkDerivation, base, directory, process, transformers, uniplate 189889 190406 }: ··· 198320 198837 pname = "patch"; 198321 198838 version = "0.0.3.2"; 198322 198839 sha256 = "1b819d1iramxb0sf0zm4ry8mrd74y35iffbb6qys3a2xq1d382xa"; 198840 + revision = "2"; 198841 + editedCabalFile = "09v23qakrdjscwvzjarkssikkp7xmq9jbpp5hh1y857l02r3fz5c"; 198323 198842 libraryHaskellDepends = [ 198324 198843 base constraints-extras containers dependent-map dependent-sum lens 198325 198844 monoidal-containers semialign semigroupoids these transformers ··· 204396 204915 pname = "pixiv"; 204397 204916 version = "0.1.0"; 204398 204917 sha256 = "001pfzijh7ibcyinmw0l8yvw0kxsvmniw993qx9b6zlzf689cpp6"; 204918 + revision = "1"; 204919 + editedCabalFile = "03wfjj0a074n02mpa02gncfy35m53qdmij465dk8g6qjnjah8a01"; 204399 204920 libraryHaskellDepends = [ 204400 204921 aeson base base16-bytestring bytestring cryptohash-md5 directory 204401 204922 exceptions filepath http-client http-client-tls lens monad-control ··· 206140 206661 206141 206662 "polysemy-http" = callPackage 206142 206663 ({ mkDerivation, aeson, ansi-terminal, base, bytestring 206143 - , case-insensitive, co-log-core, co-log-polysemy, composition 206144 - , containers, data-default, either, hedgehog, http-client 206145 - , http-client-tls, http-types, lens, network, polysemy 206146 - , polysemy-log, polysemy-plugin, relude, servant, servant-client 206147 - , servant-server, string-interpolate, tasty, tasty-hedgehog 206148 - , template-haskell, text, time, warp 206664 + , case-insensitive, composition, containers, data-default, either 206665 + , hedgehog, http-client, http-client-tls, http-types, lens, network 206666 + , polysemy, polysemy-log, polysemy-plugin, relude, servant 206667 + , servant-client, servant-server, string-interpolate, tasty 206668 + , tasty-hedgehog, template-haskell, text, time, warp 206149 206669 }: 206150 206670 mkDerivation { 206151 206671 pname = "polysemy-http"; 206152 - version = "0.4.0.2"; 206153 - sha256 = "0xxl33iydycw1n2q9wvbx3jlhzsw9yhbm4v0a8v2ic05nqlmaw4l"; 206672 + version = "0.4.0.3"; 206673 + sha256 = "0sp4s8spf0nzqs8cw9swnsxd2wxa0g4cnz236n7m6z73450ih3c7"; 206154 206674 libraryHaskellDepends = [ 206155 - aeson ansi-terminal base bytestring case-insensitive co-log-core 206156 - co-log-polysemy composition containers data-default either 206157 - http-client http-client-tls http-types lens polysemy polysemy-log 206158 - polysemy-plugin relude string-interpolate template-haskell text 206159 - time 206675 + aeson ansi-terminal base bytestring case-insensitive composition 206676 + containers data-default either http-client http-client-tls 206677 + http-types lens polysemy polysemy-log polysemy-plugin relude 206678 + string-interpolate template-haskell text time 206160 206679 ]; 206161 206680 testHaskellDepends = [ 206162 - aeson ansi-terminal base bytestring case-insensitive co-log-core 206163 - co-log-polysemy composition containers data-default either hedgehog 206164 - http-client http-client-tls http-types lens network polysemy 206165 - polysemy-log polysemy-plugin relude servant servant-client 206166 - servant-server string-interpolate tasty tasty-hedgehog 206167 - template-haskell text time warp 206681 + aeson ansi-terminal base bytestring case-insensitive composition 206682 + containers data-default either hedgehog http-client http-client-tls 206683 + http-types lens network polysemy polysemy-log polysemy-plugin 206684 + relude servant servant-client servant-server string-interpolate 206685 + tasty tasty-hedgehog template-haskell text time warp 206168 206686 ]; 206169 206687 description = "Polysemy effect for http-client"; 206170 206688 license = "BSD-2-Clause-Patent"; ··· 214266 214784 license = lib.licenses.mit; 214267 214785 hydraPlatforms = lib.platforms.none; 214268 214786 broken = true; 214269 - }) {inherit (pkgs) python;}; 214787 + }) {python = null;}; 214270 214788 214271 214789 "pyfi" = callPackage 214272 214790 ({ mkDerivation, aeson, base, bytestring, containers, pureMD5 ··· 214284 214802 license = lib.licenses.mit; 214285 214803 hydraPlatforms = lib.platforms.none; 214286 214804 broken = true; 214287 - }) {inherit (pkgs) python;}; 214805 + }) {python = null;}; 214288 214806 214289 214807 "python-pickle" = callPackage 214290 214808 ({ mkDerivation, attoparsec, base, bytestring, cereal, cmdargs ··· 214554 215072 license = lib.licenses.mit; 214555 215073 }) {}; 214556 215074 215075 + "qr" = callPackage 215076 + ({ mkDerivation, array, base, cairo, gtk, optparse-applicative 215077 + , transformers, utf8-string 215078 + }: 215079 + mkDerivation { 215080 + pname = "qr"; 215081 + version = "0.2.0.0"; 215082 + sha256 = "0mn33p9j87w5fq4ddrwn5nb32gcxzxli55y3jv1aaypsgi6vf3w7"; 215083 + isLibrary = true; 215084 + isExecutable = true; 215085 + libraryHaskellDepends = [ array base utf8-string ]; 215086 + executableHaskellDepends = [ 215087 + array base cairo gtk optparse-applicative transformers 215088 + ]; 215089 + description = "Pure Haskell QR encoder library and command line tool"; 215090 + license = lib.licenses.bsd3; 215091 + }) {}; 215092 + 214557 215093 "qr-imager" = callPackage 214558 215094 ({ mkDerivation, base, binary, bytestring, cryptonite, directory 214559 215095 , haskell-qrencode, hspec, jose-jwt, JuicyPixels, microlens ··· 215276 215812 license = lib.licenses.bsd3; 215277 215813 }) {}; 215278 215814 215815 + "quickcheck-classes_0_6_5_0" = callPackage 215816 + ({ mkDerivation, aeson, base, base-orphans, containers, primitive 215817 + , primitive-addr, QuickCheck, quickcheck-classes-base 215818 + , semigroupoids, semirings, tagged, tasty, tasty-quickcheck 215819 + , transformers, vector 215820 + }: 215821 + mkDerivation { 215822 + pname = "quickcheck-classes"; 215823 + version = "0.6.5.0"; 215824 + sha256 = "19iw15mvb7gws3ljdxqwsbb4pmfc0sfflf8szgmrhiqr3k82mqv2"; 215825 + libraryHaskellDepends = [ 215826 + aeson base containers primitive primitive-addr QuickCheck 215827 + quickcheck-classes-base semigroupoids semirings transformers vector 215828 + ]; 215829 + testHaskellDepends = [ 215830 + aeson base base-orphans containers primitive QuickCheck 215831 + semigroupoids tagged tasty tasty-quickcheck transformers vector 215832 + ]; 215833 + description = "QuickCheck common typeclasses"; 215834 + license = lib.licenses.bsd3; 215835 + hydraPlatforms = lib.platforms.none; 215836 + }) {}; 215837 + 215279 215838 "quickcheck-classes-base" = callPackage 215280 215839 ({ mkDerivation, base, base-orphans, bifunctors, containers 215281 215840 , contravariant, fail, QuickCheck, tagged, transformers ··· 215290 215849 ]; 215291 215850 description = "QuickCheck common typeclasses from `base`"; 215292 215851 license = lib.licenses.bsd3; 215852 + }) {}; 215853 + 215854 + "quickcheck-classes-base_0_6_2_0" = callPackage 215855 + ({ mkDerivation, base, containers, QuickCheck, transformers }: 215856 + mkDerivation { 215857 + pname = "quickcheck-classes-base"; 215858 + version = "0.6.2.0"; 215859 + sha256 = "16c6gq4cqpkwnq1pzkhm6r7mrwk4an50ha5w77bmiia2qkhla6ch"; 215860 + libraryHaskellDepends = [ 215861 + base containers QuickCheck transformers 215862 + ]; 215863 + description = "QuickCheck common typeclasses from `base`"; 215864 + license = lib.licenses.bsd3; 215865 + hydraPlatforms = lib.platforms.none; 215293 215866 }) {}; 215294 215867 215295 215868 "quickcheck-combinators" = callPackage ··· 220223 220796 }: 220224 220797 mkDerivation { 220225 220798 pname = "reflex"; 220226 - version = "0.8.0.0"; 220227 - sha256 = "14pw033ljs6x5bi5657cm5lpwwj6gkfgskbv5lpdi2hp7svzayql"; 220799 + version = "0.8.1.0"; 220800 + sha256 = "0p27dj7fckkvw9li69whcfrv1cd59kkp6qbvfmndzx8fbh44ggbp"; 220228 220801 libraryHaskellDepends = [ 220229 220802 base bifunctors comonad constraints-extras containers data-default 220230 220803 dependent-map dependent-sum exception-transformers haskell-src-exts ··· 220345 220918 pname = "reflex-dom"; 220346 220919 version = "0.6.1.0"; 220347 220920 sha256 = "190g56y16xvj508qdp3znlbbv4gb3ska38jbjpblvq8cz2d4nkdc"; 220921 + revision = "1"; 220922 + editedCabalFile = "0xi2bn6d4bgbfqngl2y9gva4nxii65v3hzrik74wzdsf17wyrmv9"; 220348 220923 isLibrary = true; 220349 220924 isExecutable = true; 220350 220925 libraryHaskellDepends = [ ··· 220407 220982 }: 220408 220983 mkDerivation { 220409 220984 pname = "reflex-dom-core"; 220410 - version = "0.6.1.0"; 220411 - sha256 = "072bkjjmz6mjw42gchlbswhjhr9xs0vaybf6mvdycs618lb1zhf0"; 220985 + version = "0.6.2.0"; 220986 + sha256 = "067m8ifgkknafy0nxzmns89dqjzpsc983pm3gaq7dg618jp1dzy4"; 220412 220987 libraryHaskellDepends = [ 220413 220988 aeson base bifunctors bimap blaze-builder bytestring 220414 220989 case-insensitive constraints containers contravariant data-default ··· 224373 224948 }: 224374 224949 mkDerivation { 224375 224950 pname = "retrie"; 224376 - version = "0.1.1.1"; 224377 - sha256 = "1l6pcvmf95i4r4b370j8dwqbvj3971xn6097lbw93agyrf704qpi"; 224951 + version = "1.0.0.0"; 224952 + sha256 = "1hrkx7gx7hwgljvx8zm1yhn7xvyif943hvxx5b27ali6grmndy9w"; 224378 224953 isLibrary = true; 224379 224954 isExecutable = true; 224380 224955 libraryHaskellDepends = [ ··· 225344 225919 "rio-orphans" = callPackage 225345 225920 ({ mkDerivation, base, exceptions, fast-logger, hspec 225346 225921 , monad-control, monad-logger, resourcet, rio, transformers-base 225347 - }: 225348 - mkDerivation { 225349 - pname = "rio-orphans"; 225350 - version = "0.1.1.0"; 225351 - sha256 = "0klbshdsv3gq3l7g1d6gq2wxdqjlqxbnwk1lbg5dpbz7yrnjr3by"; 225352 - libraryHaskellDepends = [ 225353 - base exceptions fast-logger monad-control monad-logger resourcet 225354 - rio transformers-base 225355 - ]; 225356 - testHaskellDepends = [ 225357 - base exceptions fast-logger hspec monad-control monad-logger 225358 - resourcet rio transformers-base 225359 - ]; 225360 - description = "Orphan instances for the RIO type in the rio package"; 225361 - license = lib.licenses.mit; 225362 - }) {}; 225363 - 225364 - "rio-orphans_0_1_2_0" = callPackage 225365 - ({ mkDerivation, base, exceptions, fast-logger, hspec 225366 - , monad-control, monad-logger, resourcet, rio, transformers-base 225367 225922 , unliftio-core 225368 225923 }: 225369 225924 mkDerivation { ··· 225380 225935 ]; 225381 225936 description = "Orphan instances for the RIO type in the rio package"; 225382 225937 license = lib.licenses.mit; 225383 - hydraPlatforms = lib.platforms.none; 225384 225938 }) {}; 225385 225939 225386 225940 "rio-prettyprint" = callPackage ··· 228214 228768 license = lib.licenses.publicDomain; 228215 228769 }) {}; 228216 228770 228771 + "safecopy_0_10_4_2" = callPackage 228772 + ({ mkDerivation, array, base, bytestring, cereal, containers 228773 + , generic-data, HUnit, lens, lens-action, old-time, QuickCheck 228774 + , quickcheck-instances, tasty, tasty-quickcheck, template-haskell 228775 + , text, time, transformers, vector 228776 + }: 228777 + mkDerivation { 228778 + pname = "safecopy"; 228779 + version = "0.10.4.2"; 228780 + sha256 = "0r2mf0p82gf8vnldx477b5ykrj1x7hyg13nqfn6gzb50japs6h3i"; 228781 + libraryHaskellDepends = [ 228782 + array base bytestring cereal containers generic-data old-time 228783 + template-haskell text time transformers vector 228784 + ]; 228785 + testHaskellDepends = [ 228786 + array base bytestring cereal containers HUnit lens lens-action 228787 + QuickCheck quickcheck-instances tasty tasty-quickcheck 228788 + template-haskell time vector 228789 + ]; 228790 + description = "Binary serialization with version control"; 228791 + license = lib.licenses.publicDomain; 228792 + hydraPlatforms = lib.platforms.none; 228793 + }) {}; 228794 + 228217 228795 "safecopy-migrate" = callPackage 228218 228796 ({ mkDerivation, base, base-prelude, cereal, containers, extra 228219 228797 , haskell-src-meta, microlens, safecopy, template-haskell ··· 228427 229005 }: 228428 229006 mkDerivation { 228429 229007 pname = "sak"; 228430 - version = "0.1.3.0"; 228431 - sha256 = "1khws0z9v91vz722k6y0b99ffy2vd04myvpww4p1i32396dhczln"; 229008 + version = "0.1.3.1"; 229009 + sha256 = "12vharmp5f0ffxy4j5kjwqnffc87y4wmzvgcfvp6prqyjfh87qfy"; 228432 229010 isLibrary = false; 228433 229011 isExecutable = true; 228434 229012 enableSeparateDataOutput = true; ··· 228879 229457 broken = true; 228880 229458 }) {}; 228881 229459 229460 + "sandwich" = callPackage 229461 + ({ mkDerivation, aeson, ansi-terminal, async, base, brick 229462 + , bytestring, colour, containers, directory, exceptions, filepath 229463 + , free, haskell-src-exts, lens, lifted-async, microlens 229464 + , microlens-th, monad-control, monad-logger, mtl 229465 + , optparse-applicative, pretty-show, process, safe, safe-exceptions 229466 + , stm, string-interpolate, template-haskell, text, time 229467 + , transformers, transformers-base, unix, unliftio-core, vector, vty 229468 + }: 229469 + mkDerivation { 229470 + pname = "sandwich"; 229471 + version = "0.1.0.2"; 229472 + sha256 = "1xcw3mdl85brj6pvynz58aclaf3ya0aq0y038cps9dsz58bqhbka"; 229473 + isLibrary = true; 229474 + isExecutable = true; 229475 + libraryHaskellDepends = [ 229476 + aeson ansi-terminal async base brick bytestring colour containers 229477 + directory exceptions filepath free haskell-src-exts lens 229478 + lifted-async microlens microlens-th monad-control monad-logger mtl 229479 + optparse-applicative pretty-show process safe safe-exceptions stm 229480 + string-interpolate template-haskell text time transformers 229481 + transformers-base unix unliftio-core vector vty 229482 + ]; 229483 + executableHaskellDepends = [ 229484 + aeson ansi-terminal async base brick bytestring colour containers 229485 + directory exceptions filepath free haskell-src-exts lens 229486 + lifted-async microlens microlens-th monad-control monad-logger mtl 229487 + optparse-applicative pretty-show process safe safe-exceptions stm 229488 + string-interpolate template-haskell text time transformers 229489 + transformers-base unix unliftio-core vector vty 229490 + ]; 229491 + testHaskellDepends = [ 229492 + aeson ansi-terminal async base brick bytestring colour containers 229493 + directory exceptions filepath free haskell-src-exts lens 229494 + lifted-async microlens microlens-th monad-control monad-logger mtl 229495 + optparse-applicative pretty-show process safe safe-exceptions stm 229496 + string-interpolate template-haskell text time transformers 229497 + transformers-base unix unliftio-core vector vty 229498 + ]; 229499 + description = "Yet another test framework for Haskell"; 229500 + license = lib.licenses.bsd3; 229501 + }) {}; 229502 + 229503 + "sandwich-slack" = callPackage 229504 + ({ mkDerivation, aeson, base, bytestring, containers, lens 229505 + , lens-aeson, monad-logger, mtl, safe, safe-exceptions, sandwich 229506 + , stm, string-interpolate, text, time, vector, wreq 229507 + }: 229508 + mkDerivation { 229509 + pname = "sandwich-slack"; 229510 + version = "0.1.0.1"; 229511 + sha256 = "1c7csrdfq342733rgrfwx5rc6v14jhfb9wb44gn699pgzzj031kz"; 229512 + isLibrary = true; 229513 + isExecutable = true; 229514 + libraryHaskellDepends = [ 229515 + aeson base bytestring containers lens lens-aeson monad-logger mtl 229516 + safe safe-exceptions sandwich stm string-interpolate text time 229517 + vector wreq 229518 + ]; 229519 + executableHaskellDepends = [ 229520 + aeson base bytestring containers lens lens-aeson monad-logger mtl 229521 + safe safe-exceptions sandwich stm string-interpolate text time 229522 + vector wreq 229523 + ]; 229524 + testHaskellDepends = [ 229525 + aeson base bytestring containers lens lens-aeson monad-logger mtl 229526 + safe safe-exceptions sandwich stm string-interpolate text time 229527 + vector wreq 229528 + ]; 229529 + description = "Sandwich integration with Slack"; 229530 + license = lib.licenses.bsd3; 229531 + }) {}; 229532 + 229533 + "sandwich-webdriver" = callPackage 229534 + ({ mkDerivation, aeson, base, containers, convertible, data-default 229535 + , directory, exceptions, filepath, http-client, http-client-tls 229536 + , http-conduit, lifted-base, microlens, microlens-aeson 229537 + , monad-control, monad-logger, mtl, network, process, random, retry 229538 + , safe, safe-exceptions, sandwich, string-interpolate, temporary 229539 + , text, time, transformers, unix, unordered-containers, vector 229540 + , webdriver, X11 229541 + }: 229542 + mkDerivation { 229543 + pname = "sandwich-webdriver"; 229544 + version = "0.1.0.1"; 229545 + sha256 = "10s0zb3al4ii9gm3b6by8czvr8i3s424mlfk81v2hpdv5i7a0yqb"; 229546 + isLibrary = true; 229547 + isExecutable = true; 229548 + libraryHaskellDepends = [ 229549 + aeson base containers convertible data-default directory exceptions 229550 + filepath http-client http-client-tls http-conduit lifted-base 229551 + microlens microlens-aeson monad-control monad-logger mtl network 229552 + process random retry safe safe-exceptions sandwich 229553 + string-interpolate temporary text time transformers unix 229554 + unordered-containers vector webdriver X11 229555 + ]; 229556 + executableHaskellDepends = [ 229557 + aeson base containers convertible data-default directory exceptions 229558 + filepath http-client http-client-tls http-conduit lifted-base 229559 + microlens microlens-aeson monad-control monad-logger mtl network 229560 + process random retry safe safe-exceptions sandwich 229561 + string-interpolate temporary text time transformers unix 229562 + unordered-containers vector webdriver X11 229563 + ]; 229564 + testHaskellDepends = [ 229565 + aeson base containers convertible data-default directory exceptions 229566 + filepath http-client http-client-tls http-conduit lifted-base 229567 + microlens microlens-aeson monad-control monad-logger mtl network 229568 + process random retry safe safe-exceptions sandwich 229569 + string-interpolate temporary text time transformers unix 229570 + unordered-containers vector webdriver X11 229571 + ]; 229572 + description = "Sandwich integration with Selenium WebDriver"; 229573 + license = lib.licenses.bsd3; 229574 + }) {}; 229575 + 228882 229576 "sarasvati" = callPackage 228883 229577 ({ mkDerivation, base, deepseq, portaudio }: 228884 229578 mkDerivation { ··· 235707 236401 "serverless-haskell" = callPackage 235708 236402 ({ mkDerivation, aeson, aeson-casing, amazonka-core 235709 236403 , amazonka-kinesis, amazonka-s3, base, bytestring, case-insensitive 235710 - , hspec, hspec-discover, http-client, http-types, iproute, lens 235711 - , raw-strings-qq, safe-exceptions, text, time, transformers, unix 235712 - , unordered-containers 235713 - }: 235714 - mkDerivation { 235715 - pname = "serverless-haskell"; 235716 - version = "0.12.5"; 235717 - sha256 = "1p15nzwjbwbjxnqgs6dzz7sb2cp5y3l69hr3n10zmwmgrq4x2nfa"; 235718 - libraryHaskellDepends = [ 235719 - aeson aeson-casing amazonka-core amazonka-kinesis amazonka-s3 base 235720 - bytestring case-insensitive http-client http-types iproute lens 235721 - safe-exceptions text time unix unordered-containers 235722 - ]; 235723 - testHaskellDepends = [ 235724 - aeson aeson-casing amazonka-core amazonka-kinesis amazonka-s3 base 235725 - bytestring case-insensitive hspec hspec-discover http-client 235726 - http-types iproute lens raw-strings-qq safe-exceptions text time 235727 - transformers unix unordered-containers 235728 - ]; 235729 - testToolDepends = [ hspec-discover ]; 235730 - description = "Deploying Haskell code onto AWS Lambda using Serverless"; 235731 - license = lib.licenses.mit; 235732 - }) {}; 235733 - 235734 - "serverless-haskell_0_12_6" = callPackage 235735 - ({ mkDerivation, aeson, aeson-casing, amazonka-core 235736 - , amazonka-kinesis, amazonka-s3, base, bytestring, case-insensitive 235737 236404 , containers, hspec, hspec-discover, http-client, http-types 235738 236405 , iproute, lens, raw-strings-qq, safe-exceptions, text, time 235739 236406 , transformers, unix, unordered-containers ··· 235756 236423 testToolDepends = [ hspec-discover ]; 235757 236424 description = "Deploying Haskell code onto AWS Lambda using Serverless"; 235758 236425 license = lib.licenses.mit; 235759 - hydraPlatforms = lib.platforms.none; 235760 236426 }) {}; 235761 236427 235762 236428 "serversession" = callPackage ··· 240705 241371 ({ mkDerivation, base, containers, lucid, skylighting-core, text }: 240706 241372 mkDerivation { 240707 241373 pname = "skylighting-lucid"; 240708 - version = "1.0.0"; 240709 - sha256 = "09wh0dh8glnb051hdbcf4q4v3nflikgc585acqin8kq7zny7ps72"; 241374 + version = "1.0.1"; 241375 + sha256 = "0igimymq8pcizl4wdmyjafjgdw8xi2059jzmcw64ij18rn6bip8d"; 240710 241376 libraryHaskellDepends = [ 240711 241377 base containers lucid skylighting-core text 240712 241378 ]; ··· 243103 243769 243104 243770 "snaplet-redis" = callPackage 243105 243771 ({ mkDerivation, base, bytestring, cereal, clientsession 243106 - , configurator, hedis, lens, mtl, network, snap, snap-core, text 243107 - , time, transformers, unordered-containers 243772 + , configurator, hedis, lens, mtl, snap, snap-core, text, time 243773 + , unordered-containers 243108 243774 }: 243109 243775 mkDerivation { 243110 243776 pname = "snaplet-redis"; 243111 - version = "0.1.6"; 243112 - sha256 = "09ba0jmbjk121c2cvnd83328w9h2d5rzwvmpxs2pi93x6jqpd9qw"; 243777 + version = "0.1.6.1"; 243778 + sha256 = "07wwh2gpbsg60p0a4qxf4knbchpq7bvh8bdckzw5f39k5xcaibsy"; 243113 243779 isLibrary = true; 243114 243780 isExecutable = true; 243115 243781 libraryHaskellDepends = [ 243116 243782 base bytestring cereal clientsession configurator hedis lens mtl 243117 - network snap snap-core text time transformers unordered-containers 243783 + snap snap-core text time unordered-containers 243118 243784 ]; 243119 243785 description = "Redis support for Snap Framework"; 243120 243786 license = lib.licenses.bsd3; ··· 244196 244862 ({ mkDerivation, base, deepseq }: 244197 244863 mkDerivation { 244198 244864 pname = "some"; 244199 - version = "1.0.2"; 244200 - sha256 = "12mv5gzcvl4n5rz685r2nmmiykvnkvrvx7k4cvwscdjjgnqa9y6c"; 244201 - libraryHaskellDepends = [ base deepseq ]; 244202 - testHaskellDepends = [ base ]; 244203 - description = "Existential type: Some"; 244204 - license = lib.licenses.bsd3; 244205 - }) {}; 244206 - 244207 - "some_1_0_3" = callPackage 244208 - ({ mkDerivation, base, deepseq }: 244209 - mkDerivation { 244210 - pname = "some"; 244211 244865 version = "1.0.3"; 244212 244866 sha256 = "0w3syapwz9v916zf1i4f8vxymdfg7syc2cpxgnqr018pbswzxrk2"; 244213 244867 libraryHaskellDepends = [ base deepseq ]; 244214 244868 testHaskellDepends = [ base ]; 244215 244869 description = "Existential type: Some"; 244216 244870 license = lib.licenses.bsd3; 244217 - hydraPlatforms = lib.platforms.none; 244218 244871 }) {}; 244219 244872 244220 244873 "sonic-visualiser" = callPackage ··· 244359 245012 executableHaskellDepends = [ base bytestring ]; 244360 245013 description = "Sort lines per file size"; 244361 245014 license = lib.licenses.bsd3; 245015 + hydraPlatforms = lib.platforms.none; 245016 + broken = true; 245017 + }) {}; 245018 + 245019 + "souffle-dsl" = callPackage 245020 + ({ mkDerivation, base, containers, directory, filepath, hedgehog 245021 + , hspec, hspec-hedgehog, mtl, neat-interpolation, process 245022 + , souffle-haskell, template-haskell, temporary, text 245023 + , type-errors-pretty 245024 + }: 245025 + mkDerivation { 245026 + pname = "souffle-dsl"; 245027 + version = "0.1.0"; 245028 + sha256 = "1j3g4nwl0v5szphvyv0jp7qcmnpfmynr8dbkwwh4lwacldgnhbnr"; 245029 + libraryHaskellDepends = [ 245030 + base containers directory filepath mtl process souffle-haskell 245031 + template-haskell temporary text type-errors-pretty 245032 + ]; 245033 + testHaskellDepends = [ 245034 + base containers directory filepath hedgehog hspec hspec-hedgehog 245035 + mtl neat-interpolation process souffle-haskell template-haskell 245036 + temporary text type-errors-pretty 245037 + ]; 245038 + description = "Haskell EDSL for Souffle"; 245039 + license = lib.licenses.mit; 244362 245040 hydraPlatforms = lib.platforms.none; 244363 245041 broken = true; 244364 245042 }) {}; ··· 244948 245626 broken = true; 244949 245627 }) {}; 244950 245628 245629 + "spartacon" = callPackage 245630 + ({ mkDerivation, base, config-schema, config-value, containers 245631 + , either, mtl, relation, text, X11 245632 + }: 245633 + mkDerivation { 245634 + pname = "spartacon"; 245635 + version = "0.1.0.0"; 245636 + sha256 = "1mabp5gfwj7zv30rdnr1zwl4fv29128vg08izjcj8sym0hldzj81"; 245637 + isLibrary = false; 245638 + isExecutable = true; 245639 + executableHaskellDepends = [ 245640 + base config-schema config-value containers either mtl relation text 245641 + X11 245642 + ]; 245643 + description = "A unix-style (read from stdin, write to stdout) global hotkey daemon"; 245644 + license = lib.licenses.bsd3; 245645 + }) {}; 245646 + 244951 245647 "spata" = callPackage 244952 245648 ({ mkDerivation, base, dlist, mps, mtl }: 244953 245649 mkDerivation { ··· 245186 245882 benchmarkHaskellDepends = [ base express leancheck ]; 245187 245883 description = "discovery of properties about Haskell functions"; 245188 245884 license = lib.licenses.bsd3; 245885 + }) {}; 245886 + 245887 + "speculate_0_4_4" = callPackage 245888 + ({ mkDerivation, base, cmdargs, containers, express, leancheck }: 245889 + mkDerivation { 245890 + pname = "speculate"; 245891 + version = "0.4.4"; 245892 + sha256 = "0vmxi8rapbld7b3llw2v6fz1v6vqyv90rpbnzjdfa29kdza4m5sf"; 245893 + libraryHaskellDepends = [ 245894 + base cmdargs containers express leancheck 245895 + ]; 245896 + testHaskellDepends = [ base express leancheck ]; 245897 + benchmarkHaskellDepends = [ base express leancheck ]; 245898 + description = "discovery of properties about Haskell functions"; 245899 + license = lib.licenses.bsd3; 245900 + hydraPlatforms = lib.platforms.none; 245189 245901 }) {}; 245190 245902 245191 245903 "speculation" = callPackage ··· 250969 251681 }: 250970 251682 mkDerivation { 250971 251683 pname = "string-random"; 250972 - version = "0.1.4.0"; 250973 - sha256 = "09xv1jbhsz8hfxc6y54fj4pkhyxfbfh53i6kxy408zm3raa2nmii"; 250974 - isLibrary = true; 250975 - isExecutable = true; 250976 - libraryHaskellDepends = [ 250977 - attoparsec base containers random text transformers 250978 - ]; 250979 - executableHaskellDepends = [ base optparse-applicative text ]; 250980 - testHaskellDepends = [ 250981 - base bytestring pcre-heavy QuickCheck tasty tasty-hunit 250982 - tasty-quickcheck text 250983 - ]; 250984 - description = "A library for generating random string from a regular experession"; 250985 - license = lib.licenses.bsd3; 250986 - }) {}; 250987 - 250988 - "string-random_0_1_4_1" = callPackage 250989 - ({ mkDerivation, attoparsec, base, bytestring, containers 250990 - , optparse-applicative, pcre-heavy, QuickCheck, random, tasty 250991 - , tasty-hunit, tasty-quickcheck, text, transformers 250992 - }: 250993 - mkDerivation { 250994 - pname = "string-random"; 250995 251684 version = "0.1.4.1"; 250996 251685 sha256 = "1ggz48mzyzch3ga4682jd9y4g1j6px1anv7k8cczjlz9f4lh73nd"; 250997 251686 isLibrary = true; ··· 251006 251695 ]; 251007 251696 description = "A library for generating random string from a regular experession"; 251008 251697 license = lib.licenses.bsd3; 251009 - hydraPlatforms = lib.platforms.none; 251010 251698 }) {}; 251011 251699 251012 251700 "string-similarity" = callPackage ··· 254256 254944 }: 254257 254945 mkDerivation { 254258 254946 pname = "syntactic"; 254259 - version = "3.8.2"; 254260 - sha256 = "04lv8v42bs4qjjcia39grfxmabiv41dipgg5b58xgiv4ay884nfm"; 254947 + version = "3.8.3"; 254948 + sha256 = "1ksznzw5g01xgbr2zs83m0lclbhvhs6lyaszhxykni10lxyxy7v8"; 254261 254949 libraryHaskellDepends = [ 254262 254950 base constraints containers data-hash deepseq mtl syb 254263 254951 template-haskell tree-view ··· 256486 257174 }) {}; 256487 257175 256488 257176 "tasty-bench" = callPackage 256489 - ({ mkDerivation, base, containers, deepseq, tasty }: 256490 - mkDerivation { 256491 - pname = "tasty-bench"; 256492 - version = "0.2.4"; 256493 - sha256 = "11hkhlpwxzxxi6ny4jklaz70cd0ca905yxv9idacmwajbrliinna"; 256494 - libraryHaskellDepends = [ base containers deepseq tasty ]; 256495 - description = "Featherlight benchmark framework"; 256496 - license = lib.licenses.mit; 256497 - }) {}; 256498 - 256499 - "tasty-bench_0_2_5" = callPackage 256500 257177 ({ mkDerivation, base, containers, deepseq, tasty }: 256501 257178 mkDerivation { 256502 257179 pname = "tasty-bench"; 256503 257180 version = "0.2.5"; 256504 257181 sha256 = "146i1vkp9008hik7qyi8m9qq3ij5kji84qscsf598rzjmjga7igd"; 257182 + revision = "1"; 257183 + editedCabalFile = "0rcsdiwri52wng5dj30k3c5qrn8qfr14qs53cs1y99mbqfpzs02g"; 256505 257184 libraryHaskellDepends = [ base containers deepseq tasty ]; 256506 257185 description = "Featherlight benchmark framework"; 256507 257186 license = lib.licenses.mit; 256508 - hydraPlatforms = lib.platforms.none; 256509 257187 }) {}; 256510 257188 256511 257189 "tasty-dejafu" = callPackage ··· 259007 259685 }: 259008 259686 mkDerivation { 259009 259687 pname = "tesla"; 259010 - version = "0.3.1.0"; 259011 - sha256 = "1fwrhmxqpliyq92v1j6jcqxi5iyh7s8rj17mybvgkwh5aprwsdp8"; 259688 + version = "0.4.1.0"; 259689 + sha256 = "0rnzgcwkgwnpjlf2r47a28zwkbnsb75wfmdiwnq4w99i2f519dnd"; 259012 259690 libraryHaskellDepends = [ 259013 259691 aeson base base64-bytestring bytestring casing containers 259014 259692 cryptonite exceptions generic-deriving lens lens-aeson memory ··· 260398 261076 license = lib.licenses.asl20; 260399 261077 }) {}; 260400 261078 261079 + "text-regex-replace_0_1_1_4" = callPackage 261080 + ({ mkDerivation, attoparsec, base, hspec, QuickCheck, smallcheck 261081 + , text, text-icu 261082 + }: 261083 + mkDerivation { 261084 + pname = "text-regex-replace"; 261085 + version = "0.1.1.4"; 261086 + sha256 = "19n7zwnrm4da8ifhwlqwrx969pni0njj5f69j30gp71fi9ihjgsb"; 261087 + libraryHaskellDepends = [ attoparsec base text text-icu ]; 261088 + testHaskellDepends = [ 261089 + base hspec QuickCheck smallcheck text text-icu 261090 + ]; 261091 + description = "Easy replacement when using text-icu regexes"; 261092 + license = lib.licenses.asl20; 261093 + hydraPlatforms = lib.platforms.none; 261094 + }) {}; 261095 + 260401 261096 "text-region" = callPackage 260402 261097 ({ mkDerivation, aeson, base, base-unicode-symbols, bytestring 260403 261098 , groups, hspec, lens, text ··· 261527 262222 pname = "th-utilities"; 261528 262223 version = "0.2.4.2"; 261529 262224 sha256 = "09rbs878gjhyg8n789p2c67lzxr4h1pg0zar47a7j8sg6ff5wcx2"; 262225 + revision = "1"; 262226 + editedCabalFile = "177hbrwcyalm6gbqq96b5xz974bxzch9g2mvffvksi1205z6v7dr"; 261530 262227 libraryHaskellDepends = [ 261531 262228 base bytestring containers directory filepath primitive syb 261532 262229 template-haskell text th-abstraction th-orphans ··· 261539 262236 license = lib.licenses.mit; 261540 262237 }) {}; 261541 262238 262239 + "th-utilities_0_2_4_3" = callPackage 262240 + ({ mkDerivation, base, bytestring, containers, directory, filepath 262241 + , hspec, primitive, syb, template-haskell, text, th-abstraction 262242 + , th-orphans, vector 262243 + }: 262244 + mkDerivation { 262245 + pname = "th-utilities"; 262246 + version = "0.2.4.3"; 262247 + sha256 = "1krvn3xp7zicp6wqcgmgbgl2a894n677vxi6vhcna16cx03smic9"; 262248 + libraryHaskellDepends = [ 262249 + base bytestring containers directory filepath primitive syb 262250 + template-haskell text th-abstraction th-orphans 262251 + ]; 262252 + testHaskellDepends = [ 262253 + base bytestring containers directory filepath hspec primitive syb 262254 + template-haskell text th-abstraction th-orphans vector 262255 + ]; 262256 + description = "Collection of useful functions for use with Template Haskell"; 262257 + license = lib.licenses.mit; 262258 + hydraPlatforms = lib.platforms.none; 262259 + }) {}; 262260 + 261542 262261 "thank-you-stars" = callPackage 261543 262262 ({ mkDerivation, aeson, base, bytestring, Cabal, containers 261544 262263 , directory, filepath, hackage-db, hspec, req, split, text ··· 262454 263173 license = lib.licenses.gpl3Only; 262455 263174 }) {}; 262456 263175 263176 + "tidal_1_7_3" = callPackage 263177 + ({ mkDerivation, base, bifunctors, bytestring, clock, colour 263178 + , containers, criterion, deepseq, hosc, microspec, network, parsec 263179 + , primitive, random, text, transformers, weigh 263180 + }: 263181 + mkDerivation { 263182 + pname = "tidal"; 263183 + version = "1.7.3"; 263184 + sha256 = "0z0brlicisn7xpwag20vdrq6ympczxcyd886pm6am5phmifkmfif"; 263185 + enableSeparateDataOutput = true; 263186 + libraryHaskellDepends = [ 263187 + base bifunctors bytestring clock colour containers deepseq hosc 263188 + network parsec primitive random text transformers 263189 + ]; 263190 + testHaskellDepends = [ 263191 + base containers deepseq hosc microspec parsec 263192 + ]; 263193 + benchmarkHaskellDepends = [ base criterion weigh ]; 263194 + description = "Pattern language for improvised music"; 263195 + license = lib.licenses.gpl3Only; 263196 + hydraPlatforms = lib.platforms.none; 263197 + }) {}; 263198 + 262457 263199 "tidal-midi" = callPackage 262458 263200 ({ mkDerivation, base, containers, PortMidi, tidal, time 262459 263201 , transformers ··· 265575 266317 pname = "trackit"; 265576 266318 version = "0.7.2"; 265577 266319 sha256 = "1ha28wdc4dabr9qxkbpg9fasfnplicb2pyrn9zmija204nigbcdj"; 266320 + revision = "1"; 266321 + editedCabalFile = "0l9hi5f90nixayzahksgxrs4zij76767x64irql890ph6qzsq13c"; 265578 266322 isLibrary = false; 265579 266323 isExecutable = true; 265580 266324 executableHaskellDepends = [ ··· 275664 276408 license = lib.licenses.bsd3; 275665 276409 }) {}; 275666 276410 276411 + "vector-binary-instances_0_2_5_2" = callPackage 276412 + ({ mkDerivation, base, binary, bytestring, deepseq, tasty 276413 + , tasty-bench, tasty-quickcheck, vector 276414 + }: 276415 + mkDerivation { 276416 + pname = "vector-binary-instances"; 276417 + version = "0.2.5.2"; 276418 + sha256 = "0kgmlb4rf89b18d348cf2k06xfhdpamhmvq7iz5pab5014hknbmp"; 276419 + libraryHaskellDepends = [ base binary vector ]; 276420 + testHaskellDepends = [ base binary tasty tasty-quickcheck vector ]; 276421 + benchmarkHaskellDepends = [ 276422 + base binary bytestring deepseq tasty-bench vector 276423 + ]; 276424 + description = "Instances of Data.Binary for vector"; 276425 + license = lib.licenses.bsd3; 276426 + hydraPlatforms = lib.platforms.none; 276427 + }) {}; 276428 + 275667 276429 "vector-buffer" = callPackage 275668 276430 ({ mkDerivation, base, deepseq, vector }: 275669 276431 mkDerivation { ··· 276416 277178 ]; 276417 277179 description = "Types and parsers for software version numbers"; 276418 277180 license = lib.licenses.bsd3; 277181 + }) {}; 277182 + 277183 + "versions_5_0_0" = callPackage 277184 + ({ mkDerivation, base, deepseq, hashable, megaparsec, microlens 277185 + , parser-combinators, QuickCheck, tasty, tasty-hunit 277186 + , tasty-quickcheck, text 277187 + }: 277188 + mkDerivation { 277189 + pname = "versions"; 277190 + version = "5.0.0"; 277191 + sha256 = "1rfxjivdsaqc6w7dfqdycy3a81rsajvpfyi5si9ssc0w3ljfsbzr"; 277192 + libraryHaskellDepends = [ 277193 + base deepseq hashable megaparsec parser-combinators text 277194 + ]; 277195 + testHaskellDepends = [ 277196 + base megaparsec microlens QuickCheck tasty tasty-hunit 277197 + tasty-quickcheck text 277198 + ]; 277199 + description = "Types and parsers for software version numbers"; 277200 + license = lib.licenses.bsd3; 277201 + hydraPlatforms = lib.platforms.none; 276419 277202 }) {}; 276420 277203 276421 277204 "vflow-types" = callPackage ··· 278101 278884 broken = true; 278102 278885 }) {inherit (pkgs) fcgi;}; 278103 278886 278887 + "wai-handler-hal" = callPackage 278888 + ({ mkDerivation, base, base64-bytestring, bytestring 278889 + , case-insensitive, hal, http-types, network, text 278890 + , unordered-containers, vault, wai 278891 + }: 278892 + mkDerivation { 278893 + pname = "wai-handler-hal"; 278894 + version = "0.1.0.0"; 278895 + sha256 = "0sjw01k5dyhdi33ld1pd4mf9plpij0spzxf2b228cjyc8x5zx7rj"; 278896 + libraryHaskellDepends = [ 278897 + base base64-bytestring bytestring case-insensitive hal http-types 278898 + network text unordered-containers vault wai 278899 + ]; 278900 + description = "Wrap WAI applications to run on AWS Lambda"; 278901 + license = lib.licenses.bsd3; 278902 + hydraPlatforms = lib.platforms.none; 278903 + broken = true; 278904 + }) {}; 278905 + 278104 278906 "wai-handler-launch" = callPackage 278105 278907 ({ mkDerivation, async, base, bytestring, http-types, process 278106 278908 , streaming-commons, transformers, wai, warp ··· 279388 280190 broken = true; 279389 280191 }) {}; 279390 280192 280193 + "wai-session-redis" = callPackage 280194 + ({ mkDerivation, base, bytestring, cereal, data-default, hedis 280195 + , hspec, http-types, vault, wai, wai-session, warp 280196 + }: 280197 + mkDerivation { 280198 + pname = "wai-session-redis"; 280199 + version = "0.1.0.0"; 280200 + sha256 = "12l2r85xq8ryv6y660c20yfxa19n3rvkilmkb74bj1ch7jmm8d6n"; 280201 + isLibrary = true; 280202 + isExecutable = true; 280203 + libraryHaskellDepends = [ 280204 + base bytestring cereal data-default hedis vault wai wai-session 280205 + ]; 280206 + executableHaskellDepends = [ 280207 + base bytestring cereal data-default hedis http-types vault wai 280208 + wai-session warp 280209 + ]; 280210 + testHaskellDepends = [ 280211 + base bytestring cereal data-default hedis hspec vault wai 280212 + wai-session 280213 + ]; 280214 + description = "Simple Redis backed wai-session backend"; 280215 + license = lib.licenses.bsd3; 280216 + }) {}; 280217 + 279391 280218 "wai-session-tokyocabinet" = callPackage 279392 280219 ({ mkDerivation, base, bytestring, cereal, errors 279393 280220 , tokyocabinet-haskell, transformers, wai-session ··· 279743 280570 ]; 279744 280571 description = "A fast, light-weight web server for WAI applications"; 279745 280572 license = lib.licenses.mit; 280573 + }) {}; 280574 + 280575 + "warp_3_3_15" = callPackage 280576 + ({ mkDerivation, array, async, auto-update, base, bsb-http-chunked 280577 + , bytestring, case-insensitive, containers, directory, gauge 280578 + , ghc-prim, hashable, hspec, http-client, http-date, http-types 280579 + , http2, HUnit, iproute, lifted-base, network, process, QuickCheck 280580 + , simple-sendfile, stm, streaming-commons, text, time, time-manager 280581 + , unix, unix-compat, vault, wai, word8, x509 280582 + }: 280583 + mkDerivation { 280584 + pname = "warp"; 280585 + version = "3.3.15"; 280586 + sha256 = "0nj4xxzjcy33hyfdagpc2ij6ga71r1fmc248rjgwsyfflial63bz"; 280587 + libraryHaskellDepends = [ 280588 + array async auto-update base bsb-http-chunked bytestring 280589 + case-insensitive containers ghc-prim hashable http-date http-types 280590 + http2 iproute network simple-sendfile stm streaming-commons text 280591 + time-manager unix unix-compat vault wai word8 x509 280592 + ]; 280593 + testHaskellDepends = [ 280594 + array async auto-update base bsb-http-chunked bytestring 280595 + case-insensitive containers directory ghc-prim hashable hspec 280596 + http-client http-date http-types http2 HUnit iproute lifted-base 280597 + network process QuickCheck simple-sendfile stm streaming-commons 280598 + text time time-manager unix unix-compat vault wai word8 x509 280599 + ]; 280600 + benchmarkHaskellDepends = [ 280601 + auto-update base bytestring containers gauge hashable http-date 280602 + http-types network time-manager unix unix-compat x509 280603 + ]; 280604 + description = "A fast, light-weight web server for WAI applications"; 280605 + license = lib.licenses.mit; 280606 + hydraPlatforms = lib.platforms.none; 279746 280607 }) {}; 279747 280608 279748 280609 "warp-dynamic" = callPackage ··· 284965 285826 license = lib.licenses.mit; 284966 285827 }) {}; 284967 285828 285829 + "xml-conduit_1_9_1_1" = callPackage 285830 + ({ mkDerivation, attoparsec, base, blaze-html, blaze-markup 285831 + , bytestring, Cabal, cabal-doctest, conduit, conduit-extra 285832 + , containers, data-default-class, deepseq, doctest, hspec, HUnit 285833 + , resourcet, text, transformers, xml-types 285834 + }: 285835 + mkDerivation { 285836 + pname = "xml-conduit"; 285837 + version = "1.9.1.1"; 285838 + sha256 = "1zzh7xnmbm68dab1vqsjkr6ghxqgnla5nik4amrwlmhbdih1gcdx"; 285839 + setupHaskellDepends = [ base Cabal cabal-doctest ]; 285840 + libraryHaskellDepends = [ 285841 + attoparsec base blaze-html blaze-markup bytestring conduit 285842 + conduit-extra containers data-default-class deepseq resourcet text 285843 + transformers xml-types 285844 + ]; 285845 + testHaskellDepends = [ 285846 + base blaze-markup bytestring conduit conduit-extra containers 285847 + doctest hspec HUnit resourcet text transformers xml-types 285848 + ]; 285849 + description = "Pure-Haskell utilities for dealing with XML with the conduit package"; 285850 + license = lib.licenses.mit; 285851 + hydraPlatforms = lib.platforms.none; 285852 + }) {}; 285853 + 284968 285854 "xml-conduit-decode" = callPackage 284969 285855 ({ mkDerivation, base, bifunctors, data-default, lens, semigroups 284970 285856 , tasty, tasty-hunit, text, time, xml-conduit, xml-types ··· 287842 288728 license = lib.licenses.mit; 287843 288729 }) {}; 287844 288730 288731 + "yesod_1_6_1_1" = callPackage 288732 + ({ mkDerivation, aeson, base, bytestring, conduit 288733 + , data-default-class, directory, fast-logger, file-embed 288734 + , monad-logger, shakespeare, streaming-commons, template-haskell 288735 + , text, unix, unordered-containers, wai, wai-extra, wai-logger 288736 + , warp, yaml, yesod-core, yesod-form, yesod-persistent 288737 + }: 288738 + mkDerivation { 288739 + pname = "yesod"; 288740 + version = "1.6.1.1"; 288741 + sha256 = "1iiaixd1xrqjcvknl9g3yvr26nbpfa2amh2ayfxmnpjlxvdhfnyn"; 288742 + libraryHaskellDepends = [ 288743 + aeson base bytestring conduit data-default-class directory 288744 + fast-logger file-embed monad-logger shakespeare streaming-commons 288745 + template-haskell text unix unordered-containers wai wai-extra 288746 + wai-logger warp yaml yesod-core yesod-form yesod-persistent 288747 + ]; 288748 + description = "Creation of type-safe, RESTful web applications"; 288749 + license = lib.licenses.mit; 288750 + hydraPlatforms = lib.platforms.none; 288751 + }) {}; 288752 + 287845 288753 "yesod-alerts" = callPackage 287846 288754 ({ mkDerivation, alerts, base, blaze-html, blaze-markup, safe, text 287847 288755 , yesod-core ··· 287948 288856 license = lib.licenses.mit; 287949 288857 }) {}; 287950 288858 288859 + "yesod-auth_1_6_10_3" = callPackage 288860 + ({ mkDerivation, aeson, authenticate, base, base16-bytestring 288861 + , base64-bytestring, binary, blaze-builder, blaze-html 288862 + , blaze-markup, bytestring, conduit, conduit-extra, containers 288863 + , cryptonite, data-default, email-validate, file-embed, http-client 288864 + , http-client-tls, http-conduit, http-types, memory, network-uri 288865 + , nonce, persistent, random, safe, shakespeare, template-haskell 288866 + , text, time, transformers, unliftio, unliftio-core 288867 + , unordered-containers, wai, yesod-core, yesod-form 288868 + , yesod-persistent 288869 + }: 288870 + mkDerivation { 288871 + pname = "yesod-auth"; 288872 + version = "1.6.10.3"; 288873 + sha256 = "00a7gbp2czg6ixxx62k2nmrj5g1la6cjh697y8vg9xhxq7vpyshg"; 288874 + libraryHaskellDepends = [ 288875 + aeson authenticate base base16-bytestring base64-bytestring binary 288876 + blaze-builder blaze-html blaze-markup bytestring conduit 288877 + conduit-extra containers cryptonite data-default email-validate 288878 + file-embed http-client http-client-tls http-conduit http-types 288879 + memory network-uri nonce persistent random safe shakespeare 288880 + template-haskell text time transformers unliftio unliftio-core 288881 + unordered-containers wai yesod-core yesod-form yesod-persistent 288882 + ]; 288883 + description = "Authentication for Yesod"; 288884 + license = lib.licenses.mit; 288885 + hydraPlatforms = lib.platforms.none; 288886 + }) {}; 288887 + 287951 288888 "yesod-auth-account" = callPackage 287952 288889 ({ mkDerivation, base, blaze-html, bytestring, hspec, monad-logger 287953 288890 , mtl, nonce, persistent, persistent-sqlite, pwstore-fast ··· 288116 289053 license = lib.licenses.mit; 288117 289054 }) {}; 288118 289055 289056 + "yesod-auth-hashdb_1_7_1_6" = callPackage 289057 + ({ mkDerivation, aeson, base, basic-prelude, bytestring, containers 289058 + , hspec, http-conduit, http-types, monad-logger, network-uri 289059 + , persistent, persistent-sqlite, resourcet, text 289060 + , unordered-containers, wai-extra, yesod, yesod-auth, yesod-core 289061 + , yesod-form, yesod-persistent, yesod-test 289062 + }: 289063 + mkDerivation { 289064 + pname = "yesod-auth-hashdb"; 289065 + version = "1.7.1.6"; 289066 + sha256 = "062f2fv4ixr5bd5xcs208xfg2i18z25g3imf86qrziv0yxxg5qpc"; 289067 + libraryHaskellDepends = [ 289068 + aeson base bytestring persistent text yesod-auth yesod-core 289069 + yesod-form yesod-persistent 289070 + ]; 289071 + testHaskellDepends = [ 289072 + aeson base basic-prelude bytestring containers hspec http-conduit 289073 + http-types monad-logger network-uri persistent-sqlite resourcet 289074 + text unordered-containers wai-extra yesod yesod-auth yesod-core 289075 + yesod-test 289076 + ]; 289077 + description = "Authentication plugin for Yesod"; 289078 + license = lib.licenses.mit; 289079 + hydraPlatforms = lib.platforms.none; 289080 + }) {}; 289081 + 288119 289082 "yesod-auth-hmac-keccak" = callPackage 288120 289083 ({ mkDerivation, aeson, base, bytestring, cryptonite, mtl 288121 289084 , persistent, random, shakespeare, text, yesod-auth, yesod-core ··· 288257 289220 }: 288258 289221 mkDerivation { 288259 289222 pname = "yesod-auth-oauth"; 288260 - version = "1.6.0.2"; 288261 - sha256 = "1rr21vclcvy4lrv6r3v6f6sslmwg49jr7jiad63snn81nz854da1"; 289223 + version = "1.6.0.3"; 289224 + sha256 = "0y57d5y0l0fzmk6zxrpf2xf8y00hp2i0lk3xh5sqlb77a57r109s"; 288262 289225 libraryHaskellDepends = [ 288263 289226 authenticate-oauth base bytestring text unliftio yesod-auth 288264 289227 yesod-core yesod-form ··· 288858 289821 license = lib.licenses.mit; 288859 289822 }) {}; 288860 289823 289824 + "yesod-form_1_7_0" = callPackage 289825 + ({ mkDerivation, aeson, attoparsec, base, blaze-builder, blaze-html 289826 + , blaze-markup, byteable, bytestring, containers, data-default 289827 + , email-validate, hspec, network-uri, persistent, resourcet 289828 + , shakespeare, text, time, transformers, wai, xss-sanitize 289829 + , yesod-core, yesod-persistent 289830 + }: 289831 + mkDerivation { 289832 + pname = "yesod-form"; 289833 + version = "1.7.0"; 289834 + sha256 = "170gby381h5pg9njn908cyx2931yiv79x3rc5npg2rd74kif06vi"; 289835 + libraryHaskellDepends = [ 289836 + aeson attoparsec base blaze-builder blaze-html blaze-markup 289837 + byteable bytestring containers data-default email-validate 289838 + network-uri persistent resourcet shakespeare text time transformers 289839 + wai xss-sanitize yesod-core yesod-persistent 289840 + ]; 289841 + testHaskellDepends = [ base hspec text time ]; 289842 + description = "Form handling support for Yesod Web Framework"; 289843 + license = lib.licenses.mit; 289844 + hydraPlatforms = lib.platforms.none; 289845 + }) {}; 289846 + 288861 289847 "yesod-form-bootstrap4" = callPackage 288862 289848 ({ mkDerivation, base, blaze-html, blaze-markup, shakespeare, text 288863 289849 , yesod-core, yesod-form ··· 288918 289904 }: 288919 289905 mkDerivation { 288920 289906 pname = "yesod-form-multi"; 288921 - version = "1.7.0.1"; 288922 - sha256 = "0dpcyq6l28zbm12rzjp18bhjaghf38jhjzj6qp40qyvb5f8yx9dp"; 289907 + version = "1.7.0.2"; 289908 + sha256 = "1kx27680mgplmqnfjygbcf6a2bv0i9rcxbys986aaa3x785dfj02"; 288923 289909 libraryHaskellDepends = [ 288924 289910 base containers network-uri shakespeare text transformers 288925 289911 yesod-core yesod-form ··· 289135 290121 broken = true; 289136 290122 }) {}; 289137 290123 290124 + "yesod-markdown_0_12_6_9" = callPackage 290125 + ({ mkDerivation, base, blaze-html, blaze-markup, bytestring 290126 + , directory, hspec, pandoc, persistent, shakespeare, text 290127 + , xss-sanitize, yesod-core, yesod-form 290128 + }: 290129 + mkDerivation { 290130 + pname = "yesod-markdown"; 290131 + version = "0.12.6.9"; 290132 + sha256 = "05s63nx27f823b47yy70p9kqxi1cvfk226zgb0qhs5a2q70nxj7z"; 290133 + libraryHaskellDepends = [ 290134 + base blaze-html blaze-markup bytestring directory pandoc persistent 290135 + shakespeare text xss-sanitize yesod-core yesod-form 290136 + ]; 290137 + testHaskellDepends = [ base blaze-html hspec text ]; 290138 + description = "Tools for using markdown in a yesod application"; 290139 + license = lib.licenses.gpl2Only; 290140 + hydraPlatforms = lib.platforms.none; 290141 + broken = true; 290142 + }) {}; 290143 + 289138 290144 "yesod-media-simple" = callPackage 289139 290145 ({ mkDerivation, base, bytestring, diagrams-cairo, diagrams-core 289140 290146 , diagrams-lib, directory, JuicyPixels, vector, yesod ··· 289180 290186 pname = "yesod-page-cursor"; 289181 290187 version = "2.0.0.5"; 289182 290188 sha256 = "0jz5dhmvfggbyjkcxs7v4pc4jpcd759jfv77avzwr64xx2glk1yw"; 290189 + libraryHaskellDepends = [ 290190 + aeson base bytestring containers http-link-header network-uri text 290191 + unliftio yesod-core 290192 + ]; 290193 + testHaskellDepends = [ 290194 + aeson base bytestring hspec hspec-expectations-lifted 290195 + http-link-header http-types lens lens-aeson monad-logger mtl 290196 + persistent persistent-sqlite persistent-template scientific text 290197 + time unliftio unliftio-core wai-extra yesod yesod-core yesod-test 290198 + ]; 290199 + license = lib.licenses.mit; 290200 + hydraPlatforms = lib.platforms.none; 290201 + broken = true; 290202 + }) {}; 290203 + 290204 + "yesod-page-cursor_2_0_0_6" = callPackage 290205 + ({ mkDerivation, aeson, base, bytestring, containers, hspec 290206 + , hspec-expectations-lifted, http-link-header, http-types, lens 290207 + , lens-aeson, monad-logger, mtl, network-uri, persistent 290208 + , persistent-sqlite, persistent-template, scientific, text, time 290209 + , unliftio, unliftio-core, wai-extra, yesod, yesod-core, yesod-test 290210 + }: 290211 + mkDerivation { 290212 + pname = "yesod-page-cursor"; 290213 + version = "2.0.0.6"; 290214 + sha256 = "0if4pwpzpr48cz1vixk234fdl4lj3895ma9ak8x917sc3cgp2kv1"; 289183 290215 libraryHaskellDepends = [ 289184 290216 aeson base bytestring containers http-link-header network-uri text 289185 290217 unliftio yesod-core ··· 289924 290956 }: 289925 290957 mkDerivation { 289926 290958 pname = "yesod-websockets"; 289927 - version = "0.3.0.2"; 289928 - sha256 = "1k206l84g25xml8yg4q7i62x5aydxq2hni2fk2cc36dlvl0rgih1"; 289929 - libraryHaskellDepends = [ 289930 - base conduit mtl transformers unliftio wai-websockets websockets 289931 - yesod-core 289932 - ]; 289933 - description = "WebSockets support for Yesod"; 289934 - license = lib.licenses.mit; 289935 - }) {}; 289936 - 289937 - "yesod-websockets_0_3_0_3" = callPackage 289938 - ({ mkDerivation, base, conduit, mtl, transformers, unliftio 289939 - , wai-websockets, websockets, yesod-core 289940 - }: 289941 - mkDerivation { 289942 - pname = "yesod-websockets"; 289943 290959 version = "0.3.0.3"; 289944 290960 sha256 = "0hm4qzn0kqwl7mfvhgc1h1xbpj80fnkfbh5r3k9c52n5dmcapy6n"; 289945 290961 libraryHaskellDepends = [ ··· 289948 290964 ]; 289949 290965 description = "WebSockets support for Yesod"; 289950 290966 license = lib.licenses.mit; 289951 - hydraPlatforms = lib.platforms.none; 289952 290967 }) {}; 289953 290968 289954 290969 "yesod-websockets-extra" = callPackage
-1
pkgs/development/python-modules/pycomfoconnect/default.nix
··· 2 2 , buildPythonPackage 3 3 , fetchFromGitHub 4 4 , protobuf 5 - , pytestCheckHook 6 5 }: 7 6 8 7 buildPythonPackage rec {
+21 -21
pkgs/development/tools/electron/default.nix
··· 86 86 headers = "0yx8mkrm15ha977hzh7g2sc5fab9sdvlk1bk3yxignhxrqqbw885"; 87 87 }; 88 88 89 - electron_10 = mkElectron "10.4.2" { 90 - x86_64-linux = "3d613b413f01c8af1600be42c82941761452407e1160125eca60feec0d7dd0c0"; 91 - x86_64-darwin = "87b18811d165f2fd64606ae13a567b737f54bd41c7e2204a047a3532f4fa2d9c"; 92 - i686-linux = "297083ca9b21554ea1f729ed17c0c8b13aaea24e77194f9c1b340489fcfc0fa6"; 93 - armv7l-linux = "3d93ec220824cce5d99b3a7511604b89c63935bd1130fc64ce08b8436e34c096"; 94 - aarch64-linux = "0060e37eada91bac51945ae325ab04309438609089d31ab3f8bbfda73cc26166"; 95 - headers = "13cpkblkvhvd3sww8n1gw4rhva84x2fkkg81yr3n2mb0virlfgpn"; 89 + electron_10 = mkElectron "10.4.3" { 90 + x86_64-linux = "48793fc6c6d3bfb8df81cd29f6c52e68c8c6b901693c6ba4ed505799fa673e9f"; 91 + x86_64-darwin = "28cbacf51e0528e0d4ba30a2c56efd6a8e7f836104786733aae0c5fc99dc2615"; 92 + i686-linux = "b9b7fd9b91630350dafe97a31c918f941ab15b044f0b4e9b2a705482447fe78f"; 93 + armv7l-linux = "b1e1b4d0620eae647915c95d21656d21c00efe89f44198938d9fd9fba045e39c"; 94 + aarch64-linux = "aa9177becf787920cef4cde27a6ed08e2e23976678162a3cd6b77615b1582c05"; 95 + headers = "0phv08myxq226blrqzg3fza3mh3ivgfmcja98b7377pc3x7bv76g"; 96 96 }; 97 97 98 - electron_11 = mkElectron "11.4.1" { 99 - x86_64-linux = "3efd3d3b5a9f71323320288aece65fcec89ea0331c3d6d3afc2495d3b0dc95d3"; 100 - x86_64-darwin = "6ff91613c51b2ebaf280eb86b826f47d62639081a0f38c2012c428a17619a163"; 101 - i686-linux = "513e1bc7a3e546dc0e712836886ac89c9f76bb7fb1e4b7a1f9d9cbc7347d8569"; 102 - armv7l-linux = "838fc96d90cfcc5e1e892287008f9d9d2dbe27f3d4cf2479e6275ecdd140fb65"; 103 - aarch64-linux = "a3de4208b5033a19ffa9dd8130d440909b181c0ef57cb51c8f9c8dbbb1267a26"; 104 - headers = "1bpsmmlxl4gk9yn5w7f8m6g8k1gmvwk0jwpqlk5islpkcy6x7107"; 98 + electron_11 = mkElectron "11.4.3" { 99 + x86_64-linux = "222e7aa51d5516796d532f784c574f07315bad4bf29efb0ce687014f93ba5fa5"; 100 + x86_64-darwin = "6cccbaf8dca7eb3819b0ac3044686f6705c5d51c88ee1361d8573c2b83c8dc0a"; 101 + i686-linux = "1910729fd6088e9c914db9fdd6c42ce6747fcb048947dd83fa2cdf564c786353"; 102 + armv7l-linux = "e0e1375bdb79a6917467490683e49bb59da9260b73d7b710a5e4e4535c1c5e80"; 103 + aarch64-linux = "9fb287ed8bcc7782775bd615fe1c31db4a8b6d548209fd15ef5312ac72a04d07"; 104 + headers = "00gln9jlb621gvxx1z7s212wakjbdigdqv02vx1pjvkg62aazg8j"; 105 105 }; 106 106 107 - electron_12 = mkElectron "12.0.2" { 108 - x86_64-linux = "fc3ff888d8cd4ada8368420c8951ed1b5ad78919bdcb688abe698d00e12a2e0a"; 109 - x86_64-darwin = "766ca8f8adc4535db3069665ea8983979ea79dd5ec376e1c298f858b420ec58f"; 110 - i686-linux = "78ab55db275b85210c6cc14ddf41607fbd5cefed93ef4d1b6b74630b0841b23c"; 111 - armv7l-linux = "8be8c6ea05da669d79179c5969ddee853710a1dd44f86e8f3bbe1167a2daf13c"; 112 - aarch64-linux = "9ef70ab9347be63555784cac99efbaff1ef2d02dcc79070d7bccd18c38de87ef"; 113 - headers = "07095b5rylilbmyd0syamm6fc4pngazldj5jgm7blgirdi8yzzd2"; 107 + electron_12 = mkElectron "12.0.4" { 108 + x86_64-linux = "6419716f614f396954981e6432afe77277dff2b64ecb84e2bbd6d740362ea01c"; 109 + x86_64-darwin = "3072f1854eb5b91d5f24e03a313583bb85d696cda48381bdf3e40ee2c93dfe34"; 110 + i686-linux = "fa241874aacca8fe4b4f940fa9133fe65fdcf9ef0847322332f0c67ee7b42aa0"; 111 + armv7l-linux = "8d88d13bf117820bc3b46501d34004f18ebf402f2817836a2a7ba4fc60433653"; 112 + aarch64-linux = "c5cbcbb5b397407e45e682480b30da4fcf94154ac92d8f6eea4c79a50d56626a"; 113 + headers = "121falvhz0bfxc2h7wwvyfqdagr3aznida4f4phzqp0ja3rznxf3"; 114 114 }; 115 115 }
+2
pkgs/development/tools/purescript/spago/default.nix
··· 17 17 maintainers = (oldAttrs.maintainers or []) ++ [ 18 18 lib.maintainers.cdepillabout 19 19 ]; 20 + changelog = 21 + "https://github.com/purescript/spago/releases/tag/${oldAttrs.version}"; 20 22 })); 21 23 in 22 24
+2 -2
pkgs/games/osu-lazer/default.nix
··· 16 16 17 17 in stdenv.mkDerivation rec { 18 18 pname = "osu-lazer"; 19 - version = "2021.331.0"; 19 + version = "2021.410.0"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "ppy"; 23 23 repo = "osu"; 24 24 rev = version; 25 - sha256 = "dCKBxVDBBhJ7LEawmMOU7PKh0yxmDgVw6PL2F0qA5RU="; 25 + sha256 = "twKg9iZdY+zgwEQeHMOlRZKXxAHic7GnoqH0jOdW7fw="; 26 26 }; 27 27 28 28 patches = [ ./bypass-tamper-detection.patch ];
+14 -14
pkgs/games/osu-lazer/deps.nix
··· 261 261 }) 262 262 (fetchNuGet { 263 263 name = "JetBrains.Annotations"; 264 - version = "2020.3.0"; 265 - sha256 = "04xlfqnfg3069f014q8f0vx7y70m8nldbf9fia4b50bp3rry2lv2"; 264 + version = "2021.1.0"; 265 + sha256 = "07pnhxxlgx8spmwmakz37nmbvgyb6yjrbrhad5rrn6y767z5r1gb"; 266 266 }) 267 267 (fetchNuGet { 268 268 name = "ManagedBass"; ··· 296 296 }) 297 297 (fetchNuGet { 298 298 name = "Microsoft.AspNetCore.App.Runtime.linux-x64"; 299 - version = "5.0.0"; 300 - sha256 = "14njzl0907wzcbsnxl62m4y6mv9pdirm68bj8qbbip0q5a6xgidw"; 299 + version = "5.0.5"; 300 + sha256 = "026m19pddhkx5idwpi6mp1yl9yfcfgm2qjp1jh54mdja1d7ng0vk"; 301 301 }) 302 302 (fetchNuGet { 303 303 name = "Microsoft.AspNetCore.Connections.Abstractions"; ··· 551 551 }) 552 552 (fetchNuGet { 553 553 name = "Microsoft.Extensions.ObjectPool"; 554 - version = "5.0.4"; 555 - sha256 = "07kyqbm7f7k4bv3fa54b826b87z00385pqgjzd4s8l26j6p39rrm"; 554 + version = "5.0.5"; 555 + sha256 = "0hh0xm14hp479dsd0gb9igz0vbbn3sak27v39phpyilxvk7ky5z1"; 556 556 }) 557 557 (fetchNuGet { 558 558 name = "Microsoft.Extensions.Options"; ··· 576 576 }) 577 577 (fetchNuGet { 578 578 name = "Microsoft.NETCore.App.Runtime.linux-x64"; 579 - version = "5.0.0"; 580 - sha256 = "1k9yxklzdnjfkqysg54dz0mr75yg29fhlls9alh5qlfpsfpk32yq"; 579 + version = "5.0.5"; 580 + sha256 = "1h5yry6k9bpqqis2fb1901csb8kipm7anm174fjj41r317vzfjfa"; 581 581 }) 582 582 (fetchNuGet { 583 583 name = "Microsoft.NETCore.Platforms"; ··· 721 721 }) 722 722 (fetchNuGet { 723 723 name = "ppy.osu.Framework"; 724 - version = "2021.330.0"; 725 - sha256 = "01v319nd9szq5z5qq6pa348y1mv93pnhw0vrgbrjwvcs797h7mjl"; 724 + version = "2021.410.0"; 725 + sha256 = "1vwdrspdpal44hyspv3rsax8mkszvbnc2xl1xswczx9mzj6qs4by"; 726 726 }) 727 727 (fetchNuGet { 728 728 name = "ppy.osu.Framework.NativeLibs"; ··· 731 731 }) 732 732 (fetchNuGet { 733 733 name = "ppy.osu.Game.Resources"; 734 - version = "2021.211.1"; 735 - sha256 = "0rqv5blmyzvcpk0b1r6fzr1bla62kr2fwkr1f9ahir9zafvk2wmm"; 734 + version = "2021.410.0"; 735 + sha256 = "1a5qia4595n0b21dj63sl71ar56m9x1glqwky7a9bb0dqpvfivya"; 736 736 }) 737 737 (fetchNuGet { 738 738 name = "ppy.osuTK.NS20"; ··· 741 741 }) 742 742 (fetchNuGet { 743 743 name = "ppy.SDL2-CS"; 744 - version = "1.0.82"; 745 - sha256 = "0hdfih1hjpqxgblwc947inyfhskkj85f061cagf8gdl69xsp2l1b"; 744 + version = "1.0.225-alpha"; 745 + sha256 = "1x8hvk9kikwi7wrvwxdxk3pkbs491iss2mvqgiw844zld5izihqc"; 746 746 }) 747 747 (fetchNuGet { 748 748 name = "ppy.squirrel.windows";
+1 -14
pkgs/games/osu-lazer/update.sh
··· 22 22 23 23 pushd "$src" 24 24 25 - # Setup empty nuget package folder to force reinstall. 26 25 mkdir ./nuget_tmp.packages 27 - cat >./nuget_tmp.config <<EOF 28 - <?xml version="1.0" encoding="utf-8"?> 29 - <configuration> 30 - <packageSources> 31 - <add key="nuget" value="https://api.nuget.org/v3/index.json" /> 32 - </packageSources> 33 - <config> 34 - <add key="globalPackagesFolder" value="$(realpath ./nuget_tmp.packages)" /> 35 - </config> 36 - </configuration> 37 - EOF 38 - 39 - dotnet restore osu.Desktop --configfile ./nuget_tmp.config --runtime linux-x64 26 + dotnet restore osu.Desktop --packages ./nuget_tmp.packages --runtime linux-x64 40 27 41 28 echo "{ fetchNuGet }: [" >"$deps_file" 42 29 while read pkg_spec; do
+3 -3
pkgs/misc/emulators/ryujinx/default.nix
··· 16 16 ]; 17 17 in stdenv.mkDerivation rec { 18 18 pname = "ryujinx"; 19 - version = "1.0.6807"; # Versioning is based off of the official appveyor builds: https://ci.appveyor.com/project/gdkchan/ryujinx 19 + version = "1.0.6835"; # Versioning is based off of the official appveyor builds: https://ci.appveyor.com/project/gdkchan/ryujinx 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "Ryujinx"; 23 23 repo = "Ryujinx"; 24 - rev = "0ee314fb3b9d476d0d207a3595bde24af9c4b69b"; 25 - sha256 = "1yyjy5qblsdg186hr81qpc07n0cqla67q3hjf2rrzq5pyb10bldy"; 24 + rev = "e520eecb5ba682d4b51bb782e3bc99fb1d6afe04"; 25 + sha256 = "1yy1xslnvvl0m7g0jszj2pjwdwf0pbv53crzfkhla3n68kvfy00f"; 26 26 }; 27 27 28 28 nativeBuildInputs = [ dotnet-sdk_5 dotnetPackages.Nuget cacert makeWrapper wrapGAppsHook gobject-introspection gdk-pixbuf ];
+195 -205
pkgs/misc/emulators/ryujinx/deps.nix
··· 45 45 sha256 = "1j8i5izk97ga30z1qpd765zqd2q5w71y8bhnkqq4bj59768fyxp5"; 46 46 }) 47 47 (fetchNuGet { 48 - name = "GLWidget"; 49 - version = "1.0.2"; 50 - sha256 = "0nb46jiscnsywwdfy7zhx1bw4jfmca3s6l8dhbi99gc4bvp8ar7p"; 48 + name = "GtkSharp"; 49 + version = "3.22.25.128"; 50 + sha256 = "0z0wx0p3gc02r8d7y88k1rw307sb2vapbr1k1yc5qdc38fxz5jsy"; 51 51 }) 52 52 (fetchNuGet { 53 53 name = "GtkSharp.Dependencies"; ··· 55 55 sha256 = "1g1rhcn38ww97638rds6l5bysra43hkhv47fy71fvq89623zgyxn"; 56 56 }) 57 57 (fetchNuGet { 58 - name = "GtkSharp"; 59 - version = "3.22.25.128"; 60 - sha256 = "0z0wx0p3gc02r8d7y88k1rw307sb2vapbr1k1yc5qdc38fxz5jsy"; 61 - }) 62 - (fetchNuGet { 63 58 name = "LibHac"; 64 59 version = "0.12.0"; 65 60 sha256 = "08r9b9cdcbz6339sw8r5dfy2a8iw53df0j3xq9rygkg02xspimld"; 66 61 }) 67 62 (fetchNuGet { 68 63 name = "Microsoft.AspNetCore.App.Runtime.linux-x64"; 69 - version = "5.0.0"; 70 - sha256 = "14njzl0907wzcbsnxl62m4y6mv9pdirm68bj8qbbip0q5a6xgidw"; 64 + version = "5.0.5"; 65 + sha256 = "026m19pddhkx5idwpi6mp1yl9yfcfgm2qjp1jh54mdja1d7ng0vk"; 71 66 }) 72 67 (fetchNuGet { 73 68 name = "Microsoft.AspNetCore.App.Runtime.osx-x64"; 74 - version = "5.0.0"; 75 - sha256 = "1mmklq1fwq4km9y9jgk63wmwjlarx4npkpvjaiwdzv83vdv104ja"; 69 + version = "5.0.5"; 70 + sha256 = "09nsi9fa8kb3jpnim0hdap3jabskvpr4fmpvnj5wsh3gp91vqvgb"; 76 71 }) 77 72 (fetchNuGet { 78 73 name = "Microsoft.AspNetCore.App.Runtime.win-x64"; 79 - version = "5.0.0"; 80 - sha256 = "0k7q89w3nky4m0j5jsk95c8gczlyp5jl9982gf1hli3gqpl2q4jr"; 74 + version = "5.0.5"; 75 + sha256 = "10g2vdsz685agqbd7h7dd9gvs584prpai0zv37r59wzlynj1assl"; 81 76 }) 82 77 (fetchNuGet { 83 78 name = "Microsoft.CodeCoverage"; ··· 95 90 sha256 = "0mp8ihqlb7fsa789frjzidrfjc1lrhk88qp3xm5qvr7vf4wy4z8x"; 96 91 }) 97 92 (fetchNuGet { 98 - name = "Microsoft.NET.Test.Sdk"; 99 - version = "16.8.0"; 100 - sha256 = "1ln2mva7j2mpsj9rdhpk8vhm3pgd8wn563xqdcwd38avnhp74rm9"; 101 - }) 102 - (fetchNuGet { 103 93 name = "Microsoft.NETCore.App.Host.osx-x64"; 104 - version = "5.0.0"; 105 - sha256 = "1nirb155gzn2ws1ayaqspjmjaizw87jq2684mzkn18jv4si0hbpf"; 94 + version = "5.0.5"; 95 + sha256 = "14d6wz593dwm2j3apd3ny10idk8bfxqgfrparhc1q7q4i66y21ws"; 106 96 }) 107 97 (fetchNuGet { 108 98 name = "Microsoft.NETCore.App.Host.win-x64"; 109 - version = "5.0.0"; 110 - sha256 = "0nghghcapc28ixg21wb30ccjirc9wz83h0y3bn5zyfanxv2m2ypx"; 99 + version = "5.0.5"; 100 + sha256 = "1233y31z46yqzjgwpa6mmb1h63iqp6wbly6mbwkjqm2adx1wkp47"; 111 101 }) 112 102 (fetchNuGet { 113 103 name = "Microsoft.NETCore.App.Runtime.linux-x64"; 114 - version = "5.0.0"; 115 - sha256 = "1k9yxklzdnjfkqysg54dz0mr75yg29fhlls9alh5qlfpsfpk32yq"; 104 + version = "5.0.5"; 105 + sha256 = "1h5yry6k9bpqqis2fb1901csb8kipm7anm174fjj41r317vzfjfa"; 116 106 }) 117 107 (fetchNuGet { 118 108 name = "Microsoft.NETCore.App.Runtime.osx-x64"; 119 - version = "5.0.0"; 120 - sha256 = "0lvpf4zz617y94zz3zsmzrg6zcdd6z3z9gz2bd5kq1l8y1pmq77y"; 109 + version = "5.0.5"; 110 + sha256 = "1a1ijdk61l0h25sj9ypcf96vz1c08ca7q5809g82qpi9m34kw8b8"; 121 111 }) 122 112 (fetchNuGet { 123 113 name = "Microsoft.NETCore.App.Runtime.win-x64"; 124 - version = "5.0.0"; 125 - sha256 = "1486654z369857h45v73jz8pwr8ibb97fiw5mfm7f01kdbyjdsdd"; 114 + version = "5.0.5"; 115 + sha256 = "1gc4msk61jgj9ill4icp0mn523g411iqpxphp0fykfvqdpqyqg46"; 126 116 }) 127 117 (fetchNuGet { 128 118 name = "Microsoft.NETCore.Platforms"; ··· 141 131 }) 142 132 (fetchNuGet { 143 133 name = "Microsoft.NETCore.Platforms"; 144 - version = "3.1.0"; 145 - sha256 = "1gc1x8f95wk8yhgznkwsg80adk1lc65v9n5rx4yaa4bc5dva0z3j"; 146 - }) 147 - (fetchNuGet { 148 - name = "Microsoft.NETCore.Platforms"; 149 134 version = "5.0.0"; 150 135 sha256 = "0mwpwdflidzgzfx2dlpkvvnkgkr2ayaf0s80737h4wa35gaj11rc"; 151 136 }) ··· 158 143 name = "Microsoft.NETCore.Targets"; 159 144 version = "1.1.0"; 160 145 sha256 = "193xwf33fbm0ni3idxzbr5fdq3i2dlfgihsac9jj7whj0gd902nh"; 146 + }) 147 + (fetchNuGet { 148 + name = "Microsoft.NET.Test.Sdk"; 149 + version = "16.8.0"; 150 + sha256 = "1ln2mva7j2mpsj9rdhpk8vhm3pgd8wn563xqdcwd38avnhp74rm9"; 161 151 }) 162 152 (fetchNuGet { 163 153 name = "Microsoft.TestPlatform.ObjectModel"; ··· 188 178 name = "Microsoft.Win32.Registry"; 189 179 version = "4.5.0"; 190 180 sha256 = "1zapbz161ji8h82xiajgriq6zgzmb1f3ar517p2h63plhsq5gh2q"; 191 - }) 192 - (fetchNuGet { 193 - name = "Microsoft.Win32.Registry"; 194 - version = "4.7.0"; 195 - sha256 = "0bx21jjbs7l5ydyw4p6cn07chryxpmchq2nl5pirzz4l3b0q4dgs"; 196 181 }) 197 182 (fetchNuGet { 198 183 name = "Microsoft.Win32.Registry"; ··· 201 186 }) 202 187 (fetchNuGet { 203 188 name = "Microsoft.Win32.SystemEvents"; 204 - version = "4.5.0"; 205 - sha256 = "0fnkv3ky12227zqg4zshx4kw2mvysq2ppxjibfw02cc3iprv4njq"; 206 - }) 207 - (fetchNuGet { 208 - name = "Microsoft.Win32.SystemEvents"; 209 189 version = "5.0.0"; 210 190 sha256 = "0sja4ba0mrvdamn0r9mhq38b9dxi08yb3c1hzh29n1z6ws1hlrcq"; 211 191 }) ··· 255 235 sha256 = "0kxc6z3b8ccdrcyqz88jm5yh5ch9nbg303v67q8sp5hhs8rl8nk6"; 256 236 }) 257 237 (fetchNuGet { 258 - name = "OpenTK.NetStandard"; 259 - version = "1.0.5.32"; 260 - sha256 = "12y8kg73llmq3zibcp6j3hhiw04g7mqlm1nslmb74gfkzx0b4m9f"; 238 + name = "OpenTK.Core"; 239 + version = "4.5.0"; 240 + sha256 = "06qxczikp0aah20d4skk3g588dgh2vn2xffn0ajyyv0475m61s9m"; 241 + }) 242 + (fetchNuGet { 243 + name = "OpenTK.Graphics"; 244 + version = "4.5.0"; 245 + sha256 = "180g5c92fhhhpmwl6paihx4h1bil7akaihlz2qy124n28pf4s988"; 246 + }) 247 + (fetchNuGet { 248 + name = "OpenTK.Mathematics"; 249 + version = "4.5.0"; 250 + sha256 = "1h9dxhq1llxdbgdzsi87ijqgj2ilr3rv0zkxhaa65xrc5x8j8fva"; 251 + }) 252 + (fetchNuGet { 253 + name = "OpenTK.OpenAL"; 254 + version = "4.5.0"; 255 + sha256 = "0lqxpc3vnxglql42x2frvq5bpkl5cf3dpnf9nx6pr3q6qnhigkfb"; 261 256 }) 262 257 (fetchNuGet { 263 258 name = "PangoSharp"; 264 259 version = "3.22.25.128"; 265 260 sha256 = "0dkl9j0yd65s5ds9xj5z6yb7yca7wlycqz25m8dng20d13sqr1zp"; 261 + }) 262 + (fetchNuGet { 263 + name = "ppy.SDL2-CS"; 264 + version = "1.0.225-alpha"; 265 + sha256 = "1x8hvk9kikwi7wrvwxdxk3pkbs491iss2mvqgiw844zld5izihqc"; 266 266 }) 267 267 (fetchNuGet { 268 268 name = "runtime.any.System.Collections"; ··· 280 280 sha256 = "00j6nv2xgmd3bi347k00m7wr542wjlig53rmj28pmw7ddcn97jbn"; 281 281 }) 282 282 (fetchNuGet { 283 - name = "runtime.any.System.Globalization.Calendars"; 283 + name = "runtime.any.System.Globalization"; 284 284 version = "4.3.0"; 285 - sha256 = "1ghhhk5psqxcg6w88sxkqrc35bxcz27zbqm2y5p5298pv3v7g201"; 285 + sha256 = "1daqf33hssad94lamzg01y49xwndy2q97i2lrb7mgn28656qia1x"; 286 286 }) 287 287 (fetchNuGet { 288 - name = "runtime.any.System.Globalization"; 288 + name = "runtime.any.System.Globalization.Calendars"; 289 289 version = "4.3.0"; 290 - sha256 = "1daqf33hssad94lamzg01y49xwndy2q97i2lrb7mgn28656qia1x"; 290 + sha256 = "1ghhhk5psqxcg6w88sxkqrc35bxcz27zbqm2y5p5298pv3v7g201"; 291 291 }) 292 292 (fetchNuGet { 293 293 name = "runtime.any.System.IO"; ··· 295 295 sha256 = "0l8xz8zn46w4d10bcn3l4yyn4vhb3lrj2zw8llvz7jk14k4zps5x"; 296 296 }) 297 297 (fetchNuGet { 298 + name = "runtime.any.System.Reflection"; 299 + version = "4.3.0"; 300 + sha256 = "02c9h3y35pylc0zfq3wcsvc5nqci95nrkq0mszifc0sjx7xrzkly"; 301 + }) 302 + (fetchNuGet { 298 303 name = "runtime.any.System.Reflection.Extensions"; 299 304 version = "4.3.0"; 300 305 sha256 = "0zyri97dfc5vyaz9ba65hjj1zbcrzaffhsdlpxc9bh09wy22fq33"; ··· 305 310 sha256 = "0x1mm8c6iy8rlxm8w9vqw7gb7s1ljadrn049fmf70cyh42vdfhrf"; 306 311 }) 307 312 (fetchNuGet { 308 - name = "runtime.any.System.Reflection"; 313 + name = "runtime.any.System.Resources.ResourceManager"; 309 314 version = "4.3.0"; 310 - sha256 = "02c9h3y35pylc0zfq3wcsvc5nqci95nrkq0mszifc0sjx7xrzkly"; 315 + sha256 = "03kickal0iiby82wa5flar18kyv82s9s6d4xhk5h4bi5kfcyfjzl"; 311 316 }) 312 317 (fetchNuGet { 313 - name = "runtime.any.System.Resources.ResourceManager"; 318 + name = "runtime.any.System.Runtime"; 314 319 version = "4.3.0"; 315 - sha256 = "03kickal0iiby82wa5flar18kyv82s9s6d4xhk5h4bi5kfcyfjzl"; 320 + sha256 = "1cqh1sv3h5j7ixyb7axxbdkqx6cxy00p4np4j91kpm492rf4s25b"; 316 321 }) 317 322 (fetchNuGet { 318 323 name = "runtime.any.System.Runtime.Handles"; ··· 325 330 sha256 = "0c3g3g3jmhlhw4klrc86ka9fjbl7i59ds1fadsb2l8nqf8z3kb19"; 326 331 }) 327 332 (fetchNuGet { 328 - name = "runtime.any.System.Runtime"; 333 + name = "runtime.any.System.Text.Encoding"; 329 334 version = "4.3.0"; 330 - sha256 = "1cqh1sv3h5j7ixyb7axxbdkqx6cxy00p4np4j91kpm492rf4s25b"; 335 + sha256 = "0aqqi1v4wx51h51mk956y783wzags13wa7mgqyclacmsmpv02ps3"; 331 336 }) 332 337 (fetchNuGet { 333 338 name = "runtime.any.System.Text.Encoding.Extensions"; 334 339 version = "4.3.0"; 335 340 sha256 = "0lqhgqi0i8194ryqq6v2gqx0fb86db2gqknbm0aq31wb378j7ip8"; 336 - }) 337 - (fetchNuGet { 338 - name = "runtime.any.System.Text.Encoding"; 339 - version = "4.3.0"; 340 - sha256 = "0aqqi1v4wx51h51mk956y783wzags13wa7mgqyclacmsmpv02ps3"; 341 341 }) 342 342 (fetchNuGet { 343 343 name = "runtime.any.System.Threading.Tasks"; ··· 365 365 sha256 = "0c2p354hjx58xhhz7wv6div8xpi90sc6ibdm40qin21bvi7ymcaa"; 366 366 }) 367 367 (fetchNuGet { 368 + name = "runtime.native.System"; 369 + version = "4.0.0"; 370 + sha256 = "1ppk69xk59ggacj9n7g6fyxvzmk1g5p4fkijm0d7xqfkig98qrkf"; 371 + }) 372 + (fetchNuGet { 373 + name = "runtime.native.System"; 374 + version = "4.3.0"; 375 + sha256 = "15hgf6zaq9b8br2wi1i3x0zvmk410nlmsmva9p0bbg73v6hml5k4"; 376 + }) 377 + (fetchNuGet { 368 378 name = "runtime.native.System.IO.Compression"; 369 379 version = "4.1.0"; 370 380 sha256 = "0d720z4lzyfcabmmnvh0bnj76ll7djhji2hmfh3h44sdkjnlkknk"; ··· 375 385 sha256 = "1hgv2bmbaskx77v8glh7waxws973jn4ah35zysnkxmf0196sfxg6"; 376 386 }) 377 387 (fetchNuGet { 378 - name = "runtime.native.System.Security.Cryptography.OpenSsl"; 379 - version = "4.3.0"; 380 - sha256 = "18pzfdlwsg2nb1jjjjzyb5qlgy6xjxzmhnfaijq5s2jw3cm3ab97"; 381 - }) 382 - (fetchNuGet { 383 388 name = "runtime.native.System.Security.Cryptography"; 384 389 version = "4.0.0"; 385 390 sha256 = "0k57aa2c3b10wl3hfqbgrl7xq7g8hh3a3ir44b31dn5p61iiw3z9"; 386 391 }) 387 392 (fetchNuGet { 388 - name = "runtime.native.System"; 389 - version = "4.0.0"; 390 - sha256 = "1ppk69xk59ggacj9n7g6fyxvzmk1g5p4fkijm0d7xqfkig98qrkf"; 391 - }) 392 - (fetchNuGet { 393 - name = "runtime.native.System"; 393 + name = "runtime.native.System.Security.Cryptography.OpenSsl"; 394 394 version = "4.3.0"; 395 - sha256 = "15hgf6zaq9b8br2wi1i3x0zvmk410nlmsmva9p0bbg73v6hml5k4"; 395 + sha256 = "18pzfdlwsg2nb1jjjjzyb5qlgy6xjxzmhnfaijq5s2jw3cm3ab97"; 396 396 }) 397 397 (fetchNuGet { 398 398 name = "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl"; ··· 525 525 sha256 = "0r0aw8xxd32rwcawawcz6asiyggz02hnzg5hvz8gimq8hvwx1wql"; 526 526 }) 527 527 (fetchNuGet { 528 + name = "SixLabors.ImageSharp"; 529 + version = "1.0.2"; 530 + sha256 = "0fhk9sn8k18slfb26wz8mal0j699f7djwhxgv97snz6b10wynfaj"; 531 + }) 532 + (fetchNuGet { 528 533 name = "SixLabors.ImageSharp.Drawing"; 529 534 version = "1.0.0-beta11"; 530 535 sha256 = "0hl0rs3kr1zdnx3gdssxgli6fyvmwzcfp99f4db71s0i8j8b2bp5"; 531 536 }) 532 537 (fetchNuGet { 533 - name = "SixLabors.ImageSharp"; 534 - version = "1.0.2"; 535 - sha256 = "0fhk9sn8k18slfb26wz8mal0j699f7djwhxgv97snz6b10wynfaj"; 538 + name = "SPB"; 539 + version = "0.0.2"; 540 + sha256 = "178z9mi7zlk0laj79nkjh75ych47jjajiaj33hnh7zfmz05d8h6r"; 536 541 }) 537 542 (fetchNuGet { 538 543 name = "System.AppContext"; ··· 560 565 sha256 = "14zs2wqkmdlxzj8ikx19n321lsbarx5vl2a8wrachymxn8zb5njh"; 561 566 }) 562 567 (fetchNuGet { 568 + name = "System.Collections"; 569 + version = "4.0.11"; 570 + sha256 = "1ga40f5lrwldiyw6vy67d0sg7jd7ww6kgwbksm19wrvq9hr0bsm6"; 571 + }) 572 + (fetchNuGet { 573 + name = "System.Collections"; 574 + version = "4.3.0"; 575 + sha256 = "19r4y64dqyrq6k4706dnyhhw7fs24kpp3awak7whzss39dakpxk9"; 576 + }) 577 + (fetchNuGet { 563 578 name = "System.Collections.Concurrent"; 564 579 version = "4.0.12"; 565 580 sha256 = "07y08kvrzpak873pmyxs129g1ch8l27zmg51pcyj2jvq03n0r0fc"; ··· 575 590 sha256 = "1sdwkma4f6j85m3dpb53v9vcgd0zyc9jb33f8g63byvijcj39n20"; 576 591 }) 577 592 (fetchNuGet { 578 - name = "System.Collections"; 579 - version = "4.0.11"; 580 - sha256 = "1ga40f5lrwldiyw6vy67d0sg7jd7ww6kgwbksm19wrvq9hr0bsm6"; 581 - }) 582 - (fetchNuGet { 583 - name = "System.Collections"; 593 + name = "System.ComponentModel"; 584 594 version = "4.3.0"; 585 - sha256 = "19r4y64dqyrq6k4706dnyhhw7fs24kpp3awak7whzss39dakpxk9"; 595 + sha256 = "0986b10ww3nshy30x9sjyzm0jx339dkjxjj3401r3q0f6fx2wkcb"; 586 596 }) 587 597 (fetchNuGet { 588 598 name = "System.ComponentModel.EventBasedAsync"; ··· 598 608 name = "System.ComponentModel.TypeConverter"; 599 609 version = "4.3.0"; 600 610 sha256 = "17ng0p7v3nbrg3kycz10aqrrlw4lz9hzhws09pfh8gkwicyy481x"; 601 - }) 602 - (fetchNuGet { 603 - name = "System.ComponentModel"; 604 - version = "4.3.0"; 605 - sha256 = "0986b10ww3nshy30x9sjyzm0jx339dkjxjj3401r3q0f6fx2wkcb"; 606 611 }) 607 612 (fetchNuGet { 608 613 name = "System.Console"; ··· 643 648 name = "System.Diagnostics.Tracing"; 644 649 version = "4.3.0"; 645 650 sha256 = "1m3bx6c2s958qligl67q7grkwfz3w53hpy7nc97mh6f7j5k168c4"; 646 - }) 647 - (fetchNuGet { 648 - name = "System.Drawing.Common"; 649 - version = "4.5.0"; 650 - sha256 = "0knqa0zsm91nfr34br8gx5kjqq4v81zdhqkacvs2hzc8nqk0ddhc"; 651 651 }) 652 652 (fetchNuGet { 653 653 name = "System.Drawing.Common"; ··· 660 660 sha256 = "1pla2dx8gkidf7xkciig6nifdsb494axjvzvann8g2lp3dbqasm9"; 661 661 }) 662 662 (fetchNuGet { 663 + name = "System.Globalization"; 664 + version = "4.0.11"; 665 + sha256 = "070c5jbas2v7smm660zaf1gh0489xanjqymkvafcs4f8cdrs1d5d"; 666 + }) 667 + (fetchNuGet { 668 + name = "System.Globalization"; 669 + version = "4.3.0"; 670 + sha256 = "1cp68vv683n6ic2zqh2s1fn4c2sd87g5hpp6l4d4nj4536jz98ki"; 671 + }) 672 + (fetchNuGet { 663 673 name = "System.Globalization.Calendars"; 664 674 version = "4.0.1"; 665 675 sha256 = "0bv0alrm2ck2zk3rz25lfyk9h42f3ywq77mx1syl6vvyncnpg4qh"; ··· 675 685 sha256 = "02a5zfxavhv3jd437bsncbhd2fp1zv4gxzakp1an9l6kdq1mcqls"; 676 686 }) 677 687 (fetchNuGet { 678 - name = "System.Globalization"; 679 - version = "4.0.11"; 680 - sha256 = "070c5jbas2v7smm660zaf1gh0489xanjqymkvafcs4f8cdrs1d5d"; 688 + name = "System.IO"; 689 + version = "4.1.0"; 690 + sha256 = "1g0yb8p11vfd0kbkyzlfsbsp5z44lwsvyc0h3dpw6vqnbi035ajp"; 681 691 }) 682 692 (fetchNuGet { 683 - name = "System.Globalization"; 693 + name = "System.IO"; 684 694 version = "4.3.0"; 685 - sha256 = "1cp68vv683n6ic2zqh2s1fn4c2sd87g5hpp6l4d4nj4536jz98ki"; 686 - }) 687 - (fetchNuGet { 688 - name = "System.IO.Compression.ZipFile"; 689 - version = "4.0.1"; 690 - sha256 = "0h72znbagmgvswzr46mihn7xm7chfk2fhrp5krzkjf29pz0i6z82"; 695 + sha256 = "05l9qdrzhm4s5dixmx68kxwif4l99ll5gqmh7rqgw554fx0agv5f"; 691 696 }) 692 697 (fetchNuGet { 693 698 name = "System.IO.Compression"; ··· 695 700 sha256 = "0iym7s3jkl8n0vzm3jd6xqg9zjjjqni05x45dwxyjr2dy88hlgji"; 696 701 }) 697 702 (fetchNuGet { 698 - name = "System.IO.FileSystem.Primitives"; 703 + name = "System.IO.Compression.ZipFile"; 699 704 version = "4.0.1"; 700 - sha256 = "1s0mniajj3lvbyf7vfb5shp4ink5yibsx945k6lvxa96r8la1612"; 701 - }) 702 - (fetchNuGet { 703 - name = "System.IO.FileSystem.Primitives"; 704 - version = "4.3.0"; 705 - sha256 = "0j6ndgglcf4brg2lz4wzsh1av1gh8xrzdsn9f0yznskhqn1xzj9c"; 705 + sha256 = "0h72znbagmgvswzr46mihn7xm7chfk2fhrp5krzkjf29pz0i6z82"; 706 706 }) 707 707 (fetchNuGet { 708 708 name = "System.IO.FileSystem"; ··· 715 715 sha256 = "0z2dfrbra9i6y16mm9v1v6k47f0fm617vlb7s5iybjjsz6g1ilmw"; 716 716 }) 717 717 (fetchNuGet { 718 - name = "System.IO"; 719 - version = "4.1.0"; 720 - sha256 = "1g0yb8p11vfd0kbkyzlfsbsp5z44lwsvyc0h3dpw6vqnbi035ajp"; 718 + name = "System.IO.FileSystem.Primitives"; 719 + version = "4.0.1"; 720 + sha256 = "1s0mniajj3lvbyf7vfb5shp4ink5yibsx945k6lvxa96r8la1612"; 721 721 }) 722 722 (fetchNuGet { 723 - name = "System.IO"; 723 + name = "System.IO.FileSystem.Primitives"; 724 724 version = "4.3.0"; 725 - sha256 = "05l9qdrzhm4s5dixmx68kxwif4l99ll5gqmh7rqgw554fx0agv5f"; 726 - }) 727 - (fetchNuGet { 728 - name = "System.Linq.Expressions"; 729 - version = "4.1.0"; 730 - sha256 = "1gpdxl6ip06cnab7n3zlcg6mqp7kknf73s8wjinzi4p0apw82fpg"; 725 + sha256 = "0j6ndgglcf4brg2lz4wzsh1av1gh8xrzdsn9f0yznskhqn1xzj9c"; 731 726 }) 732 727 (fetchNuGet { 733 728 name = "System.Linq"; ··· 738 733 name = "System.Linq"; 739 734 version = "4.3.0"; 740 735 sha256 = "1w0gmba695rbr80l1k2h4mrwzbzsyfl2z4klmpbsvsg5pm4a56s7"; 736 + }) 737 + (fetchNuGet { 738 + name = "System.Linq.Expressions"; 739 + version = "4.1.0"; 740 + sha256 = "1gpdxl6ip06cnab7n3zlcg6mqp7kknf73s8wjinzi4p0apw82fpg"; 741 741 }) 742 742 (fetchNuGet { 743 743 name = "System.Management"; ··· 785 785 sha256 = "04r1lkdnsznin0fj4ya1zikxiqr0h6r6a1ww2dsm60gqhdrf0mvx"; 786 786 }) 787 787 (fetchNuGet { 788 + name = "System.Reflection"; 789 + version = "4.1.0"; 790 + sha256 = "1js89429pfw79mxvbzp8p3q93il6rdff332hddhzi5wqglc4gml9"; 791 + }) 792 + (fetchNuGet { 793 + name = "System.Reflection"; 794 + version = "4.3.0"; 795 + sha256 = "0xl55k0mw8cd8ra6dxzh974nxif58s3k1rjv1vbd7gjbjr39j11m"; 796 + }) 797 + (fetchNuGet { 798 + name = "System.Reflection.Emit"; 799 + version = "4.0.1"; 800 + sha256 = "0ydqcsvh6smi41gyaakglnv252625hf29f7kywy2c70nhii2ylqp"; 801 + }) 802 + (fetchNuGet { 803 + name = "System.Reflection.Emit"; 804 + version = "4.3.0"; 805 + sha256 = "11f8y3qfysfcrscjpjym9msk7lsfxkk4fmz9qq95kn3jd0769f74"; 806 + }) 807 + (fetchNuGet { 788 808 name = "System.Reflection.Emit.ILGeneration"; 789 809 version = "4.0.1"; 790 810 sha256 = "1pcd2ig6bg144y10w7yxgc9d22r7c7ww7qn1frdfwgxr24j9wvv0"; ··· 803 823 name = "System.Reflection.Emit.Lightweight"; 804 824 version = "4.3.0"; 805 825 sha256 = "0ql7lcakycrvzgi9kxz1b3lljd990az1x6c4jsiwcacrvimpib5c"; 806 - }) 807 - (fetchNuGet { 808 - name = "System.Reflection.Emit"; 809 - version = "4.0.1"; 810 - sha256 = "0ydqcsvh6smi41gyaakglnv252625hf29f7kywy2c70nhii2ylqp"; 811 - }) 812 - (fetchNuGet { 813 - name = "System.Reflection.Emit"; 814 - version = "4.3.0"; 815 - sha256 = "11f8y3qfysfcrscjpjym9msk7lsfxkk4fmz9qq95kn3jd0769f74"; 816 826 }) 817 827 (fetchNuGet { 818 828 name = "System.Reflection.Extensions"; ··· 845 855 sha256 = "0y2ssg08d817p0vdag98vn238gyrrynjdj4181hdg780sif3ykp1"; 846 856 }) 847 857 (fetchNuGet { 848 - name = "System.Reflection"; 849 - version = "4.1.0"; 850 - sha256 = "1js89429pfw79mxvbzp8p3q93il6rdff332hddhzi5wqglc4gml9"; 858 + name = "System.Resources.ResourceManager"; 859 + version = "4.0.1"; 860 + sha256 = "0b4i7mncaf8cnai85jv3wnw6hps140cxz8vylv2bik6wyzgvz7bi"; 851 861 }) 852 862 (fetchNuGet { 853 - name = "System.Reflection"; 863 + name = "System.Resources.ResourceManager"; 854 864 version = "4.3.0"; 855 - sha256 = "0xl55k0mw8cd8ra6dxzh974nxif58s3k1rjv1vbd7gjbjr39j11m"; 865 + sha256 = "0sjqlzsryb0mg4y4xzf35xi523s4is4hz9q4qgdvlvgivl7qxn49"; 856 866 }) 857 867 (fetchNuGet { 858 - name = "System.Resources.ResourceManager"; 859 - version = "4.0.1"; 860 - sha256 = "0b4i7mncaf8cnai85jv3wnw6hps140cxz8vylv2bik6wyzgvz7bi"; 868 + name = "System.Runtime"; 869 + version = "4.1.0"; 870 + sha256 = "02hdkgk13rvsd6r9yafbwzss8kr55wnj8d5c7xjnp8gqrwc8sn0m"; 861 871 }) 862 872 (fetchNuGet { 863 - name = "System.Resources.ResourceManager"; 873 + name = "System.Runtime"; 864 874 version = "4.3.0"; 865 - sha256 = "0sjqlzsryb0mg4y4xzf35xi523s4is4hz9q4qgdvlvgivl7qxn49"; 875 + sha256 = "066ixvgbf2c929kgknshcxqj6539ax7b9m570cp8n179cpfkapz7"; 866 876 }) 867 877 (fetchNuGet { 868 878 name = "System.Runtime.CompilerServices.Unsafe"; ··· 895 905 sha256 = "0sw2gfj2xr7sw9qjn0j3l9yw07x73lcs97p8xfc9w1x9h5g5m7i8"; 896 906 }) 897 907 (fetchNuGet { 898 - name = "System.Runtime.InteropServices.RuntimeInformation"; 899 - version = "4.0.0"; 900 - sha256 = "0glmvarf3jz5xh22iy3w9v3wyragcm4hfdr17v90vs7vcrm7fgp6"; 901 - }) 902 - (fetchNuGet { 903 - name = "System.Runtime.InteropServices.RuntimeInformation"; 904 - version = "4.3.0"; 905 - sha256 = "0q18r1sh4vn7bvqgd6dmqlw5v28flbpj349mkdish2vjyvmnb2ii"; 906 - }) 907 - (fetchNuGet { 908 908 name = "System.Runtime.InteropServices"; 909 909 version = "4.1.0"; 910 910 sha256 = "01kxqppx3dr3b6b286xafqilv4s2n0gqvfgzfd4z943ga9i81is1"; ··· 915 915 sha256 = "00hywrn4g7hva1b2qri2s6rabzwgxnbpw9zfxmz28z09cpwwgh7j"; 916 916 }) 917 917 (fetchNuGet { 918 + name = "System.Runtime.InteropServices.RuntimeInformation"; 919 + version = "4.0.0"; 920 + sha256 = "0glmvarf3jz5xh22iy3w9v3wyragcm4hfdr17v90vs7vcrm7fgp6"; 921 + }) 922 + (fetchNuGet { 923 + name = "System.Runtime.InteropServices.RuntimeInformation"; 924 + version = "4.3.0"; 925 + sha256 = "0q18r1sh4vn7bvqgd6dmqlw5v28flbpj349mkdish2vjyvmnb2ii"; 926 + }) 927 + (fetchNuGet { 918 928 name = "System.Runtime.Numerics"; 919 929 version = "4.0.1"; 920 930 sha256 = "1y308zfvy0l5nrn46mqqr4wb4z1xk758pkk8svbz8b5ij7jnv4nn"; ··· 925 935 sha256 = "042rfjixknlr6r10vx2pgf56yming8lkjikamg3g4v29ikk78h7k"; 926 936 }) 927 937 (fetchNuGet { 928 - name = "System.Runtime"; 929 - version = "4.1.0"; 930 - sha256 = "02hdkgk13rvsd6r9yafbwzss8kr55wnj8d5c7xjnp8gqrwc8sn0m"; 931 - }) 932 - (fetchNuGet { 933 - name = "System.Runtime"; 934 - version = "4.3.0"; 935 - sha256 = "066ixvgbf2c929kgknshcxqj6539ax7b9m570cp8n179cpfkapz7"; 936 - }) 937 - (fetchNuGet { 938 938 name = "System.Security.AccessControl"; 939 939 version = "4.5.0"; 940 940 sha256 = "1wvwanz33fzzbnd2jalar0p0z3x0ba53vzx1kazlskp7pwyhlnq0"; 941 941 }) 942 942 (fetchNuGet { 943 943 name = "System.Security.AccessControl"; 944 - version = "4.7.0"; 945 - sha256 = "0n0k0w44flkd8j0xw7g3g3vhw7dijfm51f75xkm1qxnbh4y45mpz"; 946 - }) 947 - (fetchNuGet { 948 - name = "System.Security.AccessControl"; 949 944 version = "5.0.0"; 950 945 sha256 = "17n3lrrl6vahkqmhlpn3w20afgz09n7i6rv0r3qypngwi7wqdr5r"; 951 946 }) ··· 990 985 sha256 = "0clg1bv55mfv5dq00m19cp634zx6inm31kf8ppbq1jgyjf2185dh"; 991 986 }) 992 987 (fetchNuGet { 988 + name = "System.Security.Principal"; 989 + version = "4.3.0"; 990 + sha256 = "12cm2zws06z4lfc4dn31iqv7072zyi4m910d4r6wm8yx85arsfxf"; 991 + }) 992 + (fetchNuGet { 993 993 name = "System.Security.Principal.Windows"; 994 994 version = "4.3.0"; 995 995 sha256 = "00a0a7c40i3v4cb20s2cmh9csb5jv2l0frvnlzyfxh848xalpdwr"; ··· 1001 1001 }) 1002 1002 (fetchNuGet { 1003 1003 name = "System.Security.Principal.Windows"; 1004 - version = "4.7.0"; 1005 - sha256 = "1a56ls5a9sr3ya0nr086sdpa9qv0abv31dd6fp27maqa9zclqq5d"; 1004 + version = "5.0.0"; 1005 + sha256 = "1mpk7xj76lxgz97a5yg93wi8lj0l8p157a5d50mmjy3gbz1904q8"; 1006 1006 }) 1007 1007 (fetchNuGet { 1008 - name = "System.Security.Principal.Windows"; 1009 - version = "5.0.0"; 1010 - sha256 = "1mpk7xj76lxgz97a5yg93wi8lj0l8p157a5d50mmjy3gbz1904q8"; 1008 + name = "System.Text.Encoding"; 1009 + version = "4.0.11"; 1010 + sha256 = "1dyqv0hijg265dwxg6l7aiv74102d6xjiwplh2ar1ly6xfaa4iiw"; 1011 1011 }) 1012 1012 (fetchNuGet { 1013 - name = "System.Security.Principal"; 1013 + name = "System.Text.Encoding"; 1014 1014 version = "4.3.0"; 1015 - sha256 = "12cm2zws06z4lfc4dn31iqv7072zyi4m910d4r6wm8yx85arsfxf"; 1015 + sha256 = "1f04lkir4iladpp51sdgmis9dj4y8v08cka0mbmsy0frc9a4gjqr"; 1016 1016 }) 1017 1017 (fetchNuGet { 1018 1018 name = "System.Text.Encoding.Extensions"; ··· 1025 1025 sha256 = "11q1y8hh5hrp5a3kw25cb6l00v5l5dvirkz8jr3sq00h1xgcgrxy"; 1026 1026 }) 1027 1027 (fetchNuGet { 1028 - name = "System.Text.Encoding"; 1029 - version = "4.0.11"; 1030 - sha256 = "1dyqv0hijg265dwxg6l7aiv74102d6xjiwplh2ar1ly6xfaa4iiw"; 1031 - }) 1032 - (fetchNuGet { 1033 - name = "System.Text.Encoding"; 1034 - version = "4.3.0"; 1035 - sha256 = "1f04lkir4iladpp51sdgmis9dj4y8v08cka0mbmsy0frc9a4gjqr"; 1036 - }) 1037 - (fetchNuGet { 1038 1028 name = "System.Text.RegularExpressions"; 1039 1029 version = "4.1.0"; 1040 1030 sha256 = "1mw7vfkkyd04yn2fbhm38msk7dz2xwvib14ygjsb8dq2lcvr18y7"; ··· 1045 1035 sha256 = "1bgq51k7fwld0njylfn7qc5fmwrk2137gdq7djqdsw347paa9c2l"; 1046 1036 }) 1047 1037 (fetchNuGet { 1048 - name = "System.Threading.Overlapped"; 1049 - version = "4.3.0"; 1050 - sha256 = "1nahikhqh9nk756dh8p011j36rlcp1bzz3vwi2b4m1l2s3vz8idm"; 1038 + name = "System.Threading"; 1039 + version = "4.0.11"; 1040 + sha256 = "19x946h926bzvbsgj28csn46gak2crv2skpwsx80hbgazmkgb1ls"; 1051 1041 }) 1052 1042 (fetchNuGet { 1053 - name = "System.Threading.Tasks.Extensions"; 1054 - version = "4.0.0"; 1055 - sha256 = "1cb51z062mvc2i8blpzmpn9d9mm4y307xrwi65di8ri18cz5r1zr"; 1043 + name = "System.Threading"; 1044 + version = "4.3.0"; 1045 + sha256 = "0rw9wfamvhayp5zh3j7p1yfmx9b5khbf4q50d8k5rk993rskfd34"; 1056 1046 }) 1057 1047 (fetchNuGet { 1058 - name = "System.Threading.Tasks.Extensions"; 1048 + name = "System.Threading.Overlapped"; 1059 1049 version = "4.3.0"; 1060 - sha256 = "1xxcx2xh8jin360yjwm4x4cf5y3a2bwpn2ygkfkwkicz7zk50s2z"; 1050 + sha256 = "1nahikhqh9nk756dh8p011j36rlcp1bzz3vwi2b4m1l2s3vz8idm"; 1061 1051 }) 1062 1052 (fetchNuGet { 1063 1053 name = "System.Threading.Tasks"; ··· 1070 1060 sha256 = "134z3v9abw3a6jsw17xl3f6hqjpak5l682k2vz39spj4kmydg6k7"; 1071 1061 }) 1072 1062 (fetchNuGet { 1063 + name = "System.Threading.Tasks.Extensions"; 1064 + version = "4.0.0"; 1065 + sha256 = "1cb51z062mvc2i8blpzmpn9d9mm4y307xrwi65di8ri18cz5r1zr"; 1066 + }) 1067 + (fetchNuGet { 1068 + name = "System.Threading.Tasks.Extensions"; 1069 + version = "4.3.0"; 1070 + sha256 = "1xxcx2xh8jin360yjwm4x4cf5y3a2bwpn2ygkfkwkicz7zk50s2z"; 1071 + }) 1072 + (fetchNuGet { 1073 1073 name = "System.Threading.Thread"; 1074 1074 version = "4.3.0"; 1075 1075 sha256 = "0y2xiwdfcph7znm2ysxanrhbqqss6a3shi1z3c779pj2s523mjx4"; ··· 1085 1085 sha256 = "15n54f1f8nn3mjcjrlzdg6q3520571y012mx7v991x2fvp73lmg6"; 1086 1086 }) 1087 1087 (fetchNuGet { 1088 - name = "System.Threading"; 1089 - version = "4.0.11"; 1090 - sha256 = "19x946h926bzvbsgj28csn46gak2crv2skpwsx80hbgazmkgb1ls"; 1091 - }) 1092 - (fetchNuGet { 1093 - name = "System.Threading"; 1094 - version = "4.3.0"; 1095 - sha256 = "0rw9wfamvhayp5zh3j7p1yfmx9b5khbf4q50d8k5rk993rskfd34"; 1096 - }) 1097 - (fetchNuGet { 1098 1088 name = "System.Xml.ReaderWriter"; 1099 1089 version = "4.0.11"; 1100 1090 sha256 = "0c6ky1jk5ada9m94wcadih98l6k1fvf6vi7vhn1msjixaha419l5"; ··· 1115 1105 sha256 = "0bmz1l06dihx52jxjr22dyv5mxv6pj4852lx68grjm7bivhrbfwi"; 1116 1106 }) 1117 1107 (fetchNuGet { 1118 - name = "System.Xml.XPath.XmlDocument"; 1108 + name = "System.Xml.XPath"; 1119 1109 version = "4.3.0"; 1120 - sha256 = "1h9lh7qkp0lff33z847sdfjj8yaz98ylbnkbxlnsbflhj9xyfqrm"; 1110 + sha256 = "1cv2m0p70774a0sd1zxc8fm8jk3i5zk2bla3riqvi8gsm0r4kpci"; 1121 1111 }) 1122 1112 (fetchNuGet { 1123 - name = "System.Xml.XPath"; 1113 + name = "System.Xml.XPath.XmlDocument"; 1124 1114 version = "4.3.0"; 1125 - sha256 = "1cv2m0p70774a0sd1zxc8fm8jk3i5zk2bla3riqvi8gsm0r4kpci"; 1115 + sha256 = "1h9lh7qkp0lff33z847sdfjj8yaz98ylbnkbxlnsbflhj9xyfqrm"; 1126 1116 }) 1127 1117 ]
+1 -1
pkgs/servers/gemini/agate/default.nix
··· 11 11 sha256 = "sha256-+X1ibnYAUB34u8+oNBSkjLtsArxlrg0Nq5zJrXi7Rfk="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-ZVu7wQFe+FHWX2wevVYct1dQSE9rFET8bkmv85wNV8A="; 14 + cargoSha256 = "sha256-EOxklOiazxhhIIv6c+N4uuItY/oFMAG0r/ATZ3Anlko="; 15 15 16 16 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 17 17
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2021.4.4"; 5 + version = "2021.4.5"; 6 6 components = { 7 7 "abode" = ps: with ps; [ abodepy ]; 8 8 "accuweather" = ps: with ps; [ accuweather ];
+2 -2
pkgs/servers/home-assistant/default.nix
··· 116 116 extraBuildInputs = extraPackages py.pkgs; 117 117 118 118 # Don't forget to run parse-requirements.py after updating 119 - hassVersion = "2021.4.4"; 119 + hassVersion = "2021.4.5"; 120 120 121 121 in with py.pkgs; buildPythonApplication rec { 122 122 pname = "homeassistant"; ··· 135 135 owner = "home-assistant"; 136 136 repo = "core"; 137 137 rev = version; 138 - sha256 = "1p36ymjhirl32ax3xxdg9ia089jw1klww5imq18r6ksajafr78ys"; 138 + sha256 = "106d1n9z8pfcnqm594vkhczrrrjap801w6fdr0psv5vhdxrqh4sj"; 139 139 }; 140 140 141 141 # leave this in, so users don't have to constantly update their downstream patch handling
-9
pkgs/servers/sql/postgresql/default.nix
··· 191 191 192 192 in self: { 193 193 194 - postgresql_9_5 = self.callPackage generic { 195 - version = "9.5.25"; 196 - psqlSchema = "9.5"; 197 - sha256 = "00yny0sskxrqk4ji2phgv3iqxd1aiy6rh660k73s4s1pn9gcaa3n"; 198 - this = self.postgresql_9_5; 199 - thisAttr = "postgresql_9_5"; 200 - inherit self; 201 - }; 202 - 203 194 postgresql_9_6 = self.callPackage generic { 204 195 version = "9.6.21"; 205 196 psqlSchema = "9.6";
+69
pkgs/tools/graphics/agi/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchzip 4 + , autoPatchelfHook 5 + , makeWrapper 6 + , makeDesktopItem 7 + , copyDesktopItems 8 + , wrapGAppsHook 9 + , gobject-introspection 10 + , gdk-pixbuf 11 + , jre 12 + , androidenv 13 + }: 14 + 15 + stdenv.mkDerivation rec { 16 + pname = "agi"; 17 + version = "1.1.0-dev-20210413"; 18 + 19 + src = fetchzip { 20 + url = "https://github.com/google/agi-dev-releases/releases/download/v${version}/agi-${version}-linux.zip"; 21 + sha256 = "13i6n95d0cjrhx68qsich6xzk5f9ga0y3m19k4z2d58s164rnh0v"; 22 + }; 23 + 24 + nativeBuildInputs = [ 25 + autoPatchelfHook 26 + makeWrapper 27 + wrapGAppsHook 28 + gdk-pixbuf 29 + gobject-introspection 30 + copyDesktopItems 31 + ]; 32 + 33 + buildInputs = [ 34 + stdenv.cc.cc.lib 35 + ]; 36 + 37 + installPhase = '' 38 + runHook preInstall 39 + mkdir -p $out/{bin,lib} 40 + cp ./{agi,gapis,gapir,gapit,device-info} $out/bin 41 + cp lib/gapic.jar $out/lib 42 + wrapProgram $out/bin/agi \ 43 + --add-flags "--vm ${jre}/bin/java" \ 44 + --add-flags "--jar $out/lib/gapic.jar" \ 45 + --add-flags "--adb ${androidenv.androidPkgs_9_0.platform-tools}/bin/adb" 46 + for i in 16 32 48 64 96 128 256 512 1024; do 47 + install -D ${src}/icon.png $out/share/icons/hicolor/''${i}x$i/apps/agi.png 48 + done 49 + runHook postInstall 50 + ''; 51 + 52 + desktopItems = [(makeDesktopItem { 53 + name = "agi"; 54 + desktopName = "Android GPU Inspector"; 55 + exec = "$out/bin/agi"; 56 + icon = "agi"; 57 + type = "Application"; 58 + categories = "Development;Debugger;Graphics;3DGraphics"; 59 + terminal = "false"; 60 + })]; 61 + 62 + meta = with lib; { 63 + homepage = "https://github.com/google/agi/"; 64 + description = "Android GPU Inspector"; 65 + license = licenses.asl20; 66 + platforms = [ "x86_64-linux" ]; 67 + maintainers = [ maintainers.ivar ]; 68 + }; 69 + }
+8 -4
pkgs/tools/misc/tremor-rs/default.nix
··· 3 3 4 4 rustPlatform.buildRustPackage rec { 5 5 pname = "tremor"; 6 - version = "0.10.1"; 6 + version = "0.11.0"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "tremor-rs"; 10 10 repo = "tremor-runtime"; 11 11 rev = "v${version}"; 12 - sha256 = "1z1khxfdj2j0xf7dp0x2cd9kl6r4qicp7kc4p4sdky2yib66512y"; 12 + sha256 = "19g0ijkclrza6s0qcbwwh3lhlkisy00ffcl0c0d7dfqwrcisgz57"; 13 13 }; 14 14 15 - cargoSha256 = "sha256-rN/d6BL2d0D0ichQR6v0543Bh/Y2ktz8ExMH50M8B8c="; 15 + cargoSha256 = "1xv205czb2z6qpqi6vslyrx2n21510qqa11i2hwya3jdcc9lkrsd"; 16 16 17 17 nativeBuildInputs = [ cmake pkg-config installShellFiles ]; 18 18 19 19 buildInputs = [ openssl ]; 20 20 21 + # TODO export TREMOR_PATH($out/lib) variable 21 22 postInstall = '' 23 + # Copy the standard library to $out/lib 24 + cp -r ${src}/tremor-script/lib/ $out 25 + 22 26 installShellCompletion --cmd tremor \ 23 27 --bash <($out/bin/tremor completions bash) \ 24 28 --fish <($out/bin/tremor completions fish) \ ··· 30 34 # OPENSSL_NO_VENDOR - If set, always find OpenSSL in the system, even if the vendored feature is enabled. 31 35 OPENSSL_NO_VENDOR = 1; 32 36 33 - cargoBuildFlags = [ "--all" ]; 37 + cargoBuildFlags = [ "-p tremor-cli" ]; 34 38 35 39 meta = with lib; { 36 40 description = "Early stage event processing system for unstructured data with rich support for structural pattern matching, filtering and transformation";
+1 -1
pkgs/tools/networking/ntp/default.nix
··· 47 47 url = "https://www.eecis.udel.edu/~mills/ntp/html/copyright.html"; 48 48 }; 49 49 maintainers = with maintainers; [ eelco thoughtpolice ]; 50 - platforms = platforms.linux; 50 + platforms = platforms.unix; 51 51 }; 52 52 }
+5 -5
pkgs/tools/security/yubikey-agent/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "yubikey-agent"; 5 - version = "0.1.3"; 5 + version = "unstable-2021-02-18"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "FiloSottile"; 9 9 repo = pname; 10 - rev = "v${version}"; 11 - sha256 = "07gix5wrakn4z846zhvl66lzwx58djrfnn6m8v7vc69l9jr3kihr"; 10 + rev = "8cadc13d107757f8084d9d2b93ea64ff0c1748e8"; 11 + sha256 = "1lklgq9qkqil5s0g56wbhs0vpr9c1bd4ir7bkrjwqj75ygxim8ml"; 12 12 }; 13 13 14 14 buildInputs = ··· 25 25 substituteInPlace main.go --replace 'notify-send' ${libnotify}/bin/notify-send 26 26 ''; 27 27 28 - vendorSha256 = "128mlsagj3im6h0p0ndhzk29ya47g19im9dldx3nmddf2jlccj2h"; 28 + vendorSha256 = "1zx1w2is61471v4dlmr4wf714zqsc8sppik671p7s4fis5vccsca"; 29 29 30 30 doCheck = false; 31 31 ··· 42 42 # See https://github.com/FiloSottile/yubikey-agent/pull/43 43 43 + lib.optionalString stdenv.isLinux '' 44 44 mkdir -p $out/lib/systemd/user 45 - substitute ${./yubikey-agent.service} $out/lib/systemd/user/yubikey-agent.service \ 45 + substitute contrib/systemd/user/yubikey-agent.service $out/lib/systemd/user/yubikey-agent.service \ 46 46 --replace 'ExecStart=yubikey-agent' "ExecStart=$out/bin/yubikey-agent" 47 47 ''; 48 48
-35
pkgs/tools/security/yubikey-agent/yubikey-agent.service
··· 1 - [Unit] 2 - Description=Seamless ssh-agent for YubiKeys 3 - Documentation=https://filippo.io/yubikey-agent 4 - 5 - [Service] 6 - ExecStart=yubikey-agent -l %t/yubikey-agent/yubikey-agent.sock 7 - ExecReload=/bin/kill -HUP $MAINPID 8 - ProtectSystem=strict 9 - ProtectKernelLogs=yes 10 - ProtectKernelModules=yes 11 - ProtectKernelTunables=yes 12 - ProtectControlGroups=yes 13 - ProtectClock=yes 14 - ProtectHostname=yes 15 - PrivateTmp=yes 16 - PrivateDevices=yes 17 - PrivateUsers=yes 18 - IPAddressDeny=any 19 - RestrictAddressFamilies=AF_UNIX 20 - RestrictNamespaces=yes 21 - RestrictRealtime=yes 22 - RestrictSUIDSGID=yes 23 - LockPersonality=yes 24 - CapabilityBoundingSet= 25 - SystemCallFilter=@system-service 26 - SystemCallFilter=~@privileged @resources 27 - SystemCallErrorNumber=EPERM 28 - SystemCallArchitectures=native 29 - NoNewPrivileges=yes 30 - KeyringMode=private 31 - UMask=0177 32 - RuntimeDirectory=yubikey-agent 33 - 34 - [Install] 35 - WantedBy=default.target
-1
pkgs/top-level/aliases.nix
··· 559 559 pmtools = acpica-tools; # added 2018-11-01 560 560 polarssl = mbedtls; # added 2018-04-25 561 561 poppler_qt5 = libsForQt5.poppler; # added 2015-12-19 562 - postgresql95 = postgresql_9_5; 563 562 postgresql96 = postgresql_9_6; 564 563 postgresql100 = throw "postgresql100 was deprecated on 2018-10-21: use postgresql_10 instead"; 565 564 # postgresql plugins
+17 -10
pkgs/top-level/all-packages.nix
··· 757 757 758 758 agda-pkg = callPackage ../development/tools/agda-pkg { }; 759 759 760 + agi = callPackage ../tools/graphics/agi { }; 761 + 760 762 agrep = callPackage ../tools/text/agrep { }; 761 763 762 764 aha = callPackage ../tools/text/aha { }; ··· 11660 11662 11661 11663 groovy = callPackage ../development/interpreters/groovy { }; 11662 11664 11663 - guile_1_8 = callPackage ../development/interpreters/guile/1.8.nix { }; 11664 - 11665 - # Needed for autogen 11666 - guile_2_0 = callPackage ../development/interpreters/guile/2.0.nix { }; 11667 - 11668 - guile_2_2 = callPackage ../development/interpreters/guile { }; 11669 - 11670 - guile = guile_2_2; 11671 - 11672 11665 inherit (callPackages ../applications/networking/cluster/hadoop { 11673 11666 jre = jre8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731 11674 11667 }) ··· 12090 12083 12091 12084 gImageReader = callPackage ../applications/misc/gImageReader { }; 12092 12085 12086 + guile_1_8 = callPackage ../development/interpreters/guile/1.8.nix { }; 12087 + 12088 + # Needed for autogen 12089 + guile_2_0 = callPackage ../development/interpreters/guile/2.0.nix { }; 12090 + 12091 + guile_2_2 = callPackage ../development/interpreters/guile { }; 12092 + 12093 + guile = guile_2_2; 12094 + 12093 12095 guile-cairo = callPackage ../development/guile-modules/guile-cairo { }; 12094 12096 12097 + guile-commonmark = callPackage ../development/guile-modules/guile-commonmark { }; 12098 + 12095 12099 guile-fibers = callPackage ../development/guile-modules/guile-fibers { }; 12096 12100 12097 12101 guile-gnome = callPackage ../development/guile-modules/guile-gnome { ··· 18971 18975 timescaledb-tune = callPackage ../development/tools/database/timescaledb-tune { }; 18972 18976 18973 18977 inherit (import ../servers/sql/postgresql pkgs) 18974 - postgresql_9_5 18975 18978 postgresql_9_6 18976 18979 postgresql_10 18977 18980 postgresql_11 ··· 23516 23519 wxGTK = wxGTK30; 23517 23520 }; 23518 23521 23522 + haunt = callPackage ../applications/misc/haunt { }; 23523 + 23519 23524 hugo = callPackage ../applications/misc/hugo { }; 23520 23525 23521 23526 go-org = callPackage ../applications/misc/go-org { }; ··· 26834 26839 }; 26835 26840 26836 26841 kodi-wayland = callPackage ../applications/video/kodi { 26842 + jre_headless = jdk11_headless; 26837 26843 waylandSupport = true; 26838 26844 }; 26839 26845 26840 26846 kodi-gbm = callPackage ../applications/video/kodi { 26847 + jre_headless = jdk11_headless; 26841 26848 gbmSupport = true; 26842 26849 }; 26843 26850