Merge master into staging-next

authored by

github-actions[bot] and committed by
GitHub
b8599816 597535ca

+197 -81
+2 -2
pkgs/applications/blockchains/charge-lnd/default.nix
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "charge-lnd"; 5 - version = "0.1.2"; 6 7 src = fetchFromGitHub { 8 owner = "accumulator"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "1m1ic69aj2vlnjlp4ckan8n67r01nfysvq4w6nny32wjkr0zvphr"; 12 }; 13 14 propagatedBuildInputs = with python3Packages; [
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "charge-lnd"; 5 + version = "0.1.3"; 6 7 src = fetchFromGitHub { 8 owner = "accumulator"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "0npn45qbbsbzj5qy9kwx662hml1y610ysmfl89sda02l6wf1sp3y"; 12 }; 13 14 propagatedBuildInputs = with python3Packages; [
+2 -2
pkgs/applications/misc/spicetify-cli/default.nix
··· 2 3 buildGoModule rec { 4 pname = "spicetify-cli"; 5 - version = "1.2.1"; 6 7 src = fetchFromGitHub { 8 owner = "khanhas"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-HASFaPqm/A1QQ4nkd2hgeyqWplwE1RTrWA937rJA5Oo="; 12 }; 13 14 vendorSha256 = "sha256-g0RYIVIq4oMXdRZDBDnVYg7ombN5WEo/6O9hChQvOYs=";
··· 2 3 buildGoModule rec { 4 pname = "spicetify-cli"; 5 + version = "2.2.6"; 6 7 src = fetchFromGitHub { 8 owner = "khanhas"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-9g6rkSDjE7x/YprPX0dkzqgpjgED5qBpUUQoVv6fGkk="; 12 }; 13 14 vendorSha256 = "sha256-g0RYIVIq4oMXdRZDBDnVYg7ombN5WEo/6O9hChQvOYs=";
+63 -11
pkgs/applications/misc/visidata/default.nix
··· 1 - { buildPythonApplication 2 , lib 3 , fetchFromGitHub 4 , dateutil 5 - , pyyaml 6 , openpyxl 7 , xlrd 8 , h5py 9 , fonttools 10 - , lxml 11 - , pandas 12 - , pyshp 13 , setuptools 14 - , withPcap ? true, dpkt ? null, dnslib ? null 15 }: 16 buildPythonApplication rec { 17 pname = "visidata"; ··· 25 }; 26 27 propagatedBuildInputs = [ 28 dateutil 29 - pyyaml 30 openpyxl 31 xlrd 32 h5py 33 - fonttools 34 - lxml 35 - pandas 36 pyshp 37 setuptools 38 ] ++ lib.optionals withPcap [ dpkt dnslib ]; 39 40 - doCheck = false; 41 42 meta = { 43 inherit version;
··· 1 + { stdenv 2 , lib 3 + , buildPythonApplication 4 , fetchFromGitHub 5 , dateutil 6 + , pandas 7 + , requests 8 + , lxml 9 , openpyxl 10 , xlrd 11 , h5py 12 + , psycopg2 13 + , pyshp 14 , fonttools 15 + , pyyaml 16 + , pdfminer 17 + , vobject 18 + , tabulate 19 + , wcwidth 20 + , zstandard 21 , setuptools 22 + , git 23 + , withPcap ? true, dpkt, dnslib 24 }: 25 buildPythonApplication rec { 26 pname = "visidata"; ··· 34 }; 35 36 propagatedBuildInputs = [ 37 + # from visidata/requirements.txt 38 + # packages not (yet) present in nixpkgs are commented 39 dateutil 40 + pandas 41 + requests 42 + lxml 43 openpyxl 44 xlrd 45 h5py 46 + psycopg2 47 pyshp 48 + #mapbox-vector-tile 49 + #pypng 50 + fonttools 51 + #sas7bdat 52 + #xport 53 + #savReaderWriter 54 + pyyaml 55 + #namestand 56 + #datapackage 57 + pdfminer 58 + #tabula 59 + vobject 60 + tabulate 61 + wcwidth 62 + zstandard 63 setuptools 64 ] ++ lib.optionals withPcap [ dpkt dnslib ]; 65 66 + checkInputs = [ 67 + git 68 + ]; 69 + 70 + # check phase uses the output bin, which is not possible when cross-compiling 71 + doCheck = stdenv.buildPlatform == stdenv.hostPlatform; 72 + 73 + checkPhase = '' 74 + # disable some tests which require access to the network 75 + rm tests/load-http.vd # http 76 + rm tests/graph-cursor-nosave.vd # http 77 + rm tests/messenger-nosave.vd # dns 78 + 79 + # disable some tests which expect Python == 3.6 (not our current version) 80 + # see https://github.com/saulpw/visidata/issues/1014 81 + rm tests/describe.vd 82 + rm tests/describe-error.vd 83 + rm tests/edit-type.vd 84 + 85 + # tests use git to compare outputs to references 86 + git init -b "test-reference" 87 + git config user.name "nobody"; git config user.email "no@where" 88 + git add .; git commit -m "test reference" 89 + 90 + substituteInPlace dev/test.sh --replace "bin/vd" "$out/bin/vd" 91 + bash dev/test.sh 92 + ''; 93 94 meta = { 95 inherit version;
+3 -3
pkgs/applications/networking/browsers/chromium/upstream-info.json
··· 18 } 19 }, 20 "beta": { 21 - "version": "92.0.4515.51", 22 - "sha256": "0x9c5fy95wnri9z0s8pbwyq1lw684n7d70l1s2rp5yxh0snannxg", 23 - "sha256bin64": "036km5dp7asq5n86qx7c9119mdch7sl89lhq1ffss0f4mzcq42yd", 24 "deps": { 25 "gn": { 26 "version": "2021-05-07",
··· 18 } 19 }, 20 "beta": { 21 + "version": "92.0.4515.59", 22 + "sha256": "0lpmd4sybr9qxqj7ab25xjliaw2dk9njnik51gdffrrwphv9qdxb", 23 + "sha256bin64": "0qq9a3pzyn5d6bagx3py86ksl8n488lmlrmadgam2gb7421jq71a", 24 "deps": { 25 "gn": { 26 "version": "2021-05-07",
+3 -7
pkgs/applications/networking/cluster/terraform-docs/default.nix
··· 1 { lib, buildGoModule, fetchFromGitHub }: 2 buildGoModule rec { 3 pname = "terraform-docs"; 4 - version = "0.13.0"; 5 6 src = fetchFromGitHub { 7 owner = "terraform-docs"; 8 repo = pname; 9 rev = "v${version}"; 10 - sha256 = "sha256-lx+yp0ybgZfmxvPM2BY2yq39qA6XebcKGrFd0AJa4yg="; 11 }; 12 13 - vendorSha256 = "sha256-qoZUgSSr7jsDVVPBUyfN5Uw4CnH9EnD/4tX+TCSNV0Q="; 14 15 subPackages = [ "." ]; 16 - 17 - preBuild = '' 18 - buildFlagsArray+=("-ldflags" "-X main.version=${version}") 19 - ''; 20 21 meta = with lib; { 22 description = "A utility to generate documentation from Terraform modules in various output formats";
··· 1 { lib, buildGoModule, fetchFromGitHub }: 2 buildGoModule rec { 3 pname = "terraform-docs"; 4 + version = "0.14.1"; 5 6 src = fetchFromGitHub { 7 owner = "terraform-docs"; 8 repo = pname; 9 rev = "v${version}"; 10 + sha256 = "sha256-Jm0ySxn4GFW4iAH3tOIvclcDGJMKzH7m7fhWnAf4+gs="; 11 }; 12 13 + vendorSha256 = "sha256-IzmAlthE6SVvGHj72wrY1/KLehOv8Ck9VaTv5jMpt48="; 14 15 subPackages = [ "." ]; 16 17 meta = with lib; { 18 description = "A utility to generate documentation from Terraform modules in various output formats";
+2 -2
pkgs/applications/version-management/git-and-tools/git-machete/default.nix
··· 4 5 buildPythonApplication rec { 6 pname = "git-machete"; 7 - version = "3.1.1"; 8 9 src = fetchPypi { 10 inherit pname version; 11 - sha256 = "00f1rq80vya464dkvf3mzs9zpvkz15ki8srwg08snsm5kb7amwlm"; 12 }; 13 14 nativeBuildInputs = [ installShellFiles pbr ];
··· 4 5 buildPythonApplication rec { 6 pname = "git-machete"; 7 + version = "3.2.0"; 8 9 src = fetchPypi { 10 inherit pname version; 11 + sha256 = "1bssk0jqspmsvr8kha9l5cslyhjvc50y30wdgavbca256lv75gh8"; 12 }; 13 14 nativeBuildInputs = [ installShellFiles pbr ];
+2 -2
pkgs/applications/video/ccextractor/default.nix
··· 4 with lib; 5 stdenv.mkDerivation rec { 6 pname = "ccextractor"; 7 - version = "0.88"; 8 9 src = fetchFromGitHub { 10 owner = "CCExtractor"; 11 repo = pname; 12 rev = "v${version}"; 13 - sha256 = "1sya45hvv4d46bk7541yimmafgvgyhkpsvwfz9kv6pm4yi1lz6nb"; 14 }; 15 16 sourceRoot = "source/src";
··· 4 with lib; 5 stdenv.mkDerivation rec { 6 pname = "ccextractor"; 7 + version = "0.89"; 8 9 src = fetchFromGitHub { 10 owner = "CCExtractor"; 11 repo = pname; 12 rev = "v${version}"; 13 + sha256 = "sha256-847yt6pUTsDnVbrMQQPJ0pqu6UnKmYmr8UtR8+TP11A="; 14 }; 15 16 sourceRoot = "source/src";
+1
pkgs/development/compilers/openjdk/11.nix
··· 39 ./read-truststore-from-env-jdk10.patch 40 ./currency-date-range-jdk10.patch 41 ./increase-javadoc-heap.patch 42 ] ++ lib.optionals (!headless && enableGnome2) [ 43 ./swing-use-gtk-jdk10.patch 44 ];
··· 39 ./read-truststore-from-env-jdk10.patch 40 ./currency-date-range-jdk10.patch 41 ./increase-javadoc-heap.patch 42 + ./fix-library-path-jdk11.patch 43 ] ++ lib.optionals (!headless && enableGnome2) [ 44 ./swing-use-gtk-jdk10.patch 45 ];
+37
pkgs/development/compilers/openjdk/fix-library-path-jdk11.patch
···
··· 1 + diff --git a/src/hotspot/os/linux/os_linux.cpp b/src/hotspot/os/linux/os_linux.cpp 2 + index 0dbe03349e..847d56778d 100644 3 + --- a/src/hotspot/os/linux/os_linux.cpp 4 + +++ b/src/hotspot/os/linux/os_linux.cpp 5 + @@ -326,13 +326,13 @@ void os::init_system_properties_values() { 6 + // ... 7 + // 7: The default directories, normally /lib and /usr/lib. 8 + #if defined(AMD64) || (defined(_LP64) && defined(SPARC)) || defined(PPC64) || defined(S390) 9 + - #define DEFAULT_LIBPATH "/usr/lib64:/lib64:/lib:/usr/lib" 10 + + #define DEFAULT_LIBPATH "" 11 + #else 12 + - #define DEFAULT_LIBPATH "/lib:/usr/lib" 13 + + #define DEFAULT_LIBPATH "" 14 + #endif 15 + 16 + // Base path of extensions installed on the system. 17 + -#define SYS_EXT_DIR "/usr/java/packages" 18 + +#define SYS_EXT_DIR "" 19 + #define EXTENSIONS_DIR "/lib/ext" 20 + 21 + // Buffer that fits several sprintfs. 22 + @@ -392,13 +392,13 @@ void os::init_system_properties_values() { 23 + strlen(v) + 1 + 24 + sizeof(SYS_EXT_DIR) + sizeof("/lib/") + sizeof(DEFAULT_LIBPATH) + 1, 25 + mtInternal); 26 + - sprintf(ld_library_path, "%s%s" SYS_EXT_DIR "/lib:" DEFAULT_LIBPATH, v, v_colon); 27 + + sprintf(ld_library_path, "%s", v); 28 + Arguments::set_library_path(ld_library_path); 29 + FREE_C_HEAP_ARRAY(char, ld_library_path); 30 + } 31 + 32 + // Extensions directories. 33 + - sprintf(buf, "%s" EXTENSIONS_DIR ":" SYS_EXT_DIR EXTENSIONS_DIR, Arguments::get_java_home()); 34 + + sprintf(buf, "%s" EXTENSIONS_DIR, Arguments::get_java_home()); 35 + Arguments::set_ext_dirs(buf); 36 + 37 + FREE_C_HEAP_ARRAY(char, buf);
+2 -2
pkgs/development/libraries/CGAL/default.nix
··· 8 9 stdenv.mkDerivation rec { 10 pname = "cgal"; 11 - version = "5.2.1"; 12 13 src = fetchFromGitHub { 14 owner = "CGAL"; 15 repo = "releases"; 16 rev = "CGAL-${version}"; 17 - sha256 = "sha256-sJyeehgt84rLX8ZBYIbFgHLG2aJDDHEj5GeVnQhjiOQ="; 18 }; 19 20 # note: optional component libCGAL_ImageIO would need zlib and opengl;
··· 8 9 stdenv.mkDerivation rec { 10 pname = "cgal"; 11 + version = "5.2.2"; 12 13 src = fetchFromGitHub { 14 owner = "CGAL"; 15 repo = "releases"; 16 rev = "CGAL-${version}"; 17 + sha256 = "sha256-DeTJAAY3OEu+pVazt5es1v3l1nGAfjvE0wQmYISRYoo="; 18 }; 19 20 # note: optional component libCGAL_ImageIO would need zlib and opengl;
+2 -2
pkgs/development/libraries/libslirp/default.nix
··· 9 10 stdenv.mkDerivation rec { 11 pname = "libslirp"; 12 - version = "4.5.0"; 13 14 src = fetchFromGitLab { 15 domain = "gitlab.freedesktop.org"; 16 owner = "slirp"; 17 repo = pname; 18 rev = "v${version}"; 19 - sha256 = "sha256-UdKBED7xR0gDf3aj3+6I62CnAwGP7XxskaFzWeUUkkk="; 20 }; 21 22 nativeBuildInputs = [ meson ninja pkg-config ];
··· 9 10 stdenv.mkDerivation rec { 11 pname = "libslirp"; 12 + version = "4.6.0"; 13 14 src = fetchFromGitLab { 15 domain = "gitlab.freedesktop.org"; 16 owner = "slirp"; 17 repo = pname; 18 rev = "v${version}"; 19 + sha256 = "sha256-1Zp1+PW0WtNzRYIA87X42CJeSzVFhi5sGi9/rlUP4Vo="; 20 }; 21 22 nativeBuildInputs = [ meson ninja pkg-config ];
-26
pkgs/development/libraries/spice/correct-meson.patch
··· 1 - diff --git a/meson.build b/meson.build 2 - index 8b8ae8bb..e58c436c 100644 3 - --- a/meson.build 4 - +++ b/meson.build 5 - @@ -2,7 +2,7 @@ 6 - # project definition 7 - # 8 - project('spice', 'c', 9 - - version : run_command('build-aux/git-version-gen', '${MESON_SOURCE_ROOT}/.tarball-version', check : true).stdout().strip(), 10 - + version : run_command('build-aux/git-version-gen', meson.source_root() + '/.tarball-version', check : true).stdout().strip(), 11 - license : 'LGPLv2.1', 12 - meson_version : '>= 0.48') 13 - 14 - diff --git a/server/meson.build b/server/meson.build 15 - index 34d8eef1..988ccab2 100644 16 - --- a/server/meson.build 17 - +++ b/server/meson.build 18 - @@ -7,7 +7,7 @@ version_info = meson.project_version().split('.') 19 - major = '@0@'.format(version_info[0]) 20 - minor = '@0@'.format(version_info[1]) 21 - micro = version_info[2].to_int() 22 - -if not version_info[3].contains('git') 23 - +if not version_info.contains('git') 24 - micro += 1 25 - endif 26 - micro = '@0@'.format(micro)
···
+3 -8
pkgs/development/libraries/spice/default.nix
··· 26 27 stdenv.mkDerivation rec { 28 pname = "spice"; 29 - version = "0.14.2"; 30 31 src = fetchurl { 32 - url = "https://www.spice-space.org/download/releases/${pname}-${version}.tar.bz2"; 33 - sha256 = "19r999py9v9c7md2bb8ysj809ag1hh6djl1ik8jcgx065s4b60xj"; 34 }; 35 - 36 - patches = [ 37 - # submitted https://gitlab.freedesktop.org/spice/spice/merge_requests/4 38 - ./correct-meson.patch 39 - ]; 40 41 postPatch = '' 42 patchShebangs build-aux
··· 26 27 stdenv.mkDerivation rec { 28 pname = "spice"; 29 + version = "0.15.0"; 30 31 src = fetchurl { 32 + url = "https://www.spice-space.org/download/releases/spice-server/${pname}-${version}.tar.bz2"; 33 + sha256 = "1xd0xffw0g5vvwbq4ksmm3jjfq45f9dw20xpmi82g1fj9f7wy85k"; 34 }; 35 36 postPatch = '' 37 patchShebangs build-aux
+11
pkgs/development/ocaml-modules/cstruct/async.nix
···
··· 1 + { lib, buildDunePackage, cstruct, async_unix }: 2 + 3 + buildDunePackage rec { 4 + pname = "cstruct-async"; 5 + inherit (cstruct) src version meta useDune2; 6 + 7 + propagatedBuildInputs = [ 8 + async_unix 9 + cstruct 10 + ]; 11 + }
+40
pkgs/development/python-modules/aioazuredevops/default.nix
···
··· 1 + { lib 2 + , buildPythonPackage 3 + , isPy27 4 + , fetchPypi 5 + , aiohttp 6 + , click 7 + }: 8 + 9 + buildPythonPackage rec { 10 + pname = "aioazuredevops"; 11 + version = "1.3.5"; 12 + 13 + disabled = isPy27; 14 + 15 + src = fetchPypi { 16 + inherit pname version; 17 + sha256 = "4c98a995d0516f502ba191fa3ac973ee72b93425e7eab3cdf770516c6e93c780"; 18 + }; 19 + 20 + propagatedBuildInputs = [ 21 + aiohttp 22 + click 23 + ]; 24 + 25 + # no tests implemented 26 + doCheck = false; 27 + 28 + pythonImportsCheck = [ 29 + "aioazuredevops.builds" 30 + "aioazuredevops.client" 31 + "aioazuredevops.core" 32 + ]; 33 + 34 + meta = with lib; { 35 + description = "Get data from the Azure DevOps API"; 36 + homepage = "https://github.com/timmo001/aioazuredevops"; 37 + license = licenses.mit; 38 + maintainers = with maintainers; [ dotlambda ]; 39 + }; 40 + }
+7 -2
pkgs/development/python-modules/strictyaml/default.nix
··· 7 }: 8 9 buildPythonPackage rec { 10 - version = "1.3.2"; 11 pname = "strictyaml"; 12 disabled = isPy27; 13 14 src = fetchPypi { 15 inherit pname version; 16 - sha256 = "637399fd80dccc95f5287b2606b74098b23c08031b7ec33c5afb314ccbf10948"; 17 }; 18 19 propagatedBuildInputs = [ ruamel_yaml python-dateutil ]; 20
··· 7 }: 8 9 buildPythonPackage rec { 10 + version = "1.4.2"; 11 pname = "strictyaml"; 12 disabled = isPy27; 13 14 src = fetchPypi { 15 inherit pname version; 16 + sha256 = "sha256-3bTk6AfdUQybx/xQ/I0Tae1pbtXMktSUtedSuoJ2paI="; 17 }; 18 + 19 + postPatch = '' 20 + substituteInPlace setup.py \ 21 + --replace "ruamel.yaml==0.17.4" "ruamel.yaml" 22 + ''; 23 24 propagatedBuildInputs = [ ruamel_yaml python-dateutil ]; 25
+2 -2
pkgs/development/python-modules/xmlschema/default.nix
··· 5 }: 6 7 buildPythonPackage rec { 8 - version = "1.6.2"; 9 pname = "xmlschema"; 10 11 src = fetchFromGitHub { 12 owner = "sissaschool"; 13 repo = "xmlschema"; 14 rev = "v${version}"; 15 - sha256 = "sha256-GL2PlHxKDSEsZwHPBAy+tjBSbKyvlbXUWwXakKPmzSs="; 16 }; 17 18 propagatedBuildInputs = [ elementpath ];
··· 5 }: 6 7 buildPythonPackage rec { 8 + version = "1.6.4"; 9 pname = "xmlschema"; 10 11 src = fetchFromGitHub { 12 owner = "sissaschool"; 13 repo = "xmlschema"; 14 rev = "v${version}"; 15 + sha256 = "sha256-0KVGu163t3stCgx7aWW/Ggf6CUW2ZhOOnPU6FfGHfKA="; 16 }; 17 18 propagatedBuildInputs = [ elementpath ];
+2 -2
pkgs/development/python-modules/yamllint/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "yamllint"; 13 - version = "1.26.0"; 14 disabled = pythonOlder "3.5"; 15 16 src = fetchPypi { 17 inherit pname version; 18 - sha256 = "11qhs1jk9pwvyk5k3q5blh9sq42dh1ywdf1f3i2zixf7hncwir5h"; 19 }; 20 21 propagatedBuildInputs = [
··· 10 11 buildPythonPackage rec { 12 pname = "yamllint"; 13 + version = "1.26.1"; 14 disabled = pythonOlder "3.5"; 15 16 src = fetchPypi { 17 inherit pname version; 18 + sha256 = "sha256-h9lGKz7X6d+hnKoXf3p3zZiIs9xARER9auCrIzvNEyQ="; 19 }; 20 21 propagatedBuildInputs = [
+2 -2
pkgs/os-specific/linux/kernel/linux-xanmod.nix
··· 1 { lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args: 2 3 let 4 - version = "5.12.10"; 5 suffix = "xanmod1-cacule"; 6 in 7 buildLinux (args // rec { ··· 12 owner = "xanmod"; 13 repo = "linux"; 14 rev = modDirVersion; 15 - sha256 = "sha256-DxWkknL8kgFmdI+jb5chVnWCz6oDKOw6iuT69zDaDNs="; 16 }; 17 18 extraMeta = {
··· 1 { lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args: 2 3 let 4 + version = "5.12.11"; 5 suffix = "xanmod1-cacule"; 6 in 7 buildLinux (args // rec { ··· 12 owner = "xanmod"; 13 repo = "linux"; 14 rev = modDirVersion; 15 + sha256 = "sha256-EQ52Leg7i1Xb2b29JbaKFKRE/jKXB48GXhbM/Ay5QTY="; 16 }; 17 18 extraMeta = {
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 68 "awair" = ps: with ps; [ python-awair ]; 69 "aws" = ps: with ps; [ aiobotocore ]; 70 "axis" = ps: with ps; [ aiohttp-cors axis paho-mqtt ]; 71 - "azure_devops" = ps: with ps; [ ]; # missing inputs: aioazuredevops 72 "azure_event_hub" = ps: with ps; [ azure-eventhub ]; 73 "azure_service_bus" = ps: with ps; [ azure-servicebus ]; 74 "baidu" = ps: with ps; [ ]; # missing inputs: baidu-aip
··· 68 "awair" = ps: with ps; [ python-awair ]; 69 "aws" = ps: with ps; [ aiobotocore ]; 70 "axis" = ps: with ps; [ aiohttp-cors axis paho-mqtt ]; 71 + "azure_devops" = ps: with ps; [ aioazuredevops ]; 72 "azure_event_hub" = ps: with ps; [ azure-eventhub ]; 73 "azure_service_bus" = ps: with ps; [ azure-servicebus ]; 74 "baidu" = ps: with ps; [ ]; # missing inputs: baidu-aip
+1
pkgs/servers/home-assistant/default.nix
··· 301 "awair" 302 "aws" 303 "axis" 304 "azure_event_hub" 305 "bayesian" 306 "binary_sensor"
··· 301 "awair" 302 "aws" 303 "axis" 304 + "azure_devops" 305 "azure_event_hub" 306 "bayesian" 307 "binary_sensor"
+2 -2
pkgs/tools/games/amidst/default.nix
··· 6 7 stdenv.mkDerivation rec { 8 pname = "amidst"; 9 - version = "4.6"; 10 11 src = fetchurl { # TODO: Compile from src 12 url = "https://github.com/toolbox4minecraft/amidst/releases/download/v${version}/amidst-v${lib.replaceStrings [ "." ] [ "-" ] version}.jar"; 13 - sha256 = "0nz6xfhshy36j8k81kqdfbbxih96l7f3s9156f9lmw0mi1qlyzqk"; 14 }; 15 16 dontUnpack = true;
··· 6 7 stdenv.mkDerivation rec { 8 pname = "amidst"; 9 + version = "4.7"; 10 11 src = fetchurl { # TODO: Compile from src 12 url = "https://github.com/toolbox4minecraft/amidst/releases/download/v${version}/amidst-v${lib.replaceStrings [ "." ] [ "-" ] version}.jar"; 13 + sha256 = "sha256-oecRjD7JUuvFym8N/hSE5cbAFQojS6yxOuxpwWRlW9M="; 14 }; 15 16 dontUnpack = true;
+2 -2
pkgs/tools/networking/slirp4netns/default.nix
··· 12 13 stdenv.mkDerivation rec { 14 pname = "slirp4netns"; 15 - version = "1.1.10"; 16 17 src = fetchFromGitHub { 18 owner = "rootless-containers"; 19 repo = "slirp4netns"; 20 rev = "v${version}"; 21 - sha256 = "sha256-Qk5a8h9IkLwYRmPL8pFlyVsQ/xMZ2/wkq8zZ7yfrLEQ="; 22 }; 23 24 nativeBuildInputs = [ autoreconfHook pkg-config ];
··· 12 13 stdenv.mkDerivation rec { 14 pname = "slirp4netns"; 15 + version = "1.1.11"; 16 17 src = fetchFromGitHub { 18 owner = "rootless-containers"; 19 repo = "slirp4netns"; 20 rev = "v${version}"; 21 + sha256 = "sha256-Gxcu9XlLPLcFUoCDrMeWJ6SGUSHU9ZKPHq1oBvmNoJ8="; 22 }; 23 24 nativeBuildInputs = [ autoreconfHook pkg-config ];
+2
pkgs/top-level/ocaml-packages.nix
··· 217 218 cstruct = callPackage ../development/ocaml-modules/cstruct {}; 219 220 cstruct-lwt = callPackage ../development/ocaml-modules/cstruct/lwt.nix { }; 221 222 cstruct-sexp = callPackage ../development/ocaml-modules/cstruct/sexp.nix {};
··· 217 218 cstruct = callPackage ../development/ocaml-modules/cstruct {}; 219 220 + cstruct-async = callPackage ../development/ocaml-modules/cstruct/async.nix { }; 221 + 222 cstruct-lwt = callPackage ../development/ocaml-modules/cstruct/lwt.nix { }; 223 224 cstruct-sexp = callPackage ../development/ocaml-modules/cstruct/sexp.nix {};
+2
pkgs/top-level/python-packages.nix
··· 245 246 aioasuswrt = callPackage ../development/python-modules/aioasuswrt { }; 247 248 aiocache = callPackage ../development/python-modules/aiocache { }; 249 250 aiocoap = callPackage ../development/python-modules/aiocoap { };
··· 245 246 aioasuswrt = callPackage ../development/python-modules/aioasuswrt { }; 247 248 + aioazuredevops = callPackage ../development/python-modules/aioazuredevops { }; 249 + 250 aiocache = callPackage ../development/python-modules/aiocache { }; 251 252 aiocoap = callPackage ../development/python-modules/aiocoap { };
+1 -1
pkgs/top-level/stage.nix
··· 151 otherPackageSets = self: super: { 152 # This maps each entry in lib.systems.examples to its own package 153 # set. Each of these will contain all packages cross compiled for 154 - # that target system. For instance, pkgsCross.rasberryPi.hello, 155 # will refer to the "hello" package built for the ARM6-based 156 # Raspberry Pi. 157 pkgsCross = lib.mapAttrs (n: crossSystem:
··· 151 otherPackageSets = self: super: { 152 # This maps each entry in lib.systems.examples to its own package 153 # set. Each of these will contain all packages cross compiled for 154 + # that target system. For instance, pkgsCross.raspberryPi.hello, 155 # will refer to the "hello" package built for the ARM6-based 156 # Raspberry Pi. 157 pkgsCross = lib.mapAttrs (n: crossSystem: