Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 536c1c6e8396
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 113fb507222a
Choose a head ref

Commits on Feb 5, 2020

  1. nixpkgs/brlaser: upgrade to v6

    It introduces support for several additional Brother printers.
    
    Signed-off-by: Jakub Sokołowski <jakub@status.im>
    jakubgs committed Feb 5, 2020
    Copy the full SHA
    aa53f61 View commit details

Commits on Mar 29, 2020

  1. alsa-ucm-conf: init at 1.2.2

    roastiek committed Mar 29, 2020
    Copy the full SHA
    4acda90 View commit details
  2. Copy the full SHA
    f0a6dfc View commit details
  3. alsaLib: 1.1.9 -> 1.2.2

    roastiek committed Mar 29, 2020
    Copy the full SHA
    4fef426 View commit details
  4. linux config: enable SND CA0132 DSP loading

    Since we select everything as a module, snd_hda_codec_ca0132 is built as
    well. DSP loading is not enabled by default, but without it the
    soundcard produces timeouts within ALSA and does not emit sound.
    Explicitly enable the firmware loading to ensure Soundblaster
    Z/Zx/ZxR/Recon devices can be used with NixOS.
    The patch to enable this by default in the kernel is staged for 5.8.
    Emantor committed Mar 29, 2020
    Copy the full SHA
    62cdbd6 View commit details

Commits on Apr 1, 2020

  1. Copy the full SHA
    15002f1 View commit details
  2. cmake: 3.16.5 -> 3.17.0

    dasj19 authored and ttuegel committed Apr 1, 2020
    Copy the full SHA
    b18e7e5 View commit details
  3. Copy the full SHA
    f26b2af View commit details

Commits on Apr 2, 2020

  1. Merge pull request #83975 from jtojnar/gnome-team

    tree-wide: Switch from gnome3.maintainers to lib.teams.gnome
    worldofpeace authored Apr 2, 2020
    Copy the full SHA
    7d91eb2 View commit details
  2. openssl(_1_1): patch CVE-2019-1551

    fetchpatch can't be used here and fetchurl from GitHub
    like in PR #82928 has the risk of breaking the hash later;
    fortunately the patches aren't too large.
    
    (cherry picked from commit 2071e3b)
    vcunat authored and flokli committed Apr 2, 2020
    Copy the full SHA
    e48a55d View commit details
  3. openssl: 1.1.1d -> 1.1.1f

    pyca/pyopenssl#899 (comment)
    The tests in python3.pkgs.pyopenssl succeed!
    Fixing this problem we experienced is listed as the only major change:
    https://www.openssl.org/news/openssl-1.1.1-notes.html
    vcunat committed Apr 2, 2020
    Copy the full SHA
    6c8692f View commit details
  4. Merge pull request #83862 from dasj19/cmake_update

    cmake: 3.16.5 -> 3.17.0
    ttuegel authored Apr 2, 2020
    Copy the full SHA
    40239ac View commit details
  5. go_1_14: 1.14 -> 1.14.1

    This contains at least golang/go#37807, which
    currently causes some of our go binaries to just fail when booted with
    older kernels.
    
    See golang/go#37436 for context.
    flokli committed Apr 2, 2020
    Copy the full SHA
    da2146d View commit details
  6. Merge pull request #83689 from flokli/go-1.14.1

    go_1_14: 1.14 -> 1.14.1
    Mic92 authored Apr 2, 2020
    Copy the full SHA
    d7f86b3 View commit details
  7. Merge pull request #83658 from Emantor/topic/kernel-snd-ca0132

    linux config: enable Creative Soundblaster DSP loading
    flokli authored Apr 2, 2020
    Copy the full SHA
    35916a8 View commit details

Commits on Apr 3, 2020

  1. Copy the full SHA
    edaa972 View commit details
  2. itstool: fix double-shebang issue on macOS

    burke authored and FRidh committed Apr 3, 2020
    Copy the full SHA
    da7ac56 View commit details
  3. Copy the full SHA
    2bec129 View commit details
  4. graphite2: 1.3.13 -> 1.3.14

    r-ryantm authored and FRidh committed Apr 3, 2020
    Copy the full SHA
    bcd9b9b View commit details
  5. pythonPackages.click: 7.0 -> 7.1.1

    peterhoeg authored and FRidh committed Apr 3, 2020
    Copy the full SHA
    4588e6a View commit details
  6. maestral: 0.6.1 -> 0.6.3

    peterhoeg authored and FRidh committed Apr 3, 2020
    Copy the full SHA
    022ebea View commit details
  7. help2man: 1.47.12 -> 1.47.13

    r-ryantm authored and FRidh committed Apr 3, 2020
    Copy the full SHA
    88a6078 View commit details
  8. automake: 1.16.1 -> 1.16.2

    lsix authored and FRidh committed Apr 3, 2020
    Copy the full SHA
    a44ac81 View commit details

Commits on Apr 4, 2020

  1. Copy the full SHA
    5d4c6f7 View commit details
  2. Copy the full SHA
    7cb24f9 View commit details
  3. gobject-introspection: Clean libregress symlink

    Adding phases to preInstallPhases is not possible in preBuild since by that time, phases is already populated.
    jtojnar committed Apr 4, 2020
    Copy the full SHA
    52f8228 View commit details
  4. Merge pull request #84045 from r-ryantm/auto-update/apache-httpd

    apacheHttpd: 2.4.41 -> 2.4.43
    aanderse authored Apr 4, 2020
    Copy the full SHA
    d757d81 View commit details

Commits on Apr 5, 2020

  1. Copy the full SHA
    ce2321f View commit details
  2. Merge #84273: gnutls: 3.6.12 -> 3.6.13 [security]

    ... into staging.  Fixes CVE-2020-11501.
    vcunat committed Apr 5, 2020
    Copy the full SHA
    f91b34e View commit details
  3. llvmPackages: change homepages to https:// scheme

    ggreif committed Apr 5, 2020
    Copy the full SHA
    e336bdf View commit details
  4. ghc883: fix structuredAttrs build

    globin authored and FRidh committed Apr 5, 2020
    Copy the full SHA
    fb015f8 View commit details
  5. Merge master into staging-next

    FRidh committed Apr 5, 2020
    Copy the full SHA
    c44bd49 View commit details
  6. Copy the full SHA
    aaf632b View commit details
  7. python3Packages.cryptography: 2.8 -> 2.9

    Backwards incompatible changes:
    - Support for Python 3.4 has been removed due to low usage and
      maintenance burden.
    - Support for OpenSSL 1.0.1 has been removed. Users on older version of
      OpenSSL will need to upgrade.
    - Support for LibreSSL 2.6.x has been removed.
    - Reversed the order in which rfc4514_string() returns the RDNs as
      required by RFC 4514.
    
    Note: The first three changes should have no impact on Nixpkgs as we
    already removed Python 3.4 and OpenSSL 1.0.1. Additionally we don't
    support LibreSSL for this package.
    primeos authored and FRidh committed Apr 5, 2020
    Copy the full SHA
    af1cb9f View commit details
  8. Merge pull request #83155 from roastiek/alsa-upgrade

    alsa-lib: 1.1.9 -> 1.2.2 and new alsa conf packages
    FRidh authored Apr 5, 2020
    Copy the full SHA
    98cefdd View commit details
  9. perl: 5.30.1 -> 5.30.2

    volth authored and FRidh committed Apr 5, 2020
    Copy the full SHA
    5bea90d View commit details
  10. curl: 7.68.0 -> 7.69.1

    r-ryantm authored and FRidh committed Apr 5, 2020
    Copy the full SHA
    e4df9d6 View commit details
  11. gd: 2.2.5 -> 2.3.0

    r-ryantm authored and FRidh committed Apr 5, 2020
    Copy the full SHA
    e895cac View commit details
  12. libsass: 3.6.1 -> 3.6.3

    Contains fix for CVE-2019-18798 and CVE-2019-18799.
    
    Fixes #54804, #53571, #57155, #58266, #73660.
    danderson authored and FRidh committed Apr 5, 2020
    Copy the full SHA
    92ffd64 View commit details
  13. bison: 3.5.1 -> 3.5.2

    r-ryantm authored and FRidh committed Apr 5, 2020
    Copy the full SHA
    d7e7130 View commit details
  14. Copy the full SHA
    1e25c47 View commit details
  15. Merge pull request #81024 from ggreif/master

    llvmPackages: rectify URLs
    basvandijk authored Apr 5, 2020
    Copy the full SHA
    5811d0c View commit details

Commits on Apr 6, 2020

  1. Copy the full SHA
    91a20da View commit details
  2. Merge master into staging-next

    FRidh committed Apr 6, 2020
    Copy the full SHA
    a7e2cb9 View commit details
  3. Copy the full SHA
    2420184 View commit details

Commits on Apr 10, 2020

  1. python2Packages.cryptography: add missing ipaddress dependency

    Jonathan Ringer authored and FRidh committed Apr 10, 2020
    Copy the full SHA
    2e6fb22 View commit details
  2. Copy the full SHA
    1ab03c3 View commit details
  3. ghidra: 9.1 -> 9.1.2

    Move icoutils from buildInputs to nativeBuildInputs because it is a
    compile time dependency.
    NilsIrl committed Apr 10, 2020
    Copy the full SHA
    ec88246 View commit details

Commits on Apr 13, 2020

  1. Copy the full SHA
    a046253 View commit details
  2. _3mux: init at 0.1.0

    Br1ght0ne committed Apr 13, 2020
    Copy the full SHA
    d196b90 View commit details
Showing 423 changed files with 4,573 additions and 1,119 deletions.
2 changes: 1 addition & 1 deletion doc/builders/images/appimagetools.xml
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@ type2.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) (Lepton 3.x)
appimageTools.wrapType2 { # or wrapType1
name = "patchwork"; <co xml:id='ex-appimageTools-wrapping-1' />
src = fetchurl { <co xml:id='ex-appimageTools-wrapping-2' />
url = https://github.com/ssbc/patchwork/releases/download/v3.11.4/Patchwork-3.11.4-linux-x86_64.AppImage;
url = "https://github.com/ssbc/patchwork/releases/download/v3.11.4/Patchwork-3.11.4-linux-x86_64.AppImage";
sha256 = "1blsprpkvm0ws9b96gb36f0rbf8f5jgmw4x6dsb1kswr4ysf591s";
};
extraPkgs = pkgs: with pkgs; [ ]; <co xml:id='ex-appimageTools-wrapping-3' />
2 changes: 1 addition & 1 deletion doc/languages-frameworks/python.section.md
Original file line number Diff line number Diff line change
@@ -412,7 +412,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms";
homepage = http://hgomersall.github.com/pyFFTW;
homepage = "http://hgomersall.github.com/pyFFTW";
license = with licenses; [ bsd2 bsd3 ];
maintainers = with maintainers; [ fridh ];
};
4 changes: 2 additions & 2 deletions doc/languages-frameworks/ruby.xml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ bundlerEnv rec {
meta = with lib; {
description = "A monitoring framework that aims to be simple, malleable, and scalable";
homepage = http://sensuapp.org/;
homepage = "http://sensuapp.org/";
license = with licenses; mit;
maintainers = with maintainers; [ theuni ];
platforms = platforms.unix;
@@ -69,7 +69,7 @@ bundlerApp {
meta = with lib; {
description = "Tool and libraries for maintaining Ruby gems.";
homepage = https://github.com/nyarly/corundum;
homepage = "https://github.com/nyarly/corundum";
license = licenses.mit;
maintainers = [ maintainers.nyarly ];
platforms = platforms.unix;
4 changes: 2 additions & 2 deletions doc/old/cross.txt
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ stdenv.mkDerivation {
name = "binutils-2.16.1-arm";
builder = ./builder.sh;
src = fetchurl {
url = http://ftp.nluug.nl/gnu/binutils/binutils-2.16.1.tar.bz2;
url = "http://ftp.nluug.nl/gnu/binutils/binutils-2.16.1.tar.bz2";
sha256 = "1ian3kwh2vg6hr3ymrv48s04gijs539vzrq62xr76bxbhbwnz2np";
};
inherit noSysDirs;
@@ -84,7 +84,7 @@ stdenv.mkDerivation {
name = "linux-headers-2.6.13.1-arm";
builder = ./builder.sh;
src = fetchurl {
url = http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.1.tar.bz2;
url = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.1.tar.bz2";
sha256 = "12qxmc827fjhaz53kjy7vyrzsaqcg78amiqsb3qm20z26w705lma";
};
}
2 changes: 1 addition & 1 deletion doc/release-notes.xml
Original file line number Diff line number Diff line change
@@ -190,7 +190,7 @@ preConfigure = "configureFlagsArray=(\"CFLAGS=-O0 -g\")";</programlisting>
The function <function>fetchurl</function> now has support for two different kinds of mirroring of files. First, it has support for <emphasis>content-addressable mirrors</emphasis>. For example, given the <function>fetchurl</function> call
<programlisting>
fetchurl {
url = http://releases.mozilla.org/<replaceable>...</replaceable>/firefox-2.0.0.6-source.tar.bz2;
url = "http://releases.mozilla.org/<replaceable>...</replaceable>/firefox-2.0.0.6-source.tar.bz2";
sha1 = "eb72f55e4a8bf08e8c6ef227c0ade3d068ba1082";
}</programlisting>
<function>fetchurl</function> will first try to download this file from <link
2 changes: 1 addition & 1 deletion doc/stdenv/stdenv.xml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
stdenv.mkDerivation {
name = "libfoo-1.2.3";
src = fetchurl {
url = http://example.org/libfoo-1.2.3.tar.bz2;
url = "http://example.org/libfoo-1.2.3.tar.bz2";
sha256 = "0x2g1jqygyr5wiwg4ma1nd7w4ydpy82z9gkcv8vh2v8dn3y58v5m";
};
}</programlisting>
2 changes: 1 addition & 1 deletion lib/licenses.nix
Original file line number Diff line number Diff line change
@@ -596,7 +596,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
psfl = spdx {
spdxId = "Python-2.0";
fullName = "Python Software Foundation License version 2";
#url = http://docs.python.org/license.html;
#url = "http://docs.python.org/license.html";
};

publicDomain = {
12 changes: 12 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
@@ -6478,6 +6478,12 @@
fingerprint = "92B2 904F D293 C94D C4C9 3E6B BFBA F4C9 75F7 6450";
}];
};
roastiek = {
email = "r.dee.b.b@gmail.com";
github = "roastiek";
githubId = 422802;
name = "Rostislav Beneš";
};
rob = {
email = "rob.vermaas@gmail.com";
github = "rbvermaa";
@@ -8121,6 +8127,12 @@
githubId = 3889405;
name = "vyp";
};
wamserma = {
name = "Markus S. Wamser";
email = "github-dev@mail2013.wamser.eu";
github = "wamserma";
githubId = 60148;
};
waynr = {
name = "Wayne Warren";
email = "wayne.warren.s@gmail.com";
9 changes: 9 additions & 0 deletions nixos/doc/manual/release-notes/rl-2009.xml
Original file line number Diff line number Diff line change
@@ -203,6 +203,15 @@ environment.systemPackages = [
<link xlink:href="https://github.com/gollum/gollum/wiki/5.0-release-notes#migrating-your-wiki">here</link>.
</para>
</listitem>
<listitem>
<para>
Deluge 2.x was added and is used as default for new NixOS
installations where stateVersion is >= 20.09. If you are upgrading from a previous
NixOS version, you can set <literal>service.deluge.package = pkgs.deluge-2_x</literal>
to upgrade to Deluge 2.x and migrate the state to the new format.
Be aware that backwards state migrations are not supported by Deluge.
</para>
</listitem>

<listitem>
<para>
7 changes: 6 additions & 1 deletion nixos/modules/security/acme.nix
Original file line number Diff line number Diff line change
@@ -343,7 +343,9 @@ in
# Test that existing cert is older than new cert
KEY=${spath}/certificates/${keyName}.key
KEY_CHANGED=no
if [ -e $KEY -a $KEY -nt key.pem ]; then
KEY_CHANGED=yes
cp -p ${spath}/certificates/${keyName}.key key.pem
cp -p ${spath}/certificates/${keyName}.crt fullchain.pem
cp -p ${spath}/certificates/${keyName}.issuer.crt chain.pem
@@ -354,7 +356,10 @@ in
chmod ${fileMode} *.pem
chown '${data.user}:${data.group}' *.pem
${data.postRun}
if [ "$KEY_CHANGED" = "yes" ]; then
: # noop in case postRun is empty
${data.postRun}
fi
'';
in
"+${script}";
2 changes: 2 additions & 0 deletions nixos/modules/services/mail/rss2email.nix
Original file line number Diff line number Diff line change
@@ -91,6 +91,8 @@ in {
};
};

environment.systemPackages = with pkgs; [ rss2email ];

services.rss2email.config.to = cfg.to;

systemd.tmpfiles.rules = [
16 changes: 15 additions & 1 deletion nixos/modules/services/misc/nix-daemon.nix
Original file line number Diff line number Diff line change
@@ -430,6 +430,16 @@ in
'';
};

buildLocation = mkOption {
type = types.str;
default = "/tmp";
example = "/var/buildroot";
description = ''
Temporary directory, which used to unpack and build source packages.
(by default <filename>/tmp</filename> is used, which commonly reside on tmpfs,
and big packages (like browsers) can just not fit there)
'';
};
};

};
@@ -476,7 +486,9 @@ in
++ optionals cfg.distributedBuilds [ pkgs.gzip ];

environment = cfg.envVars
// { CURL_CA_BUNDLE = "/etc/ssl/certs/ca-certificates.crt"; }
// { CURL_CA_BUNDLE = "/etc/ssl/certs/ca-certificates.crt";
TMPDIR = cfg.buildLocation;
}
// config.networking.proxy.envVars;

unitConfig.RequiresMountsFor = "/nix/store";
@@ -490,6 +502,8 @@ in
restartTriggers = [ nixConf ];
};

systemd.tmpfiles.rules = [ "d ${cfg.buildLocation} 0775 root root -" ];

# Set up the environment variables for running Nix.
environment.sessionVariables = cfg.envVars //
{ NIX_PATH = cfg.nixPath;
4 changes: 2 additions & 2 deletions nixos/modules/services/misc/redmine.nix
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@ in
example = literalExample ''
{
dkuk-redmine_alex_skin = builtins.fetchurl {
url = https://bitbucket.org/dkuk/redmine_alex_skin/get/1842ef675ef3.zip;
url = "https://bitbucket.org/dkuk/redmine_alex_skin/get/1842ef675ef3.zip";
sha256 = "0hrin9lzyi50k4w2bd2b30vrf1i4fi1c0gyas5801wn8i7kpm9yl";
};
}
@@ -146,7 +146,7 @@ in
example = literalExample ''
{
redmine_env_auth = builtins.fetchurl {
url = https://github.com/Intera/redmine_env_auth/archive/0.6.zip;
url = "https://github.com/Intera/redmine_env_auth/archive/0.6.zip";
sha256 = "0yyr1yjd8gvvh832wdc8m3xfnhhxzk2pk3gm2psg5w9jdvd6skak";
};
}
2 changes: 1 addition & 1 deletion nixos/modules/services/security/bitwarden_rs/default.nix
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ in {
default = {};
example = literalExample ''
{
domain = https://bw.domain.tld:8443;
domain = "https://bw.domain.tld:8443";
signupsAllowed = true;
rocketPort = 8222;
rocketLog = "critical";
31 changes: 24 additions & 7 deletions nixos/modules/services/torrent/deluge.nix
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ with lib;
let
cfg = config.services.deluge;
cfg_web = config.services.deluge.web;
isDeluge1 = versionOlder cfg.package.version "2.0.0";

openFilesLimit = 4096;
listenPortsDefault = [ 6881 6889 ];
@@ -18,11 +19,11 @@ let
preStart = if cfg.declarative then ''
if [ -e ${declarativeLockFile} ]; then
# Was declarative before, no need to back up anything
ln -sf ${configFile} ${configDir}/core.conf
${if isDeluge1 then "ln -sf" else "cp"} ${configFile} ${configDir}/core.conf
ln -sf ${cfg.authFile} ${configDir}/auth
else
# Declarative for the first time, backup stateful files
ln -sb --suffix=.stateful ${configFile} ${configDir}/core.conf
${if isDeluge1 then "ln -s" else "cp"} -b --suffix=.stateful ${configFile} ${configDir}/core.conf
ln -sb --suffix=.stateful ${cfg.authFile} ${configDir}/auth
echo "Autogenerated file that signifies that this server configuration is managed declaratively by NixOS" \
> ${declarativeLockFile}
@@ -144,6 +145,14 @@ in {
This always contains unzip, gnutar, xz, p7zip and bzip2.
'';
};

package = mkOption {
type = types.package;
example = literalExample "pkgs.deluge-1_x";
description = ''
Deluge package to use.
'';
};
};

deluge.web = {
@@ -170,6 +179,13 @@ in {

config = mkIf cfg.enable {

services.deluge.package = mkDefault (
if versionAtLeast config.system.stateVersion "20.09" then
pkgs.deluge-2_x
else
pkgs.deluge-1_x
);

# Provide a default set of `extraPackages`.
services.deluge.extraPackages = with pkgs; [ unzip gnutar xz p7zip bzip2 ];

@@ -189,10 +205,10 @@ in {
after = [ "network.target" ];
description = "Deluge BitTorrent Daemon";
wantedBy = [ "multi-user.target" ];
path = [ pkgs.deluge ] ++ cfg.extraPackages;
path = [ cfg.package ] ++ cfg.extraPackages;
serviceConfig = {
ExecStart = ''
${pkgs.deluge}/bin/deluged \
${cfg.package}/bin/deluged \
--do-not-daemonize \
--config ${configDir}
'';
@@ -212,10 +228,11 @@ in {
requires = [ "deluged.service" ];
description = "Deluge BitTorrent WebUI";
wantedBy = [ "multi-user.target" ];
path = [ pkgs.deluge ];
path = [ cfg.package ];
serviceConfig = {
ExecStart = ''
${pkgs.deluge}/bin/deluge-web \
${cfg.package}/bin/deluge-web \
${optionalString (!isDeluge1) "--do-not-daemonize"} \
--config ${configDir} \
--port ${toString cfg.web.port}
'';
@@ -234,7 +251,7 @@ in {
})
];

environment.systemPackages = [ pkgs.deluge ];
environment.systemPackages = [ cfg.package ];

users.users = mkIf (cfg.user == "deluge") {
deluge = {
4 changes: 2 additions & 2 deletions nixos/modules/services/web-apps/wordpress.nix
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@ let
name = "embed-pdf-viewer-plugin";
# Download the theme from the wordpress site
src = pkgs.fetchurl {
url = https://downloads.wordpress.org/plugin/embed-pdf-viewer.2.0.3.zip;
url = "https://downloads.wordpress.org/plugin/embed-pdf-viewer.2.0.3.zip";
sha256 = "1rhba5h5fjlhy8p05zf0p14c9iagfh96y91r36ni0rmk6y891lyd";
};
# We need unzip to build this package
@@ -132,7 +132,7 @@ let
name = "responsive-theme";
# Download the theme from the wordpress site
src = pkgs.fetchurl {
url = https://downloads.wordpress.org/theme/responsive.3.14.zip;
url = "https://downloads.wordpress.org/theme/responsive.3.14.zip";
sha256 = "0rjwm811f4aa4q43r77zxlpklyb85q08f9c8ns2akcarrvj5ydx3";
};
# We need unzip to build this package
Loading