Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4ca0df153908
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3f4144c30a63
Choose a head ref

Commits on Aug 15, 2019

  1. ix: init at 20190815

    asymmetric committed Aug 15, 2019
    Copy the full SHA
    8e4b081 View commit details

Commits on Aug 16, 2019

  1. Copy the full SHA
    696e1b0 View commit details

Commits on Aug 19, 2019

  1. _3llo: init at 0.3.0

    Simple CLI client for `trello.com`. It can be used like this:
    
    ```
    $ export TRELLO_USER=your_username
    $ export TRELLO_KEY=your_key
    $ export TRELLO_TOKEN=your_token
    $ ./result/bin/3llo
    ```
    
    I didn't create a module for this as I don't think that those secrets
    should live in the Nix store. Ideally `3llo` can be used from a script
    which retrieves secrets from some kind of password store like this:
    
    ```
    export TRELLO_KEY=$(pass show trello/key)
    export TRELLO_TOKEN=$(pass show trello/token)
    3llo $@
    ```
    Ma27 committed Aug 19, 2019
    Copy the full SHA
    0ad3568 View commit details
  2. ruby/bundlerApp: ignore gemset in env attribute set

    The `gemset` field can be an attribute set as well in `buildRubyGem`,
    however attribute sets can't be coerced to strings for the environment
    set.
    
    The impact should be relatively small as the environment variables are
    only used by the `runCommand` script for `bunlderApp` which doesn't
    refer to `gemset` at all.
    Ma27 committed Aug 19, 2019
    Copy the full SHA
    ebc4a41 View commit details

Commits on Aug 20, 2019

  1. maintainers: add dump_stack

    jollheef committed Aug 20, 2019
    Copy the full SHA
    f996fa5 View commit details

Commits on Aug 25, 2019

  1. Copy the full SHA
    ac9d14c View commit details
  2. out-of-tree: init at 1.0.1

    jollheef committed Aug 25, 2019
    Copy the full SHA
    abf17cb View commit details
  3. megasync: 4.1.1.0 -> 4.2.3.0

    Signed-off-by: Michal Minář <mic.liamg@gmail.com>
    michojel committed Aug 25, 2019
    Copy the full SHA
    401c5d6 View commit details
  4. Copy the full SHA
    c0cd8e3 View commit details
  5. Copy the full SHA
    f6ced21 View commit details
  6. Copy the full SHA
    1a6d3f5 View commit details
  7. Merge pull request #67446 from michojel/megasync-4.2.3.0

    megasync: 4.1.1.0 -> 4.2.3.0
    markuskowa authored Aug 25, 2019
    Copy the full SHA
    bba3f5f View commit details
  8. Merge pull request #67449 from mmahut/jormungandr

    nixos/jormungandr: adding genesis tests
    mmahut authored Aug 25, 2019
    Copy the full SHA
    18dfe1a View commit details
  9. Merge pull request #67352 from symphorien/dogtail

    pythonPackages.dogtail: fix sniff
    worldofpeace authored Aug 25, 2019
    Copy the full SHA
    16c5acf View commit details
  10. Merge pull request #67136 from jollheef/out-of-tree-v1.0.1

    out-of-tree: init at 1.0.1
    worldofpeace authored Aug 25, 2019
    Copy the full SHA
    3f36ec5 View commit details
  11. Merge pull request #65370 from Ma27/package-3llo

    _3llo: init at 0.3.0
    worldofpeace authored Aug 25, 2019
    Copy the full SHA
    741163e View commit details
  12. wev: init at 2019-08-11

    primeos committed Aug 25, 2019
    Copy the full SHA
    aec95ec View commit details
  13. Copy the full SHA
    842942b View commit details
  14. lispPackages: update to Quicklisp release 2019-07-11

    Fixes:
    
    Survive empty ASDF description (UIOP)
    Patch "split-sequence" that misses :serial
    7c6f434c committed Aug 25, 2019
    Copy the full SHA
    e6878f3 View commit details
  15. Merge pull request #67459 from 7c6f434c/master

    lispPackages: update to Quicklisp release 2019-07-11
    7c6f434c authored Aug 25, 2019
    Copy the full SHA
    36c6252 View commit details
  16. Merge pull request #67366 from peti/t/mailman-v3

    update mailman to version 3.2.2
    peti authored Aug 25, 2019
    Copy the full SHA
    fa5a231 View commit details
  17. Merge pull request #66682 from asymmetric/ix.io

    ix: init at 20190815
    mmahut authored Aug 25, 2019
    Copy the full SHA
    7192ca5 View commit details
  18. Merge pull request #67460 from primeos/wev

    wev: init at 2019-08-11
    mmahut authored Aug 25, 2019
    Copy the full SHA
    3f6d0a9 View commit details
  19. Merge pull request #66580 from tadeokondrak/vapoursynth-r47.1

    vapoursynth: R46 -> R47.2
    mmahut authored Aug 25, 2019
    Copy the full SHA
    86f3127 View commit details
  20. Copy the full SHA
    64f6a95 View commit details

Commits on Aug 26, 2019

  1. Copy the full SHA
    907529f View commit details
  2. hugo: 0.55.4 -> 0.57.2 (#67462)

    xworld21 authored and kalbasit committed Aug 26, 2019
    Copy the full SHA
    e3a6b8f View commit details
  3. Copy the full SHA
    81fe072 View commit details
  4. gofumpt: Init at 2019-07-29 (#66892)

    rvolosatovs authored and kalbasit committed Aug 26, 2019
    Copy the full SHA
    3f4144c View commit details
Showing with 1,117 additions and 597 deletions.
  1. +1 −1 lib/options.nix
  2. +10 −0 maintainers/maintainer-list.nix
  3. +1 −1 nixos/modules/services/networking/jormungandr.nix
  4. +1 −0 nixos/modules/services/networking/unifi.nix
  5. +28 −0 nixos/tests/jormungandr.nix
  6. +16 −0 pkgs/applications/altcoins/jormungandr/default.nix
  7. +3 −3 pkgs/applications/misc/hugo/default.nix
  8. +2 −6 pkgs/applications/misc/megasync/default.nix
  9. +2 −2 pkgs/development/libraries/vapoursynth/default.nix
  10. +2 −2 pkgs/development/lisp-modules/lisp-packages.nix
  11. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-grovel.nix
  12. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-toolchain.nix
  13. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix
  14. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix
  15. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-repl.nix
  16. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-ssl.nix
  17. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async.nix
  18. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-dbi.nix
  19. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-emb.nix
  20. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse-meta-fs.nix
  21. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse.nix
  22. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-html5-parser.nix
  23. +2 −2 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-interpol.nix
  24. +2 −2 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-markup.nix
  25. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-postgres.nix
  26. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre-unicode.nix
  27. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre.nix
  28. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
  29. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-smtp.nix
  30. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unicode.nix
  31. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-who.nix
  32. +7 −10 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl_plus_ssl.nix
  33. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-handler-hunchentoot.nix
  34. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-socket.nix
  35. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-test.nix
  36. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-v1-compat.nix
  37. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/clack.nix
  38. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/closer-mop.nix
  39. +2 −2 pkgs/development/lisp-modules/quicklisp-to-nix-output/closure-common.nix
  40. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/clss.nix
  41. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/clx.nix
  42. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/command-line-arguments.nix
  43. +10 −10 pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-stp.nix
  44. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/dbd-mysql.nix
  45. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/dbd-postgres.nix
  46. +10 −9 pkgs/development/lisp-modules/quicklisp-to-nix-output/dbd-sqlite3.nix
  47. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/dbi.nix
  48. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/dexador.nix
  49. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/documentation-utils.nix
  50. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/drakma.nix
  51. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/esrap.nix
  52. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/external-program.nix
  53. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/fiasco.nix
  54. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/form-fiddle.nix
  55. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/hu_dot_dwim_dot_asdf.nix
  56. +12 −10 pkgs/development/lisp-modules/quicklisp-to-nix-output/ironclad.nix
  57. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/jonathan.nix
  58. +2 −2 pkgs/development/lisp-modules/quicklisp-to-nix-output/kmrcl.nix
  59. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-component.nix
  60. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-middleware-backtrace.nix
  61. +12 −9 pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-util.nix
  62. +13 −10 pkgs/development/lisp-modules/quicklisp-to-nix-output/lack.nix
  63. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/lift.nix
  64. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/local-time.nix
  65. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix
  66. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/map-set.nix
  67. +2 −2 pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall-queue.nix
  68. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/plump.nix
  69. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/query-fs.nix
  70. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/quri.nix
  71. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/simple-date.nix
  72. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/split-sequence.nix
  73. +2 −2 pkgs/development/lisp-modules/quicklisp-to-nix-output/sqlite.nix
  74. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix
  75. +9 −9 pkgs/development/lisp-modules/quicklisp-to-nix-output/swank.nix
  76. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-backtrace.nix
  77. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-features.nix
  78. +8 −8 pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-garbage.nix
  79. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-indent.nix
  80. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-mimes.nix
  81. +9 −9 pkgs/development/lisp-modules/quicklisp-to-nix-output/uiop.nix
  82. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/usocket.nix
  83. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/woo.nix
  84. +10 −9 pkgs/development/lisp-modules/quicklisp-to-nix-output/xembed.nix
  85. +7 −7 pkgs/development/lisp-modules/quicklisp-to-nix-output/xpath.nix
  86. +7 −0 pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix
  87. +7 −0 pkgs/development/lisp-modules/quicklisp-to-nix.nix
  88. +4 −1 pkgs/development/lisp-modules/quicklisp-to-nix/system-info.lisp
  89. +3 −1 pkgs/development/python-modules/dogtail/default.nix
  90. +14 −0 pkgs/development/python-modules/flufl/bounce.nix
  91. +13 −0 pkgs/development/python-modules/flufl/i18n.nix
  92. +13 −0 pkgs/development/python-modules/flufl/lock.nix
  93. +13 −0 pkgs/development/python-modules/lazr/config.nix
  94. +15 −0 pkgs/development/python-modules/lazr/delegates.nix
  95. +1 −1 pkgs/development/ruby-modules/bundler-app/default.nix
  96. +22 −0 pkgs/development/tools/gofumpt/default.nix
  97. +30 −0 pkgs/development/tools/out-of-tree/default.nix
  98. +120 −0 pkgs/development/tools/out-of-tree/deps.nix
  99. +2 −2 pkgs/os-specific/darwin/apple-source-releases/network_cmds/default.nix
  100. +31 −24 pkgs/servers/mail/mailman/default.nix
  101. +0 −33 pkgs/servers/mail/mailman/fix-var-prefix.patch
  102. +2 −0 pkgs/tools/misc/3llo/Gemfile
  103. +27 −0 pkgs/tools/misc/3llo/Gemfile.lock
  104. +31 −0 pkgs/tools/misc/3llo/default.nix
  105. +85 −0 pkgs/tools/misc/3llo/gemset.nix
  106. +30 −0 pkgs/tools/misc/ix/default.nix
  107. +34 −0 pkgs/tools/misc/wev/default.nix
  108. +10 −2 pkgs/top-level/all-packages.nix
  109. +12 −0 pkgs/top-level/python-packages.nix
2 changes: 1 addition & 1 deletion lib/options.nix
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ rec {
example ? null,
# String describing the option.
description ? null,
# Related packages used in the manual (see `genRelatedPackages` in ../nixos/doc/manual/default.nix).
# Related packages used in the manual (see `genRelatedPackages` in ../nixos/lib/make-options-doc/default.nix).
relatedPackages ? null,
# Option type, providing type-checking and value merging.
type ? null,
10 changes: 10 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
@@ -1724,6 +1724,16 @@
fingerprint = "389A 78CB CD88 5E0C 4701 DEB9 FD42 C7D0 D414 94C8";
}];
};
dump_stack = {
email = "root@dumpstack.io";
github = "jollheef";
githubId = 1749762;
name = "Mikhail Klementev";
keys = [{
longkeyid = "rsa4096/0x1525585D1B43C62A";
fingerprint = "5DD7 C6F6 0630 F08E DAE7 4711 1525 585D 1B43 C62A";
}];
};
dxf = {
email = "dingxiangfei2009@gmail.com";
github = "dingxiangfei2009";
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/jormungandr.nix
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ let
configSettings = {
storage = dataDir;
p2p = {
public_address = "/ip4/127.0.0.1/tcp/8606";
public_address = "/ip4/127.0.0.1/tcp/8299";
messages = "high";
blocks = "high";
};
1 change: 1 addition & 0 deletions nixos/modules/services/networking/unifi.nix
Original file line number Diff line number Diff line change
@@ -176,6 +176,7 @@ in
Type = "simple";
ExecStart = "${(removeSuffix "\n" cmd)} start";
ExecStop = "${(removeSuffix "\n" cmd)} stop";
Restart = "on-failure";
User = "unifi";
UMask = "0077";
WorkingDirectory = "${stateDir}";
28 changes: 28 additions & 0 deletions nixos/tests/jormungandr.nix
Original file line number Diff line number Diff line change
@@ -5,9 +5,17 @@ import ./make-test.nix ({ pkgs, ... }: {
};

nodes = {
# Testing the Byzantine Fault Tolerant protocol
bft = { ... }: {
environment.systemPackages = [ pkgs.jormungandr ];
services.jormungandr.enable = true;
services.jormungandr.genesisBlockFile = "/var/lib/jormungandr/block-0.bin";
services.jormungandr.secretFile = "/etc/secrets/jormungandr.yaml";
};

# Testing the Ouroboros Genesis Praos protocol
genesis = { ... }: {
environment.systemPackages = [ pkgs.jormungandr ];
services.jormungandr.enable = true;
services.jormungandr.genesisBlockFile = "/var/lib/jormungandr/block-0.bin";
services.jormungandr.secretFile = "/etc/secrets/jormungandr.yaml";
@@ -17,6 +25,7 @@ import ./make-test.nix ({ pkgs, ... }: {
testScript = ''
startAll;
## Testing BFT
# Let's wait for the StateDirectory
$bft->waitForFile("/var/lib/jormungandr/");
@@ -45,5 +54,24 @@ import ./make-test.nix ({ pkgs, ... }: {
# Now we can test if we are able to reach the REST API
$bft->waitUntilSucceeds("curl -L http://localhost:8607/api/v0/node/stats | grep uptime");
## Testing Genesis
# Let's wait for the StateDirectory
$genesis->waitForFile("/var/lib/jormungandr/");
# Bootstraping the configuration
$genesis->succeed("jormungandr-bootstrap -g -p 8607 -s 1");
# Moving generated files in place
$genesis->succeed("mkdir -p /etc/secrets");
$genesis->succeed("mv pool-secret1.yaml /etc/secrets/jormungandr.yaml");
$genesis->succeed("mv block-0.bin /var/lib/jormungandr/");
# We should have everything to start the service now
$genesis->succeed("systemctl restart jormungandr");
$genesis->waitForUnit("jormungandr.service");
# Now we can create and delegate an account
$genesis->succeed("./create-account-and-delegate.sh | tee -a /tmp/delegate.log");
'';
})
16 changes: 16 additions & 0 deletions pkgs/applications/altcoins/jormungandr/default.nix
Original file line number Diff line number Diff line change
@@ -24,6 +24,22 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ pkgconfig protobuf ];
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];

patchPhase = ''
sed -i "s~SCRIPTPATH=.*~SCRIPTPATH=$out/templates/~g" scripts/bootstrap
'';

installPhase = ''
install -d $out/bin $out/templates
install -m755 target/*/release/jormungandr $out/bin/
install -m755 target/*/release/jcli $out/bin/
install -m755 scripts/send-transaction $out/templates
install -m755 scripts/jcli-helpers $out/bin/
install -m755 scripts/bootstrap $out/bin/jormungandr-bootstrap
install -m644 scripts/faucet-send-money.shtempl $out/templates/
install -m644 scripts/create-account-and-delegate.shtempl $out/templates/
install -m644 scripts/faucet-send-certificate.shtempl $out/templates/
'';

PROTOC = "${protobuf}/bin/protoc";

# Disabling integration tests
6 changes: 3 additions & 3 deletions pkgs/applications/misc/hugo/default.nix
Original file line number Diff line number Diff line change
@@ -2,18 +2,18 @@

buildGoModule rec {
name = "hugo-${version}";
version = "0.55.4";
version = "0.57.2";

goPackagePath = "github.com/gohugoio/hugo";

src = fetchFromGitHub {
owner = "gohugoio";
repo = "hugo";
rev = "v${version}";
sha256 = "0hbkl8dhhdic0admrkvlp1h1bmfrrwfnvipx27clyk0f88jcvb7y";
sha256 = "1cqvm2fj6hh2n9iv67vamhn23fbxmmwciks0r4h4y0hapzlzpyd8";
};

modSha256 = "0yrwkaaasj9ihjjfbywnzkppix1y2znagg3dkyikk21sl5n0nz23";
modSha256 = "09r7r1s5b2fvnzpzjarpv2lnvp6bxdfschiq6352hw631n7kkyz1";

buildFlags = "-tags extended";

8 changes: 2 additions & 6 deletions pkgs/applications/misc/megasync/default.nix
Original file line number Diff line number Diff line change
@@ -17,9 +17,7 @@
, lsb-release
, mkDerivation
, pkgconfig
, qmake
, qtbase
, qtsvg
, qttools
, sqlite
, swig
@@ -29,13 +27,13 @@

mkDerivation rec {
name = "megasync-${version}";
version = "4.1.1.0";
version = "4.2.3.0";

src = fetchFromGitHub {
owner = "meganz";
repo = "MEGAsync";
rev = "v${version}_Linux";
sha256 = "0lc228q3s9xp78dxjn22g6anqlsy1hi7a6yfs4q3l6gyfc3qcxl2";
sha256 = "0l4yfrxjb62vc9dnlzy8rjqi68ga1bys5x5rfzs40daw13yf1adv";
fetchSubmodules = true;
};

@@ -45,7 +43,6 @@ mkDerivation rec {
doxygen
lsb-release
pkgconfig
qmake
qttools
swig
];
@@ -62,7 +59,6 @@ mkDerivation rec {
libuv
libzen
qtbase
qtsvg
sqlite
unzip
wget
4 changes: 2 additions & 2 deletions pkgs/development/libraries/vapoursynth/default.nix
Original file line number Diff line number Diff line change
@@ -12,13 +12,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "vapoursynth";
version = "R46";
version = "R47.2";

src = fetchFromGitHub {
owner = "vapoursynth";
repo = "vapoursynth";
rev = version;
sha256 = "1xbwva12l68awplardf47ydlx904wifw468npaxa9cx9dvd5mv13";
sha256 = "004h0vvih7dlhkcz6l2786pf7s04qhiv0bii4gjx23cxyklglh9i";
};

nativeBuildInputs = [ pkgconfig autoreconfHook nasm makeWrapper ];
4 changes: 2 additions & 2 deletions pkgs/development/lisp-modules/lisp-packages.nix
Original file line number Diff line number Diff line change
@@ -24,8 +24,8 @@ let lispPackages = rec {
quicklispdist = pkgs.fetchurl {
# Will usually be replaced with a fresh version anyway, but needs to be
# a valid distinfo.txt
url = "https://beta.quicklisp.org/dist/quicklisp/2019-01-07/distinfo.txt";
sha256 = "1f0giy182p6qlmmqljir92566c8l1g2sv41cbzv86s3kv0j640fd";
url = "https://beta.quicklisp.org/dist/quicklisp/2019-07-11/distinfo.txt";
sha256 = "0r7ga5gkiy6va1v7a01fnj1yp97pifl9v8fnqpvbiv33dwdvbx2w";
};
buildPhase = '' true; '';
postInstall = ''
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
args @ { fetchurl, ... }:
rec {
baseName = ''cffi-grovel'';
version = ''cffi_0.20.0'';
version = ''cffi_0.20.1'';

description = ''The CFFI Groveller'';

deps = [ args."alexandria" args."babel" args."cffi" args."cffi-toolchain" args."trivial-features" ];

src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cffi/2018-12-10/cffi_0.20.0.tgz'';
sha256 = ''1jal7r0dqp0sc5wj8a97xjlvfvayymdp1w3172hdxfppddnhhm8z'';
url = ''http://beta.quicklisp.org/archive/cffi/2019-07-10/cffi_0.20.1.tgz'';
sha256 = ''0ppcwc61ww1igmkwpvzpr9hzsl8wpf8acxlamq5r0604iz07qhka'';
};

packageName = "cffi-grovel";
@@ -18,13 +18,13 @@ rec {
overrides = x: x;
}
/* (SYSTEM cffi-grovel DESCRIPTION The CFFI Groveller SHA256
1jal7r0dqp0sc5wj8a97xjlvfvayymdp1w3172hdxfppddnhhm8z URL
http://beta.quicklisp.org/archive/cffi/2018-12-10/cffi_0.20.0.tgz MD5
94a8b377cf1ac7d8fc73dcc98f3420c6 NAME cffi-grovel FILENAME cffi-grovel DEPS
0ppcwc61ww1igmkwpvzpr9hzsl8wpf8acxlamq5r0604iz07qhka URL
http://beta.quicklisp.org/archive/cffi/2019-07-10/cffi_0.20.1.tgz MD5
b8a8337465a7b4c1be05270b777ce14f NAME cffi-grovel FILENAME cffi-grovel DEPS
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
(NAME cffi FILENAME cffi) (NAME cffi-toolchain FILENAME cffi-toolchain)
(NAME trivial-features FILENAME trivial-features))
DEPENDENCIES (alexandria babel cffi cffi-toolchain trivial-features)
VERSION cffi_0.20.0 SIBLINGS
VERSION cffi_0.20.1 SIBLINGS
(cffi-examples cffi-libffi cffi-tests cffi-toolchain cffi-uffi-compat cffi)
PARASITES NIL) */
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
args @ { fetchurl, ... }:
rec {
baseName = ''cffi-toolchain'';
version = ''cffi_0.20.0'';
version = ''cffi_0.20.1'';

description = ''The CFFI toolchain'';

deps = [ args."alexandria" args."babel" args."cffi" args."trivial-features" ];

src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cffi/2018-12-10/cffi_0.20.0.tgz'';
sha256 = ''1jal7r0dqp0sc5wj8a97xjlvfvayymdp1w3172hdxfppddnhhm8z'';
url = ''http://beta.quicklisp.org/archive/cffi/2019-07-10/cffi_0.20.1.tgz'';
sha256 = ''0ppcwc61ww1igmkwpvzpr9hzsl8wpf8acxlamq5r0604iz07qhka'';
};

packageName = "cffi-toolchain";
@@ -18,14 +18,14 @@ rec {
overrides = x: x;
}
/* (SYSTEM cffi-toolchain DESCRIPTION The CFFI toolchain SHA256
1jal7r0dqp0sc5wj8a97xjlvfvayymdp1w3172hdxfppddnhhm8z URL
http://beta.quicklisp.org/archive/cffi/2018-12-10/cffi_0.20.0.tgz MD5
94a8b377cf1ac7d8fc73dcc98f3420c6 NAME cffi-toolchain FILENAME
0ppcwc61ww1igmkwpvzpr9hzsl8wpf8acxlamq5r0604iz07qhka URL
http://beta.quicklisp.org/archive/cffi/2019-07-10/cffi_0.20.1.tgz MD5
b8a8337465a7b4c1be05270b777ce14f NAME cffi-toolchain FILENAME
cffi-toolchain DEPS
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
(NAME cffi FILENAME cffi)
(NAME trivial-features FILENAME trivial-features))
DEPENDENCIES (alexandria babel cffi trivial-features) VERSION cffi_0.20.0
DEPENDENCIES (alexandria babel cffi trivial-features) VERSION cffi_0.20.1
SIBLINGS
(cffi-examples cffi-grovel cffi-libffi cffi-tests cffi-uffi-compat cffi)
PARASITES NIL) */
14 changes: 7 additions & 7 deletions pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
args @ { fetchurl, ... }:
rec {
baseName = ''cffi'';
version = ''cffi_0.20.0'';
version = ''cffi_0.20.1'';

parasites = [ "cffi/c2ffi" "cffi/c2ffi-generator" ];

@@ -10,8 +10,8 @@ rec {
deps = [ args."alexandria" args."babel" args."cl-json" args."cl-ppcre" args."trivial-features" args."uiop" ];

src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cffi/2018-12-10/cffi_0.20.0.tgz'';
sha256 = ''1jal7r0dqp0sc5wj8a97xjlvfvayymdp1w3172hdxfppddnhhm8z'';
url = ''http://beta.quicklisp.org/archive/cffi/2019-07-10/cffi_0.20.1.tgz'';
sha256 = ''0ppcwc61ww1igmkwpvzpr9hzsl8wpf8acxlamq5r0604iz07qhka'';
};

packageName = "cffi";
@@ -20,15 +20,15 @@ rec {
overrides = x: x;
}
/* (SYSTEM cffi DESCRIPTION The Common Foreign Function Interface SHA256
1jal7r0dqp0sc5wj8a97xjlvfvayymdp1w3172hdxfppddnhhm8z URL
http://beta.quicklisp.org/archive/cffi/2018-12-10/cffi_0.20.0.tgz MD5
94a8b377cf1ac7d8fc73dcc98f3420c6 NAME cffi FILENAME cffi DEPS
0ppcwc61ww1igmkwpvzpr9hzsl8wpf8acxlamq5r0604iz07qhka URL
http://beta.quicklisp.org/archive/cffi/2019-07-10/cffi_0.20.1.tgz MD5
b8a8337465a7b4c1be05270b777ce14f NAME cffi FILENAME cffi DEPS
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
(NAME cl-json FILENAME cl-json) (NAME cl-ppcre FILENAME cl-ppcre)
(NAME trivial-features FILENAME trivial-features)
(NAME uiop FILENAME uiop))
DEPENDENCIES (alexandria babel cl-json cl-ppcre trivial-features uiop)
VERSION cffi_0.20.0 SIBLINGS
VERSION cffi_0.20.1 SIBLINGS
(cffi-examples cffi-grovel cffi-libffi cffi-tests cffi-toolchain
cffi-uffi-compat)
PARASITES (cffi/c2ffi cffi/c2ffi-generator)) */
14 changes: 7 additions & 7 deletions pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
args @ { fetchurl, ... }:
rec {
baseName = ''chipz'';
version = ''20180328-git'';
version = ''20190202-git'';

description = ''A library for decompressing deflate, zlib, and gzip data'';

deps = [ ];

src = fetchurl {
url = ''http://beta.quicklisp.org/archive/chipz/2018-03-28/chipz-20180328-git.tgz'';
sha256 = ''0ryjrfrlzyjkzb799indyzxivq8s9d7pgjzss7ha91xzr8sl6xf7'';
url = ''http://beta.quicklisp.org/archive/chipz/2019-02-02/chipz-20190202-git.tgz'';
sha256 = ''1vk8nml2kvkpwydcnm49gz2j9flvl8676kbvci5qa7qm286dhn5a'';
};

packageName = "chipz";
@@ -19,7 +19,7 @@ rec {
}
/* (SYSTEM chipz DESCRIPTION
A library for decompressing deflate, zlib, and gzip data SHA256
0ryjrfrlzyjkzb799indyzxivq8s9d7pgjzss7ha91xzr8sl6xf7 URL
http://beta.quicklisp.org/archive/chipz/2018-03-28/chipz-20180328-git.tgz
MD5 a548809d6ef705c69356a2057ecd8a52 NAME chipz FILENAME chipz DEPS NIL
DEPENDENCIES NIL VERSION 20180328-git SIBLINGS NIL PARASITES NIL) */
1vk8nml2kvkpwydcnm49gz2j9flvl8676kbvci5qa7qm286dhn5a URL
http://beta.quicklisp.org/archive/chipz/2019-02-02/chipz-20190202-git.tgz
MD5 e3533408ca6899fe996eede390e820c7 NAME chipz FILENAME chipz DEPS NIL
DEPENDENCIES NIL VERSION 20190202-git SIBLINGS NIL PARASITES NIL) */
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
args @ { fetchurl, ... }:
rec {
baseName = ''cl-async-repl'';
version = ''cl-async-20190107-git'';
version = ''cl-async-20190307-git'';

description = ''REPL integration for CL-ASYNC.'';

deps = [ args."alexandria" args."babel" args."bordeaux-threads" args."cffi" args."cffi-grovel" args."cffi-toolchain" args."cl-async" args."cl-async-base" args."cl-async-util" args."cl-libuv" args."cl-ppcre" args."fast-io" args."static-vectors" args."trivial-features" args."trivial-gray-streams" args."vom" ];

src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-async/2019-01-07/cl-async-20190107-git.tgz'';
sha256 = ''11hgsnms6w2s1vsphsqdwyqql11aa6bzplzrp5w4lizl2nkva82b'';
url = ''http://beta.quicklisp.org/archive/cl-async/2019-03-07/cl-async-20190307-git.tgz'';
sha256 = ''1sgqdz1dqhknh92l39w67931kml6v9c5yj0brx7lb18l1z76ycw6'';
};

packageName = "cl-async-repl";
@@ -18,9 +18,9 @@ rec {
overrides = x: x;
}
/* (SYSTEM cl-async-repl DESCRIPTION REPL integration for CL-ASYNC. SHA256
11hgsnms6w2s1vsphsqdwyqql11aa6bzplzrp5w4lizl2nkva82b URL
http://beta.quicklisp.org/archive/cl-async/2019-01-07/cl-async-20190107-git.tgz
MD5 609aa604c6940ee81f382cb249f3ca72 NAME cl-async-repl FILENAME
1sgqdz1dqhknh92l39w67931kml6v9c5yj0brx7lb18l1z76ycw6 URL
http://beta.quicklisp.org/archive/cl-async/2019-03-07/cl-async-20190307-git.tgz
MD5 ead46ad0e709ce26489eb8b239bdbd0e NAME cl-async-repl FILENAME
cl-async-repl DEPS
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
(NAME bordeaux-threads FILENAME bordeaux-threads)
@@ -39,5 +39,5 @@ rec {
(alexandria babel bordeaux-threads cffi cffi-grovel cffi-toolchain cl-async
cl-async-base cl-async-util cl-libuv cl-ppcre fast-io static-vectors
trivial-features trivial-gray-streams vom)
VERSION cl-async-20190107-git SIBLINGS
VERSION cl-async-20190307-git SIBLINGS
(cl-async-ssl cl-async-test cl-async) PARASITES NIL) */
Loading