Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
88e268b4 97808bf5

+389 -262
+2 -11
pkgs/applications/misc/mediaelch/default.nix
··· 24 in 25 stdenv.mkDerivation rec { 26 pname = "mediaelch"; 27 - version = "2.10.0"; 28 29 src = fetchFromGitHub { 30 owner = "Komet"; 31 repo = "MediaElch"; 32 rev = "v${version}"; 33 - sha256 = "sha256-hipOOG+ibfsJZKLcnB6a5+OOvSs4WUdpEY+RiVKJc+k="; 34 fetchSubmodules = true; 35 }; 36 - 37 - patches = [ 38 - # https://github.com/Komet/MediaElch/issues/1557 39 - # build: Fix build issue with Qt 6.5 on macOS (also other platforms) 40 - (fetchpatch { 41 - url = "https://github.com/Komet/MediaElch/commit/872b21decf95d70073400bedbe1ad183a8267791.patch"; 42 - hash = "sha256-D1Ui5xg5cpvNX4IHfXQ7wN9I7Y3SuPFOWxWidcAlLEA="; 43 - }) 44 - ]; 45 46 nativeBuildInputs = [ 47 cmake
··· 24 in 25 stdenv.mkDerivation rec { 26 pname = "mediaelch"; 27 + version = "2.10.2"; 28 29 src = fetchFromGitHub { 30 owner = "Komet"; 31 repo = "MediaElch"; 32 rev = "v${version}"; 33 + sha256 = "sha256-y8NXBPShmhp0QiuSbVA2JvZrv70Z76Kmdw+RuBnMtPY="; 34 fetchSubmodules = true; 35 }; 36 37 nativeBuildInputs = [ 38 cmake
+27
pkgs/applications/networking/cluster/kubectl-cnpg/default.nix
···
··· 1 + { buildGoModule 2 + , fetchFromGitHub 3 + , lib 4 + }: 5 + 6 + buildGoModule rec { 7 + pname = "kubectl-cnpg"; 8 + version = "1.20.1"; 9 + 10 + src = fetchFromGitHub { 11 + owner = "cloudnative-pg"; 12 + repo = "cloudnative-pg"; 13 + rev = "v${version}"; 14 + sha256 = "sha256-PFibPL5jBbdGgULiqtt5tKYy3UWsldnbCN2LJpxat60="; 15 + }; 16 + 17 + vendorSha256 = "sha256-jD8p5RWbCMPmZec3fEsGa8kevTi1curBazlEDvjeuq8="; 18 + 19 + subPackages = [ "cmd/kubectl-cnpg" ]; 20 + 21 + meta = with lib; { 22 + homepage = "https://cloudnative-pg.io/"; 23 + description = "Plugin for kubectl to manage a CloudNativePG cluster in Kubernetes"; 24 + license = licenses.asl20; 25 + maintainers = with maintainers; [ devusb ]; 26 + }; 27 + }
+17 -17
pkgs/applications/networking/cluster/terraform-providers/providers.json
··· 146 "vendorHash": null 147 }, 148 "baiducloud": { 149 - "hash": "sha256-cEi/B5vZWQDdne4SlTwoObt+eUsmTdyG8bH6YHPo4IA=", 150 "homepage": "https://registry.terraform.io/providers/baidubce/baiducloud", 151 "owner": "baidubce", 152 "repo": "terraform-provider-baiducloud", 153 - "rev": "v1.19.7", 154 "spdx": "MPL-2.0", 155 "vendorHash": null 156 }, ··· 191 "vendorHash": "sha256-AJcPxiuglHpsHUIa5sJMtY7MRN5JrW/tfkz3+5Bv9AU=" 192 }, 193 "checkly": { 194 - "hash": "sha256-ZJQdH1ot/ygnM4Q2rihzHFH67ge6zfVrPASgV0lUs34=", 195 "homepage": "https://registry.terraform.io/providers/checkly/checkly", 196 "owner": "checkly", 197 "repo": "terraform-provider-checkly", 198 - "rev": "v1.6.6", 199 "spdx": null, 200 - "vendorHash": "sha256-feuFwaV463o+7jpv2jl2R4Bm9Tv2w4R03/0ne0kImIU=" 201 }, 202 "ciscoasa": { 203 "hash": "sha256-xzc44FEy2MPo51Faq/VFwg411JK9e0kQucpt0vdN8yg=", ··· 282 "vendorHash": "sha256-ZCMSmOCPEMxCSpl3DjIUGPj1W/KNJgyjtHpmQ19JquA=" 283 }, 284 "datadog": { 285 - "hash": "sha256-1vGpPvsy3SztlreNy0kcpTFtRaeq34G3B+Zo3obdHIw=", 286 "homepage": "https://registry.terraform.io/providers/DataDog/datadog", 287 "owner": "DataDog", 288 "repo": "terraform-provider-datadog", 289 - "rev": "v3.26.0", 290 "spdx": "MPL-2.0", 291 - "vendorHash": "sha256-w0UcFUlpS6j/q2xKCFghgL+kcy1zBVvEqQjigtzzfks=" 292 }, 293 "dhall": { 294 "hash": "sha256-K0j90YAzYqdyJD4aofyxAJF9QBYNMbhSVm/s1GvWuJ4=", ··· 445 "vendorHash": "sha256-XgGNz+yP+spRA2+qFxwiZFcBRv2GQWhiYY9zoC8rZPc=" 446 }, 447 "google": { 448 - "hash": "sha256-euQ320XxCby8dhDFuxqR0EGw963WIcGtGK+MpNW0eM0=", 449 "homepage": "https://registry.terraform.io/providers/hashicorp/google", 450 "owner": "hashicorp", 451 "proxyVendor": true, 452 "repo": "terraform-provider-google", 453 - "rev": "v4.71.0", 454 "spdx": "MPL-2.0", 455 - "vendorHash": "sha256-0ZCyJiFzfWvmV+dNNUWKopdEHreXyjRFpaCA8BWil3k=" 456 }, 457 "google-beta": { 458 - "hash": "sha256-DFghnLTeQzDw3QQdGQXWBsgBjsBQxph7Kgsc/TQTvLg=", 459 "homepage": "https://registry.terraform.io/providers/hashicorp/google-beta", 460 "owner": "hashicorp", 461 "proxyVendor": true, 462 "repo": "terraform-provider-google-beta", 463 - "rev": "v4.71.0", 464 "spdx": "MPL-2.0", 465 - "vendorHash": "sha256-0ZCyJiFzfWvmV+dNNUWKopdEHreXyjRFpaCA8BWil3k=" 466 }, 467 "googleworkspace": { 468 "hash": "sha256-dedYnsKHizxJZibuvJOMbJoux0W6zgKaK5fxIofKqCY=", ··· 1115 "vendorHash": null 1116 }, 1117 "tfe": { 1118 - "hash": "sha256-aDM6lTxESm9OFAE/p9SbuBe6Uaydprfw0/MxJitLnwY=", 1119 "homepage": "https://registry.terraform.io/providers/hashicorp/tfe", 1120 "owner": "hashicorp", 1121 "repo": "terraform-provider-tfe", 1122 - "rev": "v0.45.0", 1123 "spdx": "MPL-2.0", 1124 - "vendorHash": "sha256-CWQDFMvx8vMyeiMcMciZbnYpd56h4nA0ysJqNzEtSUo=" 1125 }, 1126 "thunder": { 1127 "hash": "sha256-CZjoWme/f1F5JzYlntEKL5ijRF/qR3h4ZTiv9vwzbJI=",
··· 146 "vendorHash": null 147 }, 148 "baiducloud": { 149 + "hash": "sha256-bCn6Zenyy0qGazph+MIiA/EAcdi3VLrl4S9AArdzx20=", 150 "homepage": "https://registry.terraform.io/providers/baidubce/baiducloud", 151 "owner": "baidubce", 152 "repo": "terraform-provider-baiducloud", 153 + "rev": "v1.19.8", 154 "spdx": "MPL-2.0", 155 "vendorHash": null 156 }, ··· 191 "vendorHash": "sha256-AJcPxiuglHpsHUIa5sJMtY7MRN5JrW/tfkz3+5Bv9AU=" 192 }, 193 "checkly": { 194 + "hash": "sha256-UXIni594P85sgS8XVLoJ0+UTBeUS0XC+oj98KJUfghg=", 195 "homepage": "https://registry.terraform.io/providers/checkly/checkly", 196 "owner": "checkly", 197 "repo": "terraform-provider-checkly", 198 + "rev": "v1.6.7", 199 "spdx": null, 200 + "vendorHash": "sha256-ATj1tGTS7FnEQDa6KuDQITGuVimP0A4sdlUNJ6RNIqI=" 201 }, 202 "ciscoasa": { 203 "hash": "sha256-xzc44FEy2MPo51Faq/VFwg411JK9e0kQucpt0vdN8yg=", ··· 282 "vendorHash": "sha256-ZCMSmOCPEMxCSpl3DjIUGPj1W/KNJgyjtHpmQ19JquA=" 283 }, 284 "datadog": { 285 + "hash": "sha256-2ahiJ4YL0BmrDwc9f9fp/ppStb51bZlzpwEfuTAlgko=", 286 "homepage": "https://registry.terraform.io/providers/DataDog/datadog", 287 "owner": "DataDog", 288 "repo": "terraform-provider-datadog", 289 + "rev": "v3.27.0", 290 "spdx": "MPL-2.0", 291 + "vendorHash": "sha256-yAOWcs+rFjjp21Xq1Ch/sE/6N0BSpOC167mxIOmR9nk=" 292 }, 293 "dhall": { 294 "hash": "sha256-K0j90YAzYqdyJD4aofyxAJF9QBYNMbhSVm/s1GvWuJ4=", ··· 445 "vendorHash": "sha256-XgGNz+yP+spRA2+qFxwiZFcBRv2GQWhiYY9zoC8rZPc=" 446 }, 447 "google": { 448 + "hash": "sha256-Mg4pB5FaphdPYBqev+KvNp0gucL8Oj8NDCh4Dk4B/jY=", 449 "homepage": "https://registry.terraform.io/providers/hashicorp/google", 450 "owner": "hashicorp", 451 "proxyVendor": true, 452 "repo": "terraform-provider-google", 453 + "rev": "v4.72.0", 454 "spdx": "MPL-2.0", 455 + "vendorHash": "sha256-X+7UZM0iZzG7LvaK6nKXF3taKIiJfhWRmY1q1Uz9M4A=" 456 }, 457 "google-beta": { 458 + "hash": "sha256-OF/7WiSkXkBqDC9dd8aN0YrIyC2YxevkUPCT8ftZ0b8=", 459 "homepage": "https://registry.terraform.io/providers/hashicorp/google-beta", 460 "owner": "hashicorp", 461 "proxyVendor": true, 462 "repo": "terraform-provider-google-beta", 463 + "rev": "v4.72.0", 464 "spdx": "MPL-2.0", 465 + "vendorHash": "sha256-X+7UZM0iZzG7LvaK6nKXF3taKIiJfhWRmY1q1Uz9M4A=" 466 }, 467 "googleworkspace": { 468 "hash": "sha256-dedYnsKHizxJZibuvJOMbJoux0W6zgKaK5fxIofKqCY=", ··· 1115 "vendorHash": null 1116 }, 1117 "tfe": { 1118 + "hash": "sha256-UFTRqRlpS0q8go+dYIpLLmOR7zs4Zi97Q91AjV+LqI8=", 1119 "homepage": "https://registry.terraform.io/providers/hashicorp/tfe", 1120 "owner": "hashicorp", 1121 "repo": "terraform-provider-tfe", 1122 + "rev": "v0.46.0", 1123 "spdx": "MPL-2.0", 1124 + "vendorHash": "sha256-HdTx9f9ytE5/IG4yv1Xnqd/5ZA+ZaF6jjUmtI/q5yc0=" 1125 }, 1126 "thunder": { 1127 "hash": "sha256-CZjoWme/f1F5JzYlntEKL5ijRF/qR3h4ZTiv9vwzbJI=",
+4 -4
pkgs/applications/networking/deck/default.nix
··· 1 { buildGoModule, lib, installShellFiles, fetchFromGitHub }: 2 let 3 - short_hash = "7447a09"; 4 in buildGoModule rec { 5 pname = "deck"; 6 - version = "1.22.0"; 7 8 src = fetchFromGitHub { 9 owner = "Kong"; 10 repo = "deck"; 11 rev = "v${version}"; 12 - hash = "sha256-BCx4bw+FrnH291sp52Dz+dc6cYtoLAt8fmdF6YbmgOE="; 13 }; 14 15 nativeBuildInputs = [ installShellFiles ]; ··· 21 "-X github.com/kong/deck/cmd.COMMIT=${short_hash}" 22 ]; 23 24 - vendorSha256 = "sha256-rir8z1IwQenTvihHWaA7dx6Nn45M82ulCNRJuQlUhEM="; 25 26 postInstall = '' 27 installShellCompletion --cmd deck \
··· 1 { buildGoModule, lib, installShellFiles, fetchFromGitHub }: 2 let 3 + short_hash = "69aa892"; 4 in buildGoModule rec { 5 pname = "deck"; 6 + version = "1.23.0"; 7 8 src = fetchFromGitHub { 9 owner = "Kong"; 10 repo = "deck"; 11 rev = "v${version}"; 12 + hash = "sha256-PrpiZBGNb8tWt2RiZ4iHKibN+2EQRm1/tBbDLng/lkA="; 13 }; 14 15 nativeBuildInputs = [ installShellFiles ]; ··· 21 "-X github.com/kong/deck/cmd.COMMIT=${short_hash}" 22 ]; 23 24 + vendorHash = "sha256-brd+gtIHIarMv3l6O6JMDPRFlMwKSLZjBABAvByUC6o="; 25 26 postInstall = '' 27 installShellCompletion --cmd deck \
+2 -2
pkgs/applications/networking/gopher/geomyidae/default.nix
··· 3 4 stdenv.mkDerivation rec { 5 pname = "geomyidae"; 6 - version = "0.51"; 7 8 src = fetchurl { 9 url = "gopher://bitreich.org/9/scm/geomyidae/tag/geomyidae-v${version}.tar.gz"; 10 - sha512 = "3lGAa7BCrspGBcQqjduBkIACpf3u/CkeSCBnaJ3rrz3OIidn4o4dNwZNe7u8swaJxN2dhDSKKeVT3RnFQUaXdg=="; 11 }; 12 13 buildInputs = [ libressl ];
··· 3 4 stdenv.mkDerivation rec { 5 pname = "geomyidae"; 6 + version = "0.69"; 7 8 src = fetchurl { 9 url = "gopher://bitreich.org/9/scm/geomyidae/tag/geomyidae-v${version}.tar.gz"; 10 + hash = "sha256-C0mAjyS2wZVipXP/sKxa/d7gDyYQ/MvmwqQ/QMzmcRE="; 11 }; 12 13 buildInputs = [ libressl ];
+2 -2
pkgs/applications/networking/instant-messengers/teams-for-linux/default.nix
··· 17 18 stdenv.mkDerivation (finalAttrs: { 19 pname = "teams-for-linux"; 20 - version = "1.1.9"; 21 22 src = fetchFromGitHub { 23 owner = "IsmaelMartinez"; 24 repo = "teams-for-linux"; 25 rev = "v${finalAttrs.version}"; 26 - hash = "sha256-lFDyV2PwsYWmZ5E19LpWk60Fjo39M0wd8C1Z2qL3G+0="; 27 }; 28 29 offlineCache = fetchYarnDeps {
··· 17 18 stdenv.mkDerivation (finalAttrs: { 19 pname = "teams-for-linux"; 20 + version = "1.1.11"; 21 22 src = fetchFromGitHub { 23 owner = "IsmaelMartinez"; 24 repo = "teams-for-linux"; 25 rev = "v${finalAttrs.version}"; 26 + hash = "sha256-D0qZvKGfLE6VreCYn4Io2KmHcAHCVegG8xZwmxsQH5c="; 27 }; 28 29 offlineCache = fetchYarnDeps {
+3 -3
pkgs/applications/radio/tqsl/default.nix
··· 1 - { lib, stdenv, fetchurl, makeWrapper, cmake, expat, openssl, zlib, db, curl, wxGTK32 }: 2 3 stdenv.mkDerivation rec { 4 pname = "tqsl"; ··· 9 sha256 = "sha256-UGPMp1mAarHWuLbZu2wWpjgCdf8ZKj0Mwkqp32U5/8w="; 10 }; 11 12 - nativeBuildInputs = [ cmake makeWrapper ]; 13 buildInputs = [ 14 expat 15 openssl 16 zlib 17 - db 18 (curl.override { inherit openssl; }) 19 wxGTK32 20 ];
··· 1 + { lib, stdenv, fetchurl, cmake, expat, openssl, zlib, lmdb, curl, wxGTK32, wrapGAppsHook }: 2 3 stdenv.mkDerivation rec { 4 pname = "tqsl"; ··· 9 sha256 = "sha256-UGPMp1mAarHWuLbZu2wWpjgCdf8ZKj0Mwkqp32U5/8w="; 10 }; 11 12 + nativeBuildInputs = [ cmake wrapGAppsHook ]; 13 buildInputs = [ 14 expat 15 openssl 16 zlib 17 + lmdb 18 (curl.override { inherit openssl; }) 19 wxGTK32 20 ];
+2 -2
pkgs/applications/science/astronomy/stellarium/default.nix
··· 21 22 stdenv.mkDerivation rec { 23 pname = "stellarium"; 24 - version = "23.1"; 25 26 src = fetchFromGitHub { 27 owner = "Stellarium"; 28 repo = "stellarium"; 29 rev = "v${version}"; 30 - hash = "sha256-7jzS3pRklPsCTgCr3nrywfHCNlBDHuyuGGvrVoI9+A0="; 31 }; 32 33 postPatch = lib.optionalString stdenv.isDarwin ''
··· 21 22 stdenv.mkDerivation rec { 23 pname = "stellarium"; 24 + version = "23.2"; 25 26 src = fetchFromGitHub { 27 owner = "Stellarium"; 28 repo = "stellarium"; 29 rev = "v${version}"; 30 + hash = "sha256-8Iheb/9wjf0u10ZQRkLMLNN2s7P++Fqcr26iatiKcTo="; 31 }; 32 33 postPatch = lib.optionalString stdenv.isDarwin ''
+2 -1
pkgs/development/coq-modules/CoLoR/default.nix
··· 5 owner = "fblanqui"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.version [ 8 - {case = range "8.14" "8.17"; out = "1.8.3"; } 9 {case = range "8.12" "8.16"; out = "1.8.2"; } 10 {case = range "8.10" "8.11"; out = "1.7.0"; } 11 {case = range "8.8" "8.9"; out = "1.6.0"; } 12 {case = range "8.6" "8.7"; out = "1.4.0"; } 13 ] null; 14 15 release."1.8.3".sha256 = "sha256-mMUzIorkQ6WWQBJLk1ioUNwAdDdGHJyhenIvkAjALVU="; 16 release."1.8.2".sha256 = "sha256:1gvx5cxm582793vxzrvsmhxif7px18h9xsb2jljy2gkphdmsnpqj"; 17 release."1.8.1".sha256 = "0knhca9fffmyldn4q16h9265i7ih0h4jhcarq4rkn0wnn7x8w8yw";
··· 5 owner = "fblanqui"; 6 inherit version; 7 defaultVersion = with lib.versions; lib.switch coq.version [ 8 + {case = range "8.14" "8.17"; out = "1.8.4"; } 9 {case = range "8.12" "8.16"; out = "1.8.2"; } 10 {case = range "8.10" "8.11"; out = "1.7.0"; } 11 {case = range "8.8" "8.9"; out = "1.6.0"; } 12 {case = range "8.6" "8.7"; out = "1.4.0"; } 13 ] null; 14 15 + release."1.8.4".sha256 = "sha256-WlRiaLgnFFW5AY0z6EzdP1mevNe1GHsik6wULJLN4k0="; 16 release."1.8.3".sha256 = "sha256-mMUzIorkQ6WWQBJLk1ioUNwAdDdGHJyhenIvkAjALVU="; 17 release."1.8.2".sha256 = "sha256:1gvx5cxm582793vxzrvsmhxif7px18h9xsb2jljy2gkphdmsnpqj"; 18 release."1.8.1".sha256 = "0knhca9fffmyldn4q16h9265i7ih0h4jhcarq4rkn0wnn7x8w8yw";
+2 -1
pkgs/development/coq-modules/interval/default.nix
··· 7 domain = "gitlab.inria.fr"; 8 inherit version; 9 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 10 - { case = range "8.12" "8.17"; out = "4.6.1"; } 11 { case = range "8.12" "8.16"; out = "4.6.0"; } 12 { case = range "8.8" "8.16"; out = "4.5.2"; } 13 { case = range "8.8" "8.12"; out = "4.0.0"; } 14 { case = range "8.7" "8.11"; out = "3.4.2"; } 15 { case = range "8.5" "8.6"; out = "3.3.0"; } 16 ] null; 17 release."4.6.1".sha256 = "sha256-ZZSxt8ksz0g6dl/LEido5qJXgsaxHrVLqkGUHu90+e0="; 18 release."4.6.0".sha256 = "sha256-n9ECKnV0L6XYcIcbYyOJKwlbisz/RRbNW5YESHo07X0="; 19 release."4.5.2".sha256 = "sha256-r0yE9pkC4EYlqsimxkdlCXevRcwKa3HGFZiUH+ueUY8=";
··· 7 domain = "gitlab.inria.fr"; 8 inherit version; 9 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 10 + { case = range "8.12" "8.17"; out = "4.7.0"; } 11 { case = range "8.12" "8.16"; out = "4.6.0"; } 12 { case = range "8.8" "8.16"; out = "4.5.2"; } 13 { case = range "8.8" "8.12"; out = "4.0.0"; } 14 { case = range "8.7" "8.11"; out = "3.4.2"; } 15 { case = range "8.5" "8.6"; out = "3.3.0"; } 16 ] null; 17 + release."4.7.0".sha256 = "sha256-Cel25w4BeaNqu9KAW3N2KYO2IGY0EOAK5FQ6VHBPmFQ="; 18 release."4.6.1".sha256 = "sha256-ZZSxt8ksz0g6dl/LEido5qJXgsaxHrVLqkGUHu90+e0="; 19 release."4.6.0".sha256 = "sha256-n9ECKnV0L6XYcIcbYyOJKwlbisz/RRbNW5YESHo07X0="; 20 release."4.5.2".sha256 = "sha256-r0yE9pkC4EYlqsimxkdlCXevRcwKa3HGFZiUH+ueUY8=";
+35
pkgs/development/python-modules/Polygon3/default.nix
···
··· 1 + { lib 2 + , buildPythonPackage 3 + , fetchFromGitHub 4 + , pythonOlder 5 + }: 6 + let 7 + pname = "Polygon3"; 8 + version = "3.0.9"; 9 + in 10 + buildPythonPackage { 11 + inherit pname version; 12 + format = "setuptools"; 13 + 14 + disabled = pythonOlder "3.8"; 15 + 16 + src = fetchFromGitHub { 17 + owner = "jraedler"; 18 + repo = pname; 19 + rev = "7b2091f77741fa1d94251979bc4a4f2676b4d2d1"; 20 + hash = "sha256-jXtjEzjWwMoVgrHWsK8brSN6TQRxIPRjUaRiLBXYLcI="; 21 + }; 22 + 23 + # malloc error on running the tests 24 + # python3.10(30620,0x115b74600) malloc: *** error for object 0x10d6db580: pointer being freed was not allocated 25 + # > python3.10(30620,0x115b74600) malloc: *** set a breakpoint in malloc_error_break to debug 26 + # > /nix/store/vbi8rnz0k3jyh4h4g16bbkchdd8mnxw7-setuptools-check-hook/nix-support/setup-hook: line 4: 30620 Abort trap: 6 /nix/store/5cxanhipcbfxnrqgw2qsr3zqr4z711bj-python3-3.10.12/bin/python3.10 nix_run_setup test 27 + doCheck = false; 28 + 29 + meta = with lib; { 30 + description = "Polygon is a python package that handles polygonal shapes in 2D"; 31 + homepage = "https://github.com/jraedler/Polygon3"; 32 + license = licenses.asl20; 33 + maintainers = with maintainers; [ happysalada ]; 34 + }; 35 + }
+2 -2
pkgs/development/python-modules/androidtvremote2/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "androidtvremote2"; 13 - version = "0.0.9"; 14 format = "pyproject"; 15 16 disabled = pythonOlder "3.7"; ··· 19 owner = "tronikos"; 20 repo = "androidtvremote2"; 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-gQ2PVEhX1jwd0yvMf/Z0yKvruDzpY5080x4IU2i/PJ4="; 23 }; 24 25 nativeBuildInputs = [
··· 10 11 buildPythonPackage rec { 12 pname = "androidtvremote2"; 13 + version = "0.0.10"; 14 format = "pyproject"; 15 16 disabled = pythonOlder "3.7"; ··· 19 owner = "tronikos"; 20 repo = "androidtvremote2"; 21 rev = "refs/tags/v${version}"; 22 + hash = "sha256-LjYXQTPTFS80gI3WeJOLrKZ0C0JhGb5p1M70P7n29hc="; 23 }; 24 25 nativeBuildInputs = [
+9 -3
pkgs/development/python-modules/certipy-ad/default.nix
··· 1 { lib 2 , asn1crypto 3 , buildPythonPackage 4 , dnspython 5 , dsinternals 6 , fetchFromGitHub ··· 10 , pycryptodome 11 , pyopenssl 12 , pythonOlder 13 , requests_ntlm 14 }: 15 16 buildPythonPackage rec { 17 pname = "certipy-ad"; 18 - version = "4.4.0"; 19 format = "setuptools"; 20 21 disabled = pythonOlder "3.7"; ··· 24 owner = "ly4k"; 25 repo = "Certipy"; 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-llLGr9IpuXQYIN2WaOkvfE2dAZb3PMVlNmketUpuyDI="; 28 }; 29 30 postPatch = '' ··· 35 36 propagatedBuildInputs = [ 37 asn1crypto 38 dnspython 39 dsinternals 40 impacket 41 - pyopenssl 42 ldap3 43 pyasn1 44 pycryptodome 45 requests_ntlm 46 ]; 47 48 # Project has no tests
··· 1 { lib 2 , asn1crypto 3 , buildPythonPackage 4 + , cryptography 5 , dnspython 6 , dsinternals 7 , fetchFromGitHub ··· 11 , pycryptodome 12 , pyopenssl 13 , pythonOlder 14 + , requests 15 , requests_ntlm 16 + , unicrypto 17 }: 18 19 buildPythonPackage rec { 20 pname = "certipy-ad"; 21 + version = "4.5.1"; 22 format = "setuptools"; 23 24 disabled = pythonOlder "3.7"; ··· 27 owner = "ly4k"; 28 repo = "Certipy"; 29 rev = "refs/tags/${version}"; 30 + hash = "sha256-OxSTg9yFzyiAnRUcSTG5EzFk5ForzEVt/tUyi+cz9XI="; 31 }; 32 33 postPatch = '' ··· 38 39 propagatedBuildInputs = [ 40 asn1crypto 41 + cryptography 42 dnspython 43 dsinternals 44 impacket 45 ldap3 46 pyasn1 47 pycryptodome 48 + pyopenssl 49 + requests 50 requests_ntlm 51 + unicrypto 52 ]; 53 54 # Project has no tests
+2 -2
pkgs/development/python-modules/gaphas/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "gaphas"; 15 - version = "3.11.1"; 16 format = "pyproject"; 17 18 disabled = pythonOlder "3.7"; 19 20 src = fetchPypi { 21 inherit pname version; 22 - hash = "sha256-TqrrGu+jk6WNXUnXJao71JHEu7Is27UeHAG29/Jpqb8="; 23 }; 24 25 nativeBuildInputs = [
··· 12 13 buildPythonPackage rec { 14 pname = "gaphas"; 15 + version = "3.11.2"; 16 format = "pyproject"; 17 18 disabled = pythonOlder "3.7"; 19 20 src = fetchPypi { 21 inherit pname version; 22 + hash = "sha256-dcE0uWhSJFnSVVenQlSDMwnHe6GRq77hCT6FV2YQN3A="; 23 }; 24 25 nativeBuildInputs = [
+39
pkgs/development/python-modules/lanms-neo/default.nix
···
··· 1 + { lib 2 + , buildPythonPackage 3 + , fetchFromGitHub 4 + , nix-update-script 5 + , pythonOlder 6 + , pybind11 7 + , numpy 8 + }: 9 + let 10 + pname = "lanms-neo"; 11 + version = "1.0.2"; 12 + in 13 + buildPythonPackage { 14 + inherit pname version; 15 + format = "setuptools"; 16 + 17 + disabled = pythonOlder "3.8"; 18 + 19 + src = fetchFromGitHub { 20 + owner = "gen-ko"; 21 + repo = pname; 22 + rev = "6510e19e731a1e105d42b2fbda64de41c169ce2e"; 23 + hash = "sha256-0fs4RNN1ptiir7GfR9B8HK0VqTkk5PbVJxgKiDId3po="; 24 + }; 25 + 26 + propagatedBuildInputs = [ 27 + pybind11 28 + numpy 29 + ]; 30 + 31 + passthru.updateScript = nix-update-script { }; 32 + 33 + meta = with lib; { 34 + description = "Standalone module for Locality-Aware NMS"; 35 + homepage = "https://github.com/gen-ko/lanms-neo"; 36 + license = licenses.asl20; 37 + maintainers = with maintainers; [ happysalada ]; 38 + }; 39 + }
+2 -2
pkgs/development/python-modules/pontos/default.nix
··· 18 19 buildPythonPackage rec { 20 pname = "pontos"; 21 - version = "23.6.2"; 22 format = "pyproject"; 23 24 disabled = pythonOlder "3.9"; ··· 27 owner = "greenbone"; 28 repo = pname; 29 rev = "refs/tags/v${version}"; 30 - hash = "sha256-kLBkTOV4vllAGtnFWo44KxC0UPrYqWEOpC5oai+dIC8="; 31 }; 32 33 nativeBuildInputs = [
··· 18 19 buildPythonPackage rec { 20 pname = "pontos"; 21 + version = "23.7.0"; 22 format = "pyproject"; 23 24 disabled = pythonOlder "3.9"; ··· 27 owner = "greenbone"; 28 repo = pname; 29 rev = "refs/tags/v${version}"; 30 + hash = "sha256-KCWU14nW83xlKk0HqbhE4pWoDs46lW4w47n8mdtts6Q="; 31 }; 32 33 nativeBuildInputs = [
+37 -34
pkgs/development/python-modules/pvlib/default.nix
··· 1 - { lib, buildPythonPackage, fetchPypi, fetchpatch, pythonOlder, numpy, pandas, pytz, six 2 - , pytestCheckHook, flaky, mock, pytest-mock, requests }: 3 4 buildPythonPackage rec { 5 pname = "pvlib"; 6 - version = "0.7.2"; 7 - 8 - # Support for Python <3.5 dropped in 0.6.3 on June 1, 2019. 9 - disabled = pythonOlder "3.5"; 10 11 src = fetchPypi{ 12 inherit pname version; 13 - sha256 = "40708492ed0a41e900d36933b9b9ab7b575c72ebf3eee81293c626e301aa7ea1"; 14 }; 15 16 - patches = [ 17 - # enable later pandas versions, remove next bump 18 - (fetchpatch { 19 - url = "https://github.com/pvlib/pvlib-python/commit/010a2adc9e9ef6fe9f2aea4c02d7e6ede9f96a53.patch"; 20 - sha256 = "0jibn4khixz6hv6racmp86m5mcms0ysz1y5bgpplw1kcvf8sn04x"; 21 - excludes = [ 22 - "pvlib/tests/test_inverter.py" 23 - "docs/sphinx/source/whatsnew/v0.8.0.rst" 24 - "ci/requirements-py35-min.yml" 25 - ]; 26 - }) 27 ]; 28 29 - nativeCheckInputs = [ pytestCheckHook flaky mock pytest-mock ]; 30 - propagatedBuildInputs = [ numpy pandas pytz six requests ]; 31 32 - # Skip a few tests that try to access some URLs 33 - pytestFlagsArray = [ "pvlib/tests" ]; 34 - disabledTests = [ 35 - "read_srml_dt_index" 36 - "read_srml_month_from_solardata" 37 - "get_psm3" 38 - "pvgis" 39 - "read_surfrad_network" 40 - "remote" 41 - # small rounding errors, E.g <1e-10^5 42 - "calcparams_pvsyst" 43 - "martin_ruiz_diffuse" 44 - "hsu" 45 - "backtrack" 46 ]; 47 48 meta = with lib; {
··· 1 + { lib 2 + , buildPythonPackage 3 + , fetchPypi 4 + , h5py 5 + , numpy 6 + , pandas 7 + , pytestCheckHook 8 + , pytest-mock 9 + , pytest-remotedata 10 + , pytest-rerunfailures 11 + , pytest-timeout 12 + , pytz 13 + , requests 14 + , requests-mock 15 + , scipy 16 + , setuptools 17 + }: 18 19 buildPythonPackage rec { 20 pname = "pvlib"; 21 + version = "0.10.0"; 22 + format = "pyproject"; 23 24 src = fetchPypi{ 25 inherit pname version; 26 + hash = "sha256-K/f6tjBznXYJz+Y5tVS1Bj+DKcPtCPlwiKe/YTEsGSI="; 27 }; 28 29 + nativeBuildInputs = [ 30 + setuptools 31 ]; 32 33 + propagatedBuildInputs = [ 34 + h5py 35 + numpy 36 + pandas 37 + pytz 38 + requests 39 + scipy 40 + ]; 41 42 + nativeCheckInputs = [ 43 + pytestCheckHook 44 + pytest-mock 45 + pytest-remotedata 46 + pytest-rerunfailures 47 + pytest-timeout 48 + requests-mock 49 ]; 50 51 meta = with lib; {
+11 -6
pkgs/development/python-modules/pyamg/default.nix
··· 4 , numpy 5 , scipy 6 , pytest 7 , pybind11 8 , setuptools-scm 9 , pythonOlder ··· 32 pybind11 33 ]; 34 35 - # failed with "ModuleNotFoundError: No module named 'pyamg.amg_core.evolution_strength'" 36 - doCheck = false; 37 - # taken from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=python-pyamg#n27 38 - # checkPhase = '' 39 - # PYTHONPATH="$PWD/build/lib.linux-*:$PYTHONPATH" ${python3.interpreter} -c "import pyamg; pyamg.test()" 40 - # ''; 41 42 pythonImportsCheck = [ 43 "pyamg"
··· 4 , numpy 5 , scipy 6 , pytest 7 + , python 8 , pybind11 9 , setuptools-scm 10 , pythonOlder ··· 33 pybind11 34 ]; 35 36 + checkPhase = '' 37 + runHook preCheck 38 + 39 + # The `pyamg` directory in PWD doesn't have the compiled Cython modules in it, but has higher import priority compared to the properly built and installed `pyamg`. 40 + # It's easier to just remove the package directory in PWD. 41 + rm -r pyamg 42 + ${python.interpreter} -c "import pyamg; pyamg.test()" 43 + 44 + runHook postCheck 45 + ''; 46 47 pythonImportsCheck = [ 48 "pyamg"
+2 -2
pkgs/development/python-modules/pyezviz/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "pyezviz"; 14 - version = "0.2.1.6"; 15 format = "setuptools"; 16 17 disabled = pythonOlder "3.6"; ··· 20 owner = "baqs"; 21 repo = "pyEzviz"; 22 rev = "refs/tags/${version}"; 23 - hash = "sha256-3NeXAqEoRJMzg/Io9WF93GFJHEjAaHNn4/lBVKc2Q3Q="; 24 }; 25 26 propagatedBuildInputs = [
··· 11 12 buildPythonPackage rec { 13 pname = "pyezviz"; 14 + version = "0.2.1.7"; 15 format = "setuptools"; 16 17 disabled = pythonOlder "3.6"; ··· 20 owner = "baqs"; 21 repo = "pyEzviz"; 22 rev = "refs/tags/${version}"; 23 + hash = "sha256-bixcjSFuvZfcTJ5eAv9NUEhoqTq45tF6mQSNxwFQzCA="; 24 }; 25 26 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/sphinxcontrib-katex/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "sphinxcontrib-katex"; 10 - version = "0.9.6"; 11 format = "setuptools"; 12 13 disabled = pythonOlder "3.7"; 14 15 src = fetchPypi { 16 inherit pname version; 17 - hash = "sha256-BVwXqOB80tPkL7ZT91kq2UrMQ2WQqyJkswXDhh9Xhqc="; 18 }; 19 20 propagatedBuildInputs = [
··· 7 8 buildPythonPackage rec { 9 pname = "sphinxcontrib-katex"; 10 + version = "0.9.7"; 11 format = "setuptools"; 12 13 disabled = pythonOlder "3.7"; 14 15 src = fetchPypi { 16 inherit pname version; 17 + hash = "sha256-OmdUsc/JDhQeP3Pgg16vyCYtpfr+ekxnT6cI+rec69c="; 18 }; 19 20 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/wsgi-intercept/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "wsgi-intercept"; 15 - version = "1.12.0"; 16 format = "setuptools"; 17 18 disabled = pythonOlder "3.7"; ··· 20 src = fetchPypi { 21 pname = "wsgi_intercept"; 22 inherit version; 23 - hash = "sha256-9b8fvzBzBqCIQJEdNnaDnLIPaoctLxF1WvLTbZcoEhw="; 24 }; 25 26 propagatedBuildInputs = [
··· 12 13 buildPythonPackage rec { 14 pname = "wsgi-intercept"; 15 + version = "1.12.1"; 16 format = "setuptools"; 17 18 disabled = pythonOlder "3.7"; ··· 20 src = fetchPypi { 21 pname = "wsgi_intercept"; 22 inherit version; 23 + hash = "sha256-StUxEN91fU7qoptH9iKJFpZWIBIOtIe6S4gvdBgN48E="; 24 }; 25 26 propagatedBuildInputs = [
+3 -3
pkgs/development/tools/metal-cli/default.nix
··· 6 7 buildGoModule rec { 8 pname = "metal-cli"; 9 - version = "0.14.1"; 10 11 src = fetchFromGitHub { 12 owner = "equinix"; 13 repo = pname; 14 rev = "v${version}"; 15 - hash = "sha256-CibqkT4YHxQ7geUKROp7SMvamN0ba/FqTXFHO1TUP/k="; 16 }; 17 18 - vendorHash = "sha256-4hjrKlpd+gr/yLRuSq8XrOVl76uYVIMfYjTAgqkbOSw="; 19 20 ldflags = [ 21 "-s"
··· 6 7 buildGoModule rec { 8 pname = "metal-cli"; 9 + version = "0.15.0"; 10 11 src = fetchFromGitHub { 12 owner = "equinix"; 13 repo = pname; 14 rev = "v${version}"; 15 + hash = "sha256-O/SO4cHcENiecbZoMLNTnT4uQR8NF0N9Xq0pBCwbdy8="; 16 }; 17 18 + vendorHash = "sha256-cq0OH+YeEvflpEfMu3PGumhtbDSmLjAkTYas4m4UVfA="; 19 20 ldflags = [ 21 "-s"
+3 -3
pkgs/development/tools/rars/default.nix
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "rars"; 5 - version = "1.5"; 6 7 src = fetchurl { 8 - url = "https://github.com/TheThirdOne/rars/releases/download/v${version}/rars1_5.jar"; 9 - sha256 = "sha256-w75gfARfR46Up6qng1GYL0u8ENfpD3xHhl/yp9lEcUE="; 10 }; 11 12 dontUnpack = true;
··· 2 3 stdenvNoCC.mkDerivation rec { 4 pname = "rars"; 5 + version = "1.6"; 6 7 src = fetchurl { 8 + url = "https://github.com/TheThirdOne/rars/releases/download/v${version}/rars1_6.jar"; 9 + hash = "sha256-eA9zDrRXsbpgnpaKzMLIt32PksPZ2/MMx/2zz7FOjCQ="; 10 }; 11 12 dontUnpack = true;
+135 -25
pkgs/development/tools/rust/cargo-component/Cargo.lock
··· 351 checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 352 353 [[package]] 354 name = "bitflags" 355 version = "1.3.2" 356 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2420 checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" 2421 2422 [[package]] 2423 name = "matchit" 2424 version = "0.7.0" 2425 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2458 checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 2459 dependencies = [ 2460 "autocfg", 2461 ] 2462 2463 [[package]] ··· 3143 ] 3144 3145 [[package]] 3146 name = "prost-types" 3147 version = "0.11.9" 3148 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3152 ] 3153 3154 [[package]] 3155 name = "pulldown-cmark" 3156 version = "0.8.0" 3157 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3247 dependencies = [ 3248 "aho-corasick 1.0.2", 3249 "memchr", 3250 - "regex-syntax", 3251 ] 3252 3253 [[package]] ··· 3255 version = "0.1.10" 3256 source = "registry+https://github.com/rust-lang/crates.io-index" 3257 checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3258 3259 [[package]] 3260 name = "regex-syntax" ··· 3490 checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" 3491 dependencies = [ 3492 "ordered-float", 3493 - "serde", 3494 - ] 3495 - 3496 - [[package]] 3497 - name = "serde_bytes" 3498 - version = "0.11.9" 3499 - source = "registry+https://github.com/rust-lang/crates.io-index" 3500 - checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294" 3501 - dependencies = [ 3502 "serde", 3503 ] 3504 ··· 4258 [[package]] 4259 name = "warg-api" 4260 version = "0.1.0" 4261 - source = "git+https://github.com/bytecodealliance/registry?rev=a19e85a48f806599e3709332aa102623a0084277#a19e85a48f806599e3709332aa102623a0084277" 4262 dependencies = [ 4263 "serde", 4264 "serde_with", ··· 4270 [[package]] 4271 name = "warg-client" 4272 version = "0.1.0" 4273 - source = "git+https://github.com/bytecodealliance/registry?rev=a19e85a48f806599e3709332aa102623a0084277#a19e85a48f806599e3709332aa102623a0084277" 4274 dependencies = [ 4275 "anyhow", 4276 "async-trait", ··· 4303 [[package]] 4304 name = "warg-crypto" 4305 version = "0.1.0" 4306 - source = "git+https://github.com/bytecodealliance/registry?rev=a19e85a48f806599e3709332aa102623a0084277#a19e85a48f806599e3709332aa102623a0084277" 4307 dependencies = [ 4308 "anyhow", 4309 "base64 0.21.2", 4310 "digest", 4311 "hex", 4312 "leb128", 4313 "p256", 4314 "rand_core", 4315 "secrecy", ··· 4320 ] 4321 4322 [[package]] 4323 - name = "warg-protocol" 4324 version = "0.1.0" 4325 - source = "git+https://github.com/bytecodealliance/registry?rev=a19e85a48f806599e3709332aa102623a0084277#a19e85a48f806599e3709332aa102623a0084277" 4326 dependencies = [ 4327 "anyhow", 4328 - "base64 0.21.2", 4329 - "hex", 4330 - "indexmap", 4331 "pbjson", 4332 "pbjson-build", 4333 "pbjson-types", 4334 "prost", 4335 "prost-build", 4336 "prost-types", 4337 "regex", 4338 "semver", 4339 "serde", 4340 "serde_with", 4341 "thiserror", 4342 "warg-crypto", 4343 "warg-transparency", 4344 "wasmparser", 4345 ] ··· 4347 [[package]] 4348 name = "warg-server" 4349 version = "0.1.0" 4350 - source = "git+https://github.com/bytecodealliance/registry?rev=a19e85a48f806599e3709332aa102623a0084277#a19e85a48f806599e3709332aa102623a0084277" 4351 dependencies = [ 4352 "anyhow", 4353 "axum", ··· 4375 [[package]] 4376 name = "warg-transparency" 4377 version = "0.1.0" 4378 - source = "git+https://github.com/bytecodealliance/registry?rev=a19e85a48f806599e3709332aa102623a0084277#a19e85a48f806599e3709332aa102623a0084277" 4379 dependencies = [ 4380 "anyhow", 4381 - "pbjson", 4382 "pbjson-build", 4383 - "pbjson-types", 4384 "prost", 4385 "prost-build", 4386 - "prost-types", 4387 "regex", 4388 - "serde", 4389 - "serde_bytes", 4390 "thiserror", 4391 "warg-crypto", 4392 ] 4393 4394 [[package]]
··· 351 checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 352 353 [[package]] 354 + name = "beef" 355 + version = "0.5.2" 356 + source = "registry+https://github.com/rust-lang/crates.io-index" 357 + checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" 358 + 359 + [[package]] 360 name = "bitflags" 361 version = "1.3.2" 362 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2426 checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" 2427 2428 [[package]] 2429 + name = "logos" 2430 + version = "0.13.0" 2431 + source = "registry+https://github.com/rust-lang/crates.io-index" 2432 + checksum = "c000ca4d908ff18ac99b93a062cb8958d331c3220719c52e77cb19cc6ac5d2c1" 2433 + dependencies = [ 2434 + "logos-derive", 2435 + ] 2436 + 2437 + [[package]] 2438 + name = "logos-codegen" 2439 + version = "0.13.0" 2440 + source = "registry+https://github.com/rust-lang/crates.io-index" 2441 + checksum = "dc487311295e0002e452025d6b580b77bb17286de87b57138f3b5db711cded68" 2442 + dependencies = [ 2443 + "beef", 2444 + "fnv", 2445 + "proc-macro2", 2446 + "quote", 2447 + "regex-syntax 0.6.29", 2448 + "syn 2.0.18", 2449 + ] 2450 + 2451 + [[package]] 2452 + name = "logos-derive" 2453 + version = "0.13.0" 2454 + source = "registry+https://github.com/rust-lang/crates.io-index" 2455 + checksum = "dbfc0d229f1f42d790440136d941afd806bc9e949e2bcb8faa813b0f00d1267e" 2456 + dependencies = [ 2457 + "logos-codegen", 2458 + ] 2459 + 2460 + [[package]] 2461 name = "matchit" 2462 version = "0.7.0" 2463 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2496 checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 2497 dependencies = [ 2498 "autocfg", 2499 + ] 2500 + 2501 + [[package]] 2502 + name = "miette" 2503 + version = "5.9.0" 2504 + source = "registry+https://github.com/rust-lang/crates.io-index" 2505 + checksum = "a236ff270093b0b67451bc50a509bd1bad302cb1d3c7d37d5efe931238581fa9" 2506 + dependencies = [ 2507 + "miette-derive", 2508 + "once_cell", 2509 + "thiserror", 2510 + "unicode-width", 2511 + ] 2512 + 2513 + [[package]] 2514 + name = "miette-derive" 2515 + version = "5.9.0" 2516 + source = "registry+https://github.com/rust-lang/crates.io-index" 2517 + checksum = "4901771e1d44ddb37964565c654a3223ba41a594d02b8da471cc4464912b5cfa" 2518 + dependencies = [ 2519 + "proc-macro2", 2520 + "quote", 2521 + "syn 2.0.18", 2522 ] 2523 2524 [[package]] ··· 3204 ] 3205 3206 [[package]] 3207 + name = "prost-reflect" 3208 + version = "0.11.4" 3209 + source = "registry+https://github.com/rust-lang/crates.io-index" 3210 + checksum = "000e1e05ebf7b26e1eba298e66fe4eee6eb19c567d0ffb35e0dd34231cdac4c8" 3211 + dependencies = [ 3212 + "logos", 3213 + "miette", 3214 + "once_cell", 3215 + "prost", 3216 + "prost-types", 3217 + ] 3218 + 3219 + [[package]] 3220 name = "prost-types" 3221 version = "0.11.9" 3222 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3226 ] 3227 3228 [[package]] 3229 + name = "protox" 3230 + version = "0.3.5" 3231 + source = "registry+https://github.com/rust-lang/crates.io-index" 3232 + checksum = "24022a7eb88547eaba87a1db7954c9c4cb4a143565c4e8f2b7f3e76eed63db2d" 3233 + dependencies = [ 3234 + "bytes", 3235 + "miette", 3236 + "prost", 3237 + "prost-reflect", 3238 + "prost-types", 3239 + "protox-parse", 3240 + "thiserror", 3241 + ] 3242 + 3243 + [[package]] 3244 + name = "protox-parse" 3245 + version = "0.3.3" 3246 + source = "registry+https://github.com/rust-lang/crates.io-index" 3247 + checksum = "712a2a651fa4466e67df6c967df5d7fc6cbffac89afc7b834f97ec49846c9c11" 3248 + dependencies = [ 3249 + "logos", 3250 + "miette", 3251 + "prost-types", 3252 + "thiserror", 3253 + ] 3254 + 3255 + [[package]] 3256 name = "pulldown-cmark" 3257 version = "0.8.0" 3258 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3348 dependencies = [ 3349 "aho-corasick 1.0.2", 3350 "memchr", 3351 + "regex-syntax 0.7.2", 3352 ] 3353 3354 [[package]] ··· 3356 version = "0.1.10" 3357 source = "registry+https://github.com/rust-lang/crates.io-index" 3358 checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3359 + 3360 + [[package]] 3361 + name = "regex-syntax" 3362 + version = "0.6.29" 3363 + source = "registry+https://github.com/rust-lang/crates.io-index" 3364 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3365 3366 [[package]] 3367 name = "regex-syntax" ··· 3597 checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" 3598 dependencies = [ 3599 "ordered-float", 3600 "serde", 3601 ] 3602 ··· 4356 [[package]] 4357 name = "warg-api" 4358 version = "0.1.0" 4359 + source = "git+https://github.com/bytecodealliance/registry#c308e35e8d2b5fefb6c936427a935f38314b804a" 4360 dependencies = [ 4361 "serde", 4362 "serde_with", ··· 4368 [[package]] 4369 name = "warg-client" 4370 version = "0.1.0" 4371 + source = "git+https://github.com/bytecodealliance/registry#c308e35e8d2b5fefb6c936427a935f38314b804a" 4372 dependencies = [ 4373 "anyhow", 4374 "async-trait", ··· 4401 [[package]] 4402 name = "warg-crypto" 4403 version = "0.1.0" 4404 + source = "git+https://github.com/bytecodealliance/registry#c308e35e8d2b5fefb6c936427a935f38314b804a" 4405 dependencies = [ 4406 "anyhow", 4407 "base64 0.21.2", 4408 "digest", 4409 "hex", 4410 "leb128", 4411 + "once_cell", 4412 "p256", 4413 "rand_core", 4414 "secrecy", ··· 4419 ] 4420 4421 [[package]] 4422 + name = "warg-protobuf" 4423 version = "0.1.0" 4424 + source = "git+https://github.com/bytecodealliance/registry#c308e35e8d2b5fefb6c936427a935f38314b804a" 4425 dependencies = [ 4426 "anyhow", 4427 "pbjson", 4428 "pbjson-build", 4429 "pbjson-types", 4430 "prost", 4431 "prost-build", 4432 "prost-types", 4433 + "protox", 4434 "regex", 4435 + "serde", 4436 + "warg-crypto", 4437 + ] 4438 + 4439 + [[package]] 4440 + name = "warg-protocol" 4441 + version = "0.1.0" 4442 + source = "git+https://github.com/bytecodealliance/registry#c308e35e8d2b5fefb6c936427a935f38314b804a" 4443 + dependencies = [ 4444 + "anyhow", 4445 + "base64 0.21.2", 4446 + "hex", 4447 + "indexmap", 4448 + "pbjson-types", 4449 + "prost", 4450 + "prost-types", 4451 "semver", 4452 "serde", 4453 "serde_with", 4454 "thiserror", 4455 "warg-crypto", 4456 + "warg-protobuf", 4457 "warg-transparency", 4458 "wasmparser", 4459 ] ··· 4461 [[package]] 4462 name = "warg-server" 4463 version = "0.1.0" 4464 + source = "git+https://github.com/bytecodealliance/registry#c308e35e8d2b5fefb6c936427a935f38314b804a" 4465 dependencies = [ 4466 "anyhow", 4467 "axum", ··· 4489 [[package]] 4490 name = "warg-transparency" 4491 version = "0.1.0" 4492 + source = "git+https://github.com/bytecodealliance/registry#c308e35e8d2b5fefb6c936427a935f38314b804a" 4493 dependencies = [ 4494 "anyhow", 4495 "pbjson-build", 4496 "prost", 4497 "prost-build", 4498 "regex", 4499 "thiserror", 4500 "warg-crypto", 4501 + "warg-protobuf", 4502 ] 4503 4504 [[package]]
+10 -15
pkgs/development/tools/rust/cargo-component/default.nix
··· 4 , fetchpatch 5 , curl 6 , pkg-config 7 - , protobuf 8 , libgit2 9 , openssl 10 , zlib ··· 14 15 rustPlatform.buildRustPackage { 16 pname = "cargo-component"; 17 - version = "unstable-2023-06-20"; 18 19 src = fetchFromGitHub { 20 owner = "bytecodealliance"; 21 repo = "cargo-component"; 22 - rev = "277728b729577540fdd5977a59a4e51c061c6fcb"; 23 - hash = "sha256-Uu+S4TRbtei78ZNkYNkwHiIot0L7fUODJgd5xDjw8rg="; 24 }; 25 26 cargoLock = { 27 lockFile = ./Cargo.lock; 28 outputHashes = { 29 - "warg-api-0.1.0" = "sha256-GYmHrGCmEMYCi8S+hd0CuBxkwF4BM1B9pJ1TOGCqHuk="; 30 }; 31 }; 32 33 patches = [ 34 - # update dependencies to make it work when dependencies are vendored 35 - # https://github.com/bytecodealliance/registry/pull/138 36 - ./update-registry.patch 37 - 38 - # fix build when it is not in a git repository 39 - # https://github.com/bytecodealliance/cargo-component/pull/92 40 (fetchpatch { 41 - name = "export-wasi-adapter-version-even-if-git-fails.patch"; 42 - url = "https://github.com/bytecodealliance/cargo-component/commit/9b2517fe2c4dbb1077a8785fd79c677ad1b7fc6b.patch"; 43 - hash = "sha256-nY8ltBb8H7zkE2JLhXJiBOMwTM8CVvkXTSHTUyMqamo="; 44 }) 45 ]; 46 47 nativeBuildInputs = [ 48 curl 49 pkg-config 50 - protobuf 51 ]; 52 53 buildInputs = [
··· 4 , fetchpatch 5 , curl 6 , pkg-config 7 , libgit2 8 , openssl 9 , zlib ··· 13 14 rustPlatform.buildRustPackage { 15 pname = "cargo-component"; 16 + version = "unstable-2023-06-22"; 17 18 src = fetchFromGitHub { 19 owner = "bytecodealliance"; 20 repo = "cargo-component"; 21 + rev = "bd98521c6e13640593ad676d8b6f1e64054755d4"; 22 + hash = "sha256-5r3g158Ujdbpb0NZI1DIu3TGpc3G9XDmXg+mq+/Dayc="; 23 }; 24 25 cargoLock = { 26 lockFile = ./Cargo.lock; 27 outputHashes = { 28 + "warg-api-0.1.0" = "sha256-M1hbgWqibbq7upfvNarcqAM0fbWL8Z7y+pWpBfVqxiI="; 29 }; 30 }; 31 32 patches = [ 33 + # update warg dependencies to make cargo-component work when dependencies 34 + # are vendored, since the fix has already been merged in warg 35 + # https://github.com/bytecodealliance/cargo-component/pull/93 36 (fetchpatch { 37 + name = "update-warg-dependencies.patch"; 38 + url = "https://github.com/bytecodealliance/cargo-component/commit/dac67f9eb465efaf11f445bc949bd87f7039a472.patch"; 39 + hash = "sha256-tFJtQJtHAmw4xZ9ADLyQn9+QRxHU1iZZbfXGYaPajg8="; 40 }) 41 ]; 42 43 nativeBuildInputs = [ 44 curl 45 pkg-config 46 ]; 47 48 buildInputs = [
-93
pkgs/development/tools/rust/cargo-component/update-registry.patch
··· 1 - --- a/Cargo.lock 2 - +++ b/Cargo.lock 3 - @@ -4258,7 +4258,7 @@ dependencies = [ 4 - [[package]] 5 - name = "warg-api" 6 - version = "0.1.0" 7 - -source = "git+https://github.com/bytecodealliance/registry#f0e45fc765e24e7bb6671f568ee4d3f80a723689" 8 - +source = "git+https://github.com/bytecodealliance/registry?rev=a19e85a48f806599e3709332aa102623a0084277#a19e85a48f806599e3709332aa102623a0084277" 9 - dependencies = [ 10 - "serde", 11 - "serde_with", 12 - @@ -4270,7 +4270,7 @@ dependencies = [ 13 - [[package]] 14 - name = "warg-client" 15 - version = "0.1.0" 16 - -source = "git+https://github.com/bytecodealliance/registry#f0e45fc765e24e7bb6671f568ee4d3f80a723689" 17 - +source = "git+https://github.com/bytecodealliance/registry?rev=a19e85a48f806599e3709332aa102623a0084277#a19e85a48f806599e3709332aa102623a0084277" 18 - dependencies = [ 19 - "anyhow", 20 - "async-trait", 21 - @@ -4303,7 +4303,7 @@ dependencies = [ 22 - [[package]] 23 - name = "warg-crypto" 24 - version = "0.1.0" 25 - -source = "git+https://github.com/bytecodealliance/registry#f0e45fc765e24e7bb6671f568ee4d3f80a723689" 26 - +source = "git+https://github.com/bytecodealliance/registry?rev=a19e85a48f806599e3709332aa102623a0084277#a19e85a48f806599e3709332aa102623a0084277" 27 - dependencies = [ 28 - "anyhow", 29 - "base64 0.21.2", 30 - @@ -4322,7 +4322,7 @@ dependencies = [ 31 - [[package]] 32 - name = "warg-protocol" 33 - version = "0.1.0" 34 - -source = "git+https://github.com/bytecodealliance/registry#f0e45fc765e24e7bb6671f568ee4d3f80a723689" 35 - +source = "git+https://github.com/bytecodealliance/registry?rev=a19e85a48f806599e3709332aa102623a0084277#a19e85a48f806599e3709332aa102623a0084277" 36 - dependencies = [ 37 - "anyhow", 38 - "base64 0.21.2", 39 - @@ -4347,7 +4347,7 @@ dependencies = [ 40 - [[package]] 41 - name = "warg-server" 42 - version = "0.1.0" 43 - -source = "git+https://github.com/bytecodealliance/registry#f0e45fc765e24e7bb6671f568ee4d3f80a723689" 44 - +source = "git+https://github.com/bytecodealliance/registry?rev=a19e85a48f806599e3709332aa102623a0084277#a19e85a48f806599e3709332aa102623a0084277" 45 - dependencies = [ 46 - "anyhow", 47 - "axum", 48 - @@ -4355,7 +4355,6 @@ dependencies = [ 49 - "clap", 50 - "futures", 51 - "indexmap", 52 - - "reqwest", 53 - "serde", 54 - "tempfile", 55 - "thiserror", 56 - @@ -4365,6 +4364,7 @@ dependencies = [ 57 - "tower-http", 58 - "tracing", 59 - "tracing-subscriber", 60 - + "url", 61 - "warg-api", 62 - "warg-crypto", 63 - "warg-protocol", 64 - @@ -4375,7 +4375,7 @@ dependencies = [ 65 - [[package]] 66 - name = "warg-transparency" 67 - version = "0.1.0" 68 - -source = "git+https://github.com/bytecodealliance/registry#f0e45fc765e24e7bb6671f568ee4d3f80a723689" 69 - +source = "git+https://github.com/bytecodealliance/registry?rev=a19e85a48f806599e3709332aa102623a0084277#a19e85a48f806599e3709332aa102623a0084277" 70 - dependencies = [ 71 - "anyhow", 72 - "pbjson", 73 - --- a/Cargo.toml 74 - +++ b/Cargo.toml 75 - @@ -9,9 +9,9 @@ cargo = "0.71.0" 76 - cargo-util = "0.2.4" 77 - clap = { version = "4.3.3", features = ["derive"] } 78 - toml_edit = { version = "0.19.10", features = ["serde"] } 79 - -warg-protocol = { git = "https://github.com/bytecodealliance/registry" } 80 - -warg-crypto = { git = "https://github.com/bytecodealliance/registry" } 81 - -warg-client = { git = "https://github.com/bytecodealliance/registry" } 82 - +warg-protocol = { git = "https://github.com/bytecodealliance/registry", rev = "a19e85a48f806599e3709332aa102623a0084277" } 83 - +warg-crypto = { git = "https://github.com/bytecodealliance/registry", rev = "a19e85a48f806599e3709332aa102623a0084277" } 84 - +warg-client = { git = "https://github.com/bytecodealliance/registry", rev = "a19e85a48f806599e3709332aa102623a0084277" } 85 - wit-bindgen-core = "0.7.0" 86 - wit-bindgen-rust = "0.7.0" 87 - wit-bindgen-rust-lib = "0.7.0" 88 - @@ -47,4 +47,4 @@ default = ["pretty_env_logger"] 89 - assert_cmd = "2.0.11" 90 - predicates = "3.0.3" 91 - wasmparser = "0.107.0" 92 - -warg-server = { git = "https://github.com/bytecodealliance/registry" } 93 - +warg-server = { git = "https://github.com/bytecodealliance/registry", rev = "a19e85a48f806599e3709332aa102623a0084277" }
···
+2 -1
pkgs/development/tools/rust/cargo-public-api/default.nix
··· 2 , rustPlatform 3 , fetchCrate 4 , pkg-config 5 , openssl 6 , stdenv 7 , darwin ··· 20 21 nativeBuildInputs = [ pkg-config ]; 22 23 - buildInputs = [ openssl ] 24 ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; 25 26 # Tests fail
··· 2 , rustPlatform 3 , fetchCrate 4 , pkg-config 5 + , curl 6 , openssl 7 , stdenv 8 , darwin ··· 21 22 nativeBuildInputs = [ pkg-config ]; 23 24 + buildInputs = [ curl openssl ] 25 ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; 26 27 # Tests fail
+3 -3
pkgs/development/tools/rust/rust-analyzer/default.nix
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "rust-analyzer-unwrapped"; 16 - version = "2023-06-26"; 17 - cargoSha256 = "sha256-ZA2FaEc2RHYhPllhf4ztpboEabglJRF2mfAJSoqLHtY="; 18 19 src = fetchFromGitHub { 20 owner = "rust-lang"; 21 repo = "rust-analyzer"; 22 rev = version; 23 - sha256 = "sha256-5Jn/Nj/xgcjTT289Itng55GLUBTEIULPndl/XrGkUwQ="; 24 }; 25 26 cargoBuildFlags = [ "--bin" "rust-analyzer" "--bin" "rust-analyzer-proc-macro-srv" ];
··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "rust-analyzer-unwrapped"; 16 + version = "2023-07-03"; 17 + cargoSha256 = "sha256-KwtW2waJgwniiUYjG9SQvFwQWRHnzByi1rRhyX1sTZ0="; 18 19 src = fetchFromGitHub { 20 owner = "rust-lang"; 21 repo = "rust-analyzer"; 22 rev = version; 23 + sha256 = "sha256-X+KyFB3f32SLEEDWWvMJ9xHsdyeGCkFRJZK4zlLHyVA="; 24 }; 25 26 cargoBuildFlags = [ "--bin" "rust-analyzer" "--bin" "rust-analyzer-proc-macro-srv" ];
+3 -3
pkgs/development/tools/typos/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "typos"; 5 - version = "1.15.9"; 6 7 src = fetchFromGitHub { 8 owner = "crate-ci"; 9 repo = pname; 10 rev = "v${version}"; 11 - hash = "sha256-vQYNWjJlxh2hIoJbSggfLvngQxEK85u0W9/6sRI3YPw="; 12 }; 13 14 - cargoHash = "sha256-JRgVKc1W+J9hlY22PAw7cAyPrwSS/Xla6/R193S39k0="; 15 16 meta = with lib; { 17 description = "Source code spell checker";
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "typos"; 5 + version = "1.15.10"; 6 7 src = fetchFromGitHub { 8 owner = "crate-ci"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-m2AefZ7iNbbguRmXHvstWX8bc17ERiHI+hiYjDM0WNg="; 12 }; 13 14 + cargoHash = "sha256-Lu2FmBRjGmbx28jxN6w3u+eUCC4O5lkv9ve6nCXDaE4="; 15 16 meta = with lib; { 17 description = "Source code spell checker";
+1 -1
pkgs/stdenv/adapters.nix
··· 100 NIX_CFLAGS_LINK = toString (finalAttrs.NIX_CFLAGS_LINK or "") 101 + lib.optionalString (stdenv.cc.isGNU or false) " -static-libgcc"; 102 nativeBuildInputs = (finalAttrs.nativeBuildInputs or []) 103 - ++ lib.optional stdenv.hasCC [ 104 (pkgs.buildPackages.makeSetupHook { 105 name = "darwin-portable-libSystem-hook"; 106 substitutions = {
··· 100 NIX_CFLAGS_LINK = toString (finalAttrs.NIX_CFLAGS_LINK or "") 101 + lib.optionalString (stdenv.cc.isGNU or false) " -static-libgcc"; 102 nativeBuildInputs = (finalAttrs.nativeBuildInputs or []) 103 + ++ lib.optionals stdenv.hasCC [ 104 (pkgs.buildPackages.makeSetupHook { 105 name = "darwin-portable-libSystem-hook"; 106 substitutions = {
+2 -2
pkgs/tools/audio/tts/default.nix
··· 15 in 16 python.pkgs.buildPythonApplication rec { 17 pname = "tts"; 18 - version = "0.15.0"; 19 format = "pyproject"; 20 21 src = fetchFromGitHub { 22 owner = "coqui-ai"; 23 repo = "TTS"; 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-pu0MqNXNQfvxo2VHpiEYIz1OvplydCYPKU/NsZD0mJw="; 26 }; 27 28 postPatch = let
··· 15 in 16 python.pkgs.buildPythonApplication rec { 17 pname = "tts"; 18 + version = "0.15.5"; 19 format = "pyproject"; 20 21 src = fetchFromGitHub { 22 owner = "coqui-ai"; 23 repo = "TTS"; 24 rev = "refs/tags/v${version}"; 25 + hash = "sha256-r6qL8pSFYCltXyPSpZNvGRZKbm07zPLHorkDYjE//aI="; 26 }; 27 28 postPatch = let
+5 -5
pkgs/tools/backup/tsm-client/default.nix
··· 45 # point to this derivations `/dsmi_dir` directory symlink. 46 # Other environment variables might be necessary, 47 # depending on local configuration or usage; see: 48 - # https://www.ibm.com/docs/en/spectrum-protect/8.1.15?topic=solaris-set-api-environment-variables 49 50 51 # The newest version of TSM client should be discoverable by ··· 53 # Find the "Backup-archive client" table on that page. 54 # Look for "Download Documents" of the latest release. 55 # Follow the "Download Information" link. 56 - # Look for the "Linux x86_64 client ..." rows in the table at 57 # the bottom of the page and follow their "HTTPS" links (one 58 # link per row -- each link might point to the latest release). 59 # In the directory listings to show up, 60 # check the big `.tar` file. 61 # 62 - # (as of 2022-12-10) 63 64 65 let 66 67 meta = { 68 - homepage = "https://www.ibm.com/products/data-protection-and-recovery"; 69 - downloadPage = "https://www.ibm.com/support/pages/ibm-spectrum-protect-downloads-latest-fix-packs-and-interim-fixes"; 70 platforms = [ "x86_64-linux" ]; 71 mainProgram = "dsmc"; 72 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
··· 45 # point to this derivations `/dsmi_dir` directory symlink. 46 # Other environment variables might be necessary, 47 # depending on local configuration or usage; see: 48 + # https://www.ibm.com/docs/en/spectrum-protect/8.1.19?topic=solaris-set-api-environment-variables 49 50 51 # The newest version of TSM client should be discoverable by ··· 53 # Find the "Backup-archive client" table on that page. 54 # Look for "Download Documents" of the latest release. 55 # Follow the "Download Information" link. 56 + # Look for the "Linux x86_64 ..." rows in the table at 57 # the bottom of the page and follow their "HTTPS" links (one 58 # link per row -- each link might point to the latest release). 59 # In the directory listings to show up, 60 # check the big `.tar` file. 61 # 62 + # (as of 2023-07-01) 63 64 65 let 66 67 meta = { 68 + homepage = "https://www.ibm.com/products/storage-protect"; 69 + downloadPage = "https://www.ibm.com/support/pages/ibm-storage-protect-downloads-latest-fix-packs-and-interim-fixes"; 70 platforms = [ "x86_64-linux" ]; 71 mainProgram = "dsmc"; 72 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
+2 -2
pkgs/tools/misc/open-pdf-sign/default.nix
··· 1 { lib, stdenv, fetchurl, makeWrapper, jre, nix-update-script }: 2 3 stdenv.mkDerivation rec { 4 - version = "0.1.4"; 5 pname = "open-pdf-sign"; 6 7 src = fetchurl { 8 url = "https://github.com/open-pdf-sign/open-pdf-sign/releases/download/v${version}/open-pdf-sign.jar"; 9 - sha256 = "sha256-tGpjVgG8UcOC0ZFhQ201HvPUyoWso58uM52Vsdwb2lM="; 10 }; 11 12 nativeBuildInputs = [ makeWrapper ];
··· 1 { lib, stdenv, fetchurl, makeWrapper, jre, nix-update-script }: 2 3 stdenv.mkDerivation rec { 4 + version = "0.1.5"; 5 pname = "open-pdf-sign"; 6 7 src = fetchurl { 8 url = "https://github.com/open-pdf-sign/open-pdf-sign/releases/download/v${version}/open-pdf-sign.jar"; 9 + sha256 = "sha256-WYGi2tMs+/yckFblkP7dmC7iadtk1DjpMCkUEv7d/4g="; 10 }; 11 12 nativeBuildInputs = [ makeWrapper ];
+4 -4
pkgs/tools/misc/twspace-crawler/default.nix
··· 2 3 buildNpmPackage rec { 4 pname = "twspace-crawler"; 5 - version = "1.12.1"; 6 7 src = fetchFromGitHub { 8 owner = "HitomaruKonpaku"; 9 repo = "twspace-crawler"; 10 - rev = "21d305a63e7d70c5fd441ae80e4908383655508a"; # version not tagged 11 - hash = "sha256-VVA3Yer+2TdDlevOfYVi3plXiZd7TA1/ijPp2WfjNPo="; 12 }; 13 14 - npmDepsHash = "sha256-6AsHmEoKSZBjTA2JUeu9A/ZDl914yDw7ePes/GKclw8="; 15 16 meta = with lib; { 17 description = "Script to monitor & download Twitter Spaces 24/7";
··· 2 3 buildNpmPackage rec { 4 pname = "twspace-crawler"; 5 + version = "1.12.2"; 6 7 src = fetchFromGitHub { 8 owner = "HitomaruKonpaku"; 9 repo = "twspace-crawler"; 10 + rev = "8d325a1c8b811c62d971bc3d43cc1553d621f836"; # version not tagged 11 + hash = "sha256-iV+M+x81j+djlCsAGDIG1V+Psrl1dYIv/ZL1EHfcXVs="; 12 }; 13 14 + npmDepsHash = "sha256-vzSjcsxsEXyPjPAjJWckrKS6/wi17ZOZkDk5FDY7ZeI="; 15 16 meta = with lib; { 17 description = "Script to monitor & download Twitter Spaces 24/7";
+2 -2
pkgs/tools/package-management/nixpkgs-review/default.nix
··· 14 15 python3.pkgs.buildPythonApplication rec { 16 pname = "nixpkgs-review"; 17 - version = "2.9.2"; 18 19 src = fetchFromGitHub { 20 owner = "Mic92"; 21 repo = "nixpkgs-review"; 22 rev = version; 23 - sha256 = "sha256-2mo9Hsa1EBO01MFHEe7eT4dSe0LHd1cxGU/EbGX9hrU="; 24 }; 25 26 makeWrapperArgs =
··· 14 15 python3.pkgs.buildPythonApplication rec { 16 pname = "nixpkgs-review"; 17 + version = "2.9.3"; 18 19 src = fetchFromGitHub { 20 owner = "Mic92"; 21 repo = "nixpkgs-review"; 22 rev = version; 23 + sha256 = "sha256-Pcyhrw6oR+tLf/qgLnb7qx3003ldv3KuDVg6QsEhQp0="; 24 }; 25 26 makeWrapperArgs =
+2 -2
pkgs/tools/text/poedit/default.nix
··· 4 5 stdenv.mkDerivation rec { 6 pname = "poedit"; 7 - version = "3.3.1"; 8 9 src = fetchFromGitHub { 10 owner = "vslavik"; 11 repo = "poedit"; 12 rev = "v${version}-oss"; 13 - hash = "sha256-xQDmBVALhtjc75JsjgqM5kyPR6UB05FbXnFPKWUY3ug="; 14 }; 15 16 nativeBuildInputs = [ autoconf automake asciidoc wrapGAppsHook
··· 4 5 stdenv.mkDerivation rec { 6 pname = "poedit"; 7 + version = "3.3.2"; 8 9 src = fetchFromGitHub { 10 owner = "vslavik"; 11 repo = "poedit"; 12 rev = "v${version}-oss"; 13 + hash = "sha256-4WImcTr2nWIdsYJ9ADztvjKEzHK4F8qpJ0QGMOfB3ng="; 14 }; 15 16 nativeBuildInputs = [ autoconf automake asciidoc wrapGAppsHook
+2
pkgs/top-level/all-packages.nix
··· 32464 32465 kuttl = callPackage ../applications/networking/cluster/kuttl { }; 32466 32467 kubectl-doctor = callPackage ../applications/networking/cluster/kubectl-doctor { }; 32468 32469 kubectl-example = callPackage ../applications/networking/cluster/kubectl-example { };
··· 32464 32465 kuttl = callPackage ../applications/networking/cluster/kuttl { }; 32466 32467 + kubectl-cnpg = callPackage ../applications/networking/cluster/kubectl-cnpg { }; 32468 + 32469 kubectl-doctor = callPackage ../applications/networking/cluster/kubectl-doctor { }; 32470 32471 kubectl-example = callPackage ../applications/networking/cluster/kubectl-example { };
+4
pkgs/top-level/python-packages.nix
··· 5594 5595 language-tags = callPackage ../development/python-modules/language-tags { }; 5596 5597 lark = callPackage ../development/python-modules/lark { }; 5598 5599 laspy = callPackage ../development/python-modules/laspy { }; ··· 8084 policyuniverse = callPackage ../development/python-modules/policyuniverse { }; 8085 8086 polyline = callPackage ../development/python-modules/polyline { }; 8087 8088 pomegranate = callPackage ../development/python-modules/pomegranate { }; 8089
··· 5594 5595 language-tags = callPackage ../development/python-modules/language-tags { }; 5596 5597 + lanms-neo = callPackage ../development/python-modules/lanms-neo { }; 5598 + 5599 lark = callPackage ../development/python-modules/lark { }; 5600 5601 laspy = callPackage ../development/python-modules/laspy { }; ··· 8086 policyuniverse = callPackage ../development/python-modules/policyuniverse { }; 8087 8088 polyline = callPackage ../development/python-modules/polyline { }; 8089 + 8090 + Polygon3 = callPackage ../development/python-modules/Polygon3 { }; 8091 8092 pomegranate = callPackage ../development/python-modules/pomegranate { }; 8093