Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
7c4e7c31 9e461b93

+442 -403
+1
.github/STALE-BOT.md
··· 1 # Stale bot information 2 3 - Thanks for your contribution! 4 - To remove the stale label, just leave a new comment. 5 - _How to find the right people to ping?_ → [`git blame`](https://git-scm.com/docs/git-blame) to the rescue! (or GitHub's history and blame buttons.) 6 - You can always ask for help on [our Discourse Forum](https://discourse.nixos.org/), [our Matrix room](https://matrix.to/#/#nix:nixos.org), or on the [#nixos IRC channel](https://web.libera.chat/#nixos).
··· 1 # Stale bot information 2 3 - Thanks for your contribution! 4 + - Our stale bot will never close an issue or PR. 5 - To remove the stale label, just leave a new comment. 6 - _How to find the right people to ping?_ → [`git blame`](https://git-scm.com/docs/git-blame) to the rescue! (or GitHub's history and blame buttons.) 7 - You can always ask for help on [our Discourse Forum](https://discourse.nixos.org/), [our Matrix room](https://matrix.to/#/#nix:nixos.org), or on the [#nixos IRC channel](https://web.libera.chat/#nixos).
+1 -2
.github/stale.yml
··· 5 - "1.severity: security" 6 - "2.status: never-stale" 7 staleLabel: "2.status: stale" 8 - markComment: | 9 - I marked this as stale due to inactivity. → [More info](https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md) 10 closeComment: false
··· 5 - "1.severity: security" 6 - "2.status: never-stale" 7 staleLabel: "2.status: stale" 8 + markComment: false 9 closeComment: false
+8
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
··· 2672 </listitem> 2673 <listitem> 2674 <para> 2675 The Nextcloud module now supports to create a Mysql database 2676 automatically with 2677 <literal>services.nextcloud.database.createLocally</literal>
··· 2672 </listitem> 2673 <listitem> 2674 <para> 2675 + The default <literal>scribus</literal> version is now 1.5, 2676 + while version 1.4 is still available as 2677 + <literal>scribus_1_4</literal> 2678 + (<link xlink:href="https://github.com/NixOS/nixpkgs/pull/172700">#172700</link>). 2679 + </para> 2680 + </listitem> 2681 + <listitem> 2682 + <para> 2683 The Nextcloud module now supports to create a Mysql database 2684 automatically with 2685 <literal>services.nextcloud.database.createLocally</literal>
+2
nixos/doc/manual/release-notes/rl-2205.section.md
··· 928 929 - The `nss` package was split into `nss_esr` and `nss_latest`, with `nss` being an alias for `nss_esr`. This was done to ease maintenance of `nss` and dependent high-profile packages like `firefox`. 930 931 - The Nextcloud module now supports to create a Mysql database automatically 932 with `services.nextcloud.database.createLocally` enabled. 933
··· 928 929 - The `nss` package was split into `nss_esr` and `nss_latest`, with `nss` being an alias for `nss_esr`. This was done to ease maintenance of `nss` and dependent high-profile packages like `firefox`. 930 931 + - The default `scribus` version is now 1.5, while version 1.4 is still available as `scribus_1_4` ([#172700](https://github.com/NixOS/nixpkgs/pull/172700)). 932 + 933 - The Nextcloud module now supports to create a Mysql database automatically 934 with `services.nextcloud.database.createLocally` enabled. 935
+2 -2
pkgs/applications/blockchains/btcpayserver/default.nix
··· 3 4 buildDotnetModule rec { 5 pname = "btcpayserver"; 6 - version = "1.5.1"; 7 8 src = fetchFromGitHub { 9 owner = pname; 10 repo = pname; 11 rev = "v${version}"; 12 - sha256 = "sha256-DcxRrVUen+JxMpiLDPfknpwCe962ifaekBeBnxJ0y88="; 13 }; 14 15 projectFile = "BTCPayServer/BTCPayServer.csproj";
··· 3 4 buildDotnetModule rec { 5 pname = "btcpayserver"; 6 + version = "1.5.3"; 7 8 src = fetchFromGitHub { 9 owner = pname; 10 repo = pname; 11 rev = "v${version}"; 12 + sha256 = "sha256-jPR996MEBCTT3k12qOdW1AO8LxA/pvQnw0qiW6//lcs="; 13 }; 14 15 projectFile = "BTCPayServer/BTCPayServer.csproj";
+29 -84
pkgs/applications/blockchains/btcpayserver/deps.nix
··· 31 }) 32 (fetchNuGet { 33 pname = "BTCPayServer.Lightning.All"; 34 - version = "1.3.6"; 35 - sha256 = "0jdpqy6kxg0lyh4n88wsvrcqc0kk7s7zn5lw7ivwys716m69qrdl"; 36 }) 37 (fetchNuGet { 38 pname = "BTCPayServer.Lightning.Charge"; 39 - version = "1.3.2"; 40 - sha256 = "0v5rss6dg7297kq1frhn2pj9gd0rd8g1p5d316x5wkd4w7pmrm2w"; 41 }) 42 (fetchNuGet { 43 pname = "BTCPayServer.Lightning.CLightning"; 44 - version = "1.3.2"; 45 - sha256 = "0qs5p6pm54il23j8yysw0pzvrki37y6z8cd2gdknpz2f3wg7slm9"; 46 }) 47 (fetchNuGet { 48 pname = "BTCPayServer.Lightning.Common"; 49 - version = "1.2.7"; 50 - sha256 = "1hz4bn3aw537r253ipdpa6sydwhb6dh3r82xp1jizn9a6mnw54x6"; 51 }) 52 (fetchNuGet { 53 pname = "BTCPayServer.Lightning.Common"; 54 - version = "1.3.2"; 55 - sha256 = "119zplkc7iy9wc95iz1qnyi42fr99ar4hp8a11p708a22w941yi0"; 56 }) 57 (fetchNuGet { 58 pname = "BTCPayServer.Lightning.Eclair"; 59 - version = "1.3.2"; 60 - sha256 = "08gw1gqng1khxzvvhlwsg6lw1w56ylilg738wi6cbcwy7vl7f6bb"; 61 }) 62 (fetchNuGet { 63 pname = "BTCPayServer.Lightning.LNBank"; 64 - version = "1.3.4"; 65 - sha256 = "1vyz63pi5j31y8pz0b4hp9c4j249rszzfcymk3z3b2clwq32s4i4"; 66 }) 67 (fetchNuGet { 68 pname = "BTCPayServer.Lightning.LND"; 69 - version = "1.3.3"; 70 - sha256 = "137azpxxmp2q69bp07ky1jsgnfy9lf0dg5ba8l654flvvrgxaq6y"; 71 }) 72 (fetchNuGet { 73 pname = "BuildBundlerMinifier"; ··· 181 }) 182 (fetchNuGet { 183 pname = "LNURL"; 184 - version = "0.0.15"; 185 - sha256 = "1fy6ywzqs5y9c6d156v08dg8c6689d5xb4y1ar7gqgz6f3cl842n"; 186 }) 187 (fetchNuGet { 188 pname = "MailKit"; ··· 210 sha256 = "1j0wbdmycj5xbk06p32f7xrddc40sbj3yca4d7ywg611yk26mvi1"; 211 }) 212 (fetchNuGet { 213 pname = "Microsoft.AspNetCore.Connections.Abstractions"; 214 version = "3.1.10"; 215 sha256 = "05drcgbpzq700kvxnfxha10w3jgfp2jp0r2h4hpczjxj6cywbbi6"; ··· 351 }) 352 (fetchNuGet { 353 pname = "Microsoft.CSharp"; 354 - version = "4.3.0"; 355 - sha256 = "0gw297dgkh0al1zxvgvncqs0j15lsna9l1wpqas4rflmys440xvb"; 356 - }) 357 - (fetchNuGet { 358 - pname = "Microsoft.CSharp"; 359 version = "4.5.0"; 360 sha256 = "01i28nvzccxbqmiz217fxs6hnjwmd5fafs37rd49a6qp53y6623l"; 361 }) ··· 836 }) 837 (fetchNuGet { 838 pname = "NBitcoin"; 839 - version = "6.0.3"; 840 - sha256 = "1kfq1q86844ssp8myy5vmvg33h3x0p9gqrlc99fl9gm1vzjc723f"; 841 - }) 842 - (fetchNuGet { 843 - pname = "NBitcoin"; 844 version = "6.0.8"; 845 sha256 = "1f90zyrd35fzx0vgvd83jhd6hczd4037h2k198xiyxj04l4m3wm5"; 846 }) ··· 878 pname = "Newtonsoft.Json.Schema"; 879 version = "3.0.14"; 880 sha256 = "1njk1arrf8pbx0i0p3yww459i70p0fcx02vs0jnbb6znvcy4mvh6"; 881 - }) 882 - (fetchNuGet { 883 - pname = "Newtonsoft.Json"; 884 - version = "10.0.3"; 885 - sha256 = "06vy67bkshclpz69kps4vgzc9h2cgg41c8vlqmdbwclfky7c4haq"; 886 }) 887 (fetchNuGet { 888 pname = "Newtonsoft.Json"; ··· 1081 }) 1082 (fetchNuGet { 1083 pname = "Selenium.Support"; 1084 - version = "3.141.0"; 1085 - sha256 = "1gqwzbfq7i9jz830b0jibsis0qfxs8sl10n1nja02c6s637cwzib"; 1086 }) 1087 (fetchNuGet { 1088 pname = "Selenium.WebDriver.ChromeDriver"; 1089 - version = "100.0.4896.6000"; 1090 - sha256 = "1pfdvxjy4xiw1j7787lf07w9nr0dmj589vf6p4aqmk2cfz8j35c6"; 1091 }) 1092 (fetchNuGet { 1093 pname = "Selenium.WebDriver"; 1094 - version = "3.141.0"; 1095 - sha256 = "09g0zhz6n7yhxmxlrpzjdykfavr3m4z1gb4cmq304dw0gr8s89mq"; 1096 }) 1097 (fetchNuGet { 1098 pname = "Serilog.AspNetCore"; ··· 1210 sha256 = "1js98kmjn47ivcvkjqdmyipzknb9xbndssczm8gq224pbaj1p88c"; 1211 }) 1212 (fetchNuGet { 1213 - pname = "System.Collections.NonGeneric"; 1214 - version = "4.3.0"; 1215 - sha256 = "07q3k0hf3mrcjzwj8fwk6gv3n51cb513w4mgkfxzm3i37sc9kz7k"; 1216 - }) 1217 - (fetchNuGet { 1218 - pname = "System.Collections.Specialized"; 1219 - version = "4.3.0"; 1220 - sha256 = "1sdwkma4f6j85m3dpb53v9vcgd0zyc9jb33f8g63byvijcj39n20"; 1221 - }) 1222 - (fetchNuGet { 1223 pname = "System.Collections"; 1224 version = "4.0.11"; 1225 sha256 = "1ga40f5lrwldiyw6vy67d0sg7jd7ww6kgwbksm19wrvq9hr0bsm6"; ··· 1230 sha256 = "19r4y64dqyrq6k4706dnyhhw7fs24kpp3awak7whzss39dakpxk9"; 1231 }) 1232 (fetchNuGet { 1233 - pname = "System.ComponentModel.Primitives"; 1234 - version = "4.3.0"; 1235 - sha256 = "1svfmcmgs0w0z9xdw2f2ps05rdxmkxxhf0l17xk9l1l8xfahkqr0"; 1236 - }) 1237 - (fetchNuGet { 1238 - pname = "System.ComponentModel.TypeConverter"; 1239 - version = "4.3.0"; 1240 - sha256 = "17ng0p7v3nbrg3kycz10aqrrlw4lz9hzhws09pfh8gkwicyy481x"; 1241 - }) 1242 - (fetchNuGet { 1243 - pname = "System.ComponentModel"; 1244 - version = "4.3.0"; 1245 - sha256 = "0986b10ww3nshy30x9sjyzm0jx339dkjxjj3401r3q0f6fx2wkcb"; 1246 - }) 1247 - (fetchNuGet { 1248 pname = "System.Configuration.ConfigurationManager"; 1249 version = "4.5.0"; 1250 sha256 = "1frpy24mn6q7hgwayj98kkx89z861f5dmia4j6zc0a2ydgx8x02c"; ··· 1303 pname = "System.Dynamic.Runtime"; 1304 version = "4.0.11"; 1305 sha256 = "1pla2dx8gkidf7xkciig6nifdsb494axjvzvann8g2lp3dbqasm9"; 1306 - }) 1307 - (fetchNuGet { 1308 - pname = "System.Dynamic.Runtime"; 1309 - version = "4.3.0"; 1310 - sha256 = "1d951hrvrpndk7insiag80qxjbf2y0y39y8h5hnq9612ws661glk"; 1311 }) 1312 (fetchNuGet { 1313 pname = "System.Formats.Asn1"; ··· 1670 sha256 = "19rav39sr5dky7afygh309qamqqmi9kcwvz3i0c5700v0c5cg61z"; 1671 }) 1672 (fetchNuGet { 1673 - pname = "System.Runtime.Serialization.Formatters"; 1674 - version = "4.3.0"; 1675 - sha256 = "114j35n8gcvn3sqv9ar36r1jjq0y1yws9r0yk8i6wm4aq7n9rs0m"; 1676 - }) 1677 - (fetchNuGet { 1678 pname = "System.Runtime.Serialization.Primitives"; 1679 version = "4.1.1"; 1680 sha256 = "042rfjixknlr6r10vx2pgf56yming8lkjikamg3g4v29ikk78h7k"; 1681 - }) 1682 - (fetchNuGet { 1683 - pname = "System.Runtime.Serialization.Primitives"; 1684 - version = "4.3.0"; 1685 - sha256 = "01vv2p8h4hsz217xxs0rixvb7f2xzbh6wv1gzbfykcbfrza6dvnf"; 1686 }) 1687 (fetchNuGet { 1688 pname = "System.Runtime"; ··· 1958 pname = "System.Xml.XmlDocument"; 1959 version = "4.0.1"; 1960 sha256 = "0ihsnkvyc76r4dcky7v3ansnbyqjzkbyyia0ir5zvqirzan0bnl1"; 1961 - }) 1962 - (fetchNuGet { 1963 - pname = "System.Xml.XmlDocument"; 1964 - version = "4.3.0"; 1965 - sha256 = "0bmz1l06dihx52jxjr22dyv5mxv6pj4852lx68grjm7bivhrbfwi"; 1966 }) 1967 (fetchNuGet { 1968 pname = "System.Xml.XPath.XmlDocument";
··· 31 }) 32 (fetchNuGet { 33 pname = "BTCPayServer.Lightning.All"; 34 + version = "1.3.8"; 35 + sha256 = "0xjhxxp8gc06ivbxjbmcacq4pq1c3l3b03pwd785kblxbh7d8zxj"; 36 }) 37 (fetchNuGet { 38 pname = "BTCPayServer.Lightning.Charge"; 39 + version = "1.3.4"; 40 + sha256 = "1ic2kz9mpgcjkmj6a0kscn3iqqp905a4768bn2fx454swpn2w6f9"; 41 }) 42 (fetchNuGet { 43 pname = "BTCPayServer.Lightning.CLightning"; 44 + version = "1.3.5"; 45 + sha256 = "0k9v28h0kvcbwxrjmalk14sna505li125i9aigcj6lddsg1d3xr7"; 46 }) 47 (fetchNuGet { 48 pname = "BTCPayServer.Lightning.Common"; 49 + version = "1.3.2"; 50 + sha256 = "119zplkc7iy9wc95iz1qnyi42fr99ar4hp8a11p708a22w941yi0"; 51 }) 52 (fetchNuGet { 53 pname = "BTCPayServer.Lightning.Common"; 54 + version = "1.3.4"; 55 + sha256 = "1bic7hxw731c0mkjgak0pwlrc7a4yqsr1xi7r3x04cz98nvdlqfc"; 56 }) 57 (fetchNuGet { 58 pname = "BTCPayServer.Lightning.Eclair"; 59 + version = "1.3.4"; 60 + sha256 = "0im3nzr7ki0nlr5miy7i7b9869vi7frq5g1idwfshqincpgps05g"; 61 }) 62 (fetchNuGet { 63 pname = "BTCPayServer.Lightning.LNBank"; 64 + version = "1.3.6"; 65 + sha256 = "08myhnk41l1zc3ih1h8l6583g4spgfgl1i65sjp02ab9v4i9lalw"; 66 }) 67 (fetchNuGet { 68 pname = "BTCPayServer.Lightning.LND"; 69 + version = "1.3.5"; 70 + sha256 = "1k5i4x382hx3zwczpjvzpxv4nmmlnnlaxcy018bz7b4hvd0l49wq"; 71 }) 72 (fetchNuGet { 73 pname = "BuildBundlerMinifier"; ··· 181 }) 182 (fetchNuGet { 183 pname = "LNURL"; 184 + version = "0.0.18"; 185 + sha256 = "1dy0if091s8j0klv58v8xy0lnwyw0mxl89m09wkfcs0d4kzmjsrj"; 186 }) 187 (fetchNuGet { 188 pname = "MailKit"; ··· 210 sha256 = "1j0wbdmycj5xbk06p32f7xrddc40sbj3yca4d7ywg611yk26mvi1"; 211 }) 212 (fetchNuGet { 213 + pname = "Microsoft.AspNet.WebApi.Client"; 214 + version = "5.2.8"; 215 + sha256 = "1dbwdbxr6npyc82zwl0g9bhifkpcqfzyhx1ihd8rzcmzprw70yfj"; 216 + }) 217 + (fetchNuGet { 218 pname = "Microsoft.AspNetCore.Connections.Abstractions"; 219 version = "3.1.10"; 220 sha256 = "05drcgbpzq700kvxnfxha10w3jgfp2jp0r2h4hpczjxj6cywbbi6"; ··· 356 }) 357 (fetchNuGet { 358 pname = "Microsoft.CSharp"; 359 version = "4.5.0"; 360 sha256 = "01i28nvzccxbqmiz217fxs6hnjwmd5fafs37rd49a6qp53y6623l"; 361 }) ··· 836 }) 837 (fetchNuGet { 838 pname = "NBitcoin"; 839 version = "6.0.8"; 840 sha256 = "1f90zyrd35fzx0vgvd83jhd6hczd4037h2k198xiyxj04l4m3wm5"; 841 }) ··· 873 pname = "Newtonsoft.Json.Schema"; 874 version = "3.0.14"; 875 sha256 = "1njk1arrf8pbx0i0p3yww459i70p0fcx02vs0jnbb6znvcy4mvh6"; 876 }) 877 (fetchNuGet { 878 pname = "Newtonsoft.Json"; ··· 1071 }) 1072 (fetchNuGet { 1073 pname = "Selenium.Support"; 1074 + version = "4.1.1"; 1075 + sha256 = "1bcvvcybbw22yv9bz10jdms5za2ajczil9kzwjh9zs6yy41gqnwl"; 1076 }) 1077 (fetchNuGet { 1078 pname = "Selenium.WebDriver.ChromeDriver"; 1079 + version = "101.0.4951.4100"; 1080 + sha256 = "0iqkcmfgzvir4h24qz3namgv7pc14hancb26gqa9j3izb1813ndf"; 1081 }) 1082 (fetchNuGet { 1083 pname = "Selenium.WebDriver"; 1084 + version = "4.1.1"; 1085 + sha256 = "0gavlsanyiff9rxn34cinv0q2m3a8wh66ynlm9mxwkmmybzbbqz4"; 1086 }) 1087 (fetchNuGet { 1088 pname = "Serilog.AspNetCore"; ··· 1200 sha256 = "1js98kmjn47ivcvkjqdmyipzknb9xbndssczm8gq224pbaj1p88c"; 1201 }) 1202 (fetchNuGet { 1203 pname = "System.Collections"; 1204 version = "4.0.11"; 1205 sha256 = "1ga40f5lrwldiyw6vy67d0sg7jd7ww6kgwbksm19wrvq9hr0bsm6"; ··· 1210 sha256 = "19r4y64dqyrq6k4706dnyhhw7fs24kpp3awak7whzss39dakpxk9"; 1211 }) 1212 (fetchNuGet { 1213 pname = "System.Configuration.ConfigurationManager"; 1214 version = "4.5.0"; 1215 sha256 = "1frpy24mn6q7hgwayj98kkx89z861f5dmia4j6zc0a2ydgx8x02c"; ··· 1268 pname = "System.Dynamic.Runtime"; 1269 version = "4.0.11"; 1270 sha256 = "1pla2dx8gkidf7xkciig6nifdsb494axjvzvann8g2lp3dbqasm9"; 1271 }) 1272 (fetchNuGet { 1273 pname = "System.Formats.Asn1"; ··· 1630 sha256 = "19rav39sr5dky7afygh309qamqqmi9kcwvz3i0c5700v0c5cg61z"; 1631 }) 1632 (fetchNuGet { 1633 pname = "System.Runtime.Serialization.Primitives"; 1634 version = "4.1.1"; 1635 sha256 = "042rfjixknlr6r10vx2pgf56yming8lkjikamg3g4v29ikk78h7k"; 1636 }) 1637 (fetchNuGet { 1638 pname = "System.Runtime"; ··· 1908 pname = "System.Xml.XmlDocument"; 1909 version = "4.0.1"; 1910 sha256 = "0ihsnkvyc76r4dcky7v3ansnbyqjzkbyyia0ir5zvqirzan0bnl1"; 1911 }) 1912 (fetchNuGet { 1913 pname = "System.Xml.XPath.XmlDocument";
+2 -2
pkgs/applications/blockchains/nbxplorer/default.nix
··· 2 3 buildDotnetModule rec { 4 pname = "nbxplorer"; 5 - version = "2.3.20"; 6 7 src = fetchFromGitHub { 8 owner = "dgarage"; 9 repo = "NBXplorer"; 10 rev = "v${version}"; 11 - sha256 = "sha256-cAko5s1bFSI7HOcXg/tZtdMMe0S9zkRBeZ6bispxgwc="; 12 }; 13 14 projectFile = "NBXplorer/NBXplorer.csproj";
··· 2 3 buildDotnetModule rec { 4 pname = "nbxplorer"; 5 + version = "2.3.26"; 6 7 src = fetchFromGitHub { 8 owner = "dgarage"; 9 repo = "NBXplorer"; 10 rev = "v${version}"; 11 + sha256 = "sha256-PaunSwbIf9hGmZeS8ZI4M0C6T76bLCalnS4/x9TWrtY="; 12 }; 13 14 projectFile = "NBXplorer/NBXplorer.csproj";
+1 -1
pkgs/applications/blockchains/nbxplorer/util/create-deps.sh
··· 1 #!/usr/bin/env nix-shell 2 - #!nix-shell -i bash -p dotnet-sdk_3 3 set -euo pipefail 4 5 # Writes deps for dotnet package in $pkgSrc to $depsFile.
··· 1 #!/usr/bin/env nix-shell 2 + #!nix-shell -i bash -p dotnet-sdk_6 3 set -euo pipefail 4 5 # Writes deps for dotnet package in $pkgSrc to $depsFile.
+3 -1
pkgs/applications/blockchains/nbxplorer/util/update-common.sh
··· 1 #!/usr/bin/env nix-shell 2 - #!nix-shell -i bash -p coreutils curl jq common-updater-scripts dotnet-sdk_3 git gnupg nixFlakes 3 set -euo pipefail 4 5 # This script uses the following env vars: 6 # getVersionFromTags 7 # refetch 8 9 pkgName=$1 10 depsFile=$2
··· 1 #!/usr/bin/env nix-shell 2 + #!nix-shell -i bash -p coreutils curl jq common-updater-scripts dotnet-sdk_6 git gnupg nixFlakes 3 set -euo pipefail 4 5 # This script uses the following env vars: 6 # getVersionFromTags 7 # refetch 8 + 9 + trap 'echo "Error at ${BASH_SOURCE[0]}:$LINENO"' ERR 10 11 pkgName=$1 12 depsFile=$2
+3 -3
pkgs/applications/networking/browsers/chromium/upstream-info.json
··· 32 } 33 }, 34 "dev": { 35 - "version": "103.0.5060.13", 36 - "sha256": "1y7nadfmw4yxc2za7ln3h7xywlzdiscmsa8kjar17gmqz6ic69id", 37 - "sha256bin64": "0crs07sjqhgpr22vxa7c52ai8xvxp6c4cs82kaqzc5cgg97076gq", 38 "deps": { 39 "gn": { 40 "version": "2022-05-11",
··· 32 } 33 }, 34 "dev": { 35 + "version": "103.0.5060.24", 36 + "sha256": "1vdnq7vd0jdxkpc00xwvvk1mmyq2hcydms64l16nv3v8jgvizrha", 37 + "sha256bin64": "0590ffrbpnd4v8z1wzn1baqvj59gx2yc3zp3qvhvmfrdmxz9i9b4", 38 "deps": { 39 "gn": { 40 "version": "2022-05-11",
+2 -17
pkgs/applications/networking/instant-messengers/gajim/default.nix
··· 43 gettext wrapGAppsHook 44 ]; 45 46 - # Workaround for https://dev.gajim.org/gajim/gajim/-/issues/10719. 47 - # We don't use plugin release URL because it's updated in place. 48 - plugins = fetchFromGitLab { 49 - domain = "dev.gajim.org"; 50 - owner = "gajim"; 51 - repo = "gajim-plugins"; 52 - rev = "fea522e4360cec6ceacbf1df92644ab3343d4b99"; 53 - sha256 = "sha256-CmwEiLsdldoOfgHfWL/5hf/dp0HEDNAIlc5N0Np20KE="; 54 - }; 55 - 56 - postPatch = '' 57 - mkdir -p gajim/data/plugins 58 - cp -r $plugins/plugin_installer gajim/data/plugins 59 - ''; 60 - 61 dontWrapGApps = true; 62 63 preFixup = '' ··· 65 ''; 66 67 propagatedBuildInputs = with python3.pkgs; [ 68 - nbxmpp pygobject3 dbus-python pillow css-parser precis-i18n keyring setuptools packaging 69 ] ++ lib.optionals enableE2E [ pycrypto python-gnupg ] 70 ++ lib.optional enableRST docutils 71 ++ lib.optionals enableOmemoPluginDependencies [ python-axolotl qrcode ] ··· 88 description = "Jabber client written in PyGTK"; 89 license = lib.licenses.gpl3Plus; 90 maintainers = with lib.maintainers; [ raskin abbradar ]; 91 - downloadPage = "http://gajim.org/downloads.php"; 92 platforms = lib.platforms.linux; 93 }; 94 }
··· 43 gettext wrapGAppsHook 44 ]; 45 46 dontWrapGApps = true; 47 48 preFixup = '' ··· 50 ''; 51 52 propagatedBuildInputs = with python3.pkgs; [ 53 + nbxmpp pygobject3 dbus-python pillow css-parser precis-i18n keyring setuptools packaging gssapi 54 ] ++ lib.optionals enableE2E [ pycrypto python-gnupg ] 55 ++ lib.optional enableRST docutils 56 ++ lib.optionals enableOmemoPluginDependencies [ python-axolotl qrcode ] ··· 73 description = "Jabber client written in PyGTK"; 74 license = lib.licenses.gpl3Plus; 75 maintainers = with lib.maintainers; [ raskin abbradar ]; 76 + downloadPage = "http://gajim.org/download/"; 77 platforms = lib.platforms.linux; 78 }; 79 }
+2 -2
pkgs/applications/networking/mailreaders/mailspring/default.nix
··· 21 22 stdenv.mkDerivation rec { 23 pname = "mailspring"; 24 - version = "1.10.2"; 25 26 src = fetchurl { 27 url = "https://github.com/Foundry376/Mailspring/releases/download/${version}/mailspring-${version}-amd64.deb"; 28 - sha256 = "sha256-6KHhkmHWhj/AgECYqNuJ0iSPEYyuBDac/3fW6J0fgTg="; 29 }; 30 31 nativeBuildInputs = [
··· 21 22 stdenv.mkDerivation rec { 23 pname = "mailspring"; 24 + version = "1.10.3"; 25 26 src = fetchurl { 27 url = "https://github.com/Foundry376/Mailspring/releases/download/${version}/mailspring-${version}-amd64.deb"; 28 + sha256 = "sha256-+H2KeaRBApveUG6Vz+Z8LWpmNpZ4lwyeX1LK0AKx/bw="; 29 }; 30 31 nativeBuildInputs = [
+52
pkgs/applications/office/scribus/1_4.nix
···
··· 1 + { lib, stdenv, fetchurl, pkg-config, freetype, lcms, libtiff, libxml2 2 + , libart_lgpl, qt4, python2, cups, fontconfig, libjpeg 3 + , zlib, libpng, xorg, cairo, podofo, hunspell, boost, cmake, imagemagick, ghostscript }: 4 + 5 + let 6 + icon = fetchurl { 7 + url = "https://gist.githubusercontent.com/ejpcmac/a74b762026c9bc4000be624c3d085517/raw/18edc497c5cb6fdeef1c8aede37a0ee68413f9d3/scribus-icon-centered.svg"; 8 + sha256 = "0hq3i7c2l50445an9glhhg47kj26y16svfajc6naqn307ph9vzc3"; 9 + }; 10 + 11 + pythonEnv = python2.withPackages(ps: [ps.tkinter ps.pillow]); 12 + in stdenv.mkDerivation rec { 13 + pname = "scribus"; 14 + version = "1.4.8"; 15 + 16 + src = fetchurl { 17 + url = "mirror://sourceforge/${pname}/${pname}/${pname}-${version}.tar.xz"; 18 + sha256 = "0bq433myw6h1siqlsakxv6ghb002rp3mfz5k12bg68s0k6skn992"; 19 + }; 20 + 21 + nativeBuildInputs = [ pkg-config cmake ]; 22 + buildInputs = with xorg; 23 + [ freetype lcms libtiff libxml2 libart_lgpl qt4 24 + pythonEnv cups fontconfig 25 + libjpeg zlib libpng podofo hunspell cairo 26 + boost # for internal 2geom library 27 + libXaw libXext libX11 libXtst libXi libXinerama 28 + libpthreadstubs libXau libXdmcp 29 + imagemagick # To build the icon 30 + ]; 31 + 32 + postPatch = '' 33 + substituteInPlace scribus/util_ghostscript.cpp \ 34 + --replace 'QString gsName("gs");' \ 35 + 'QString gsName("${ghostscript}/bin/gs");' 36 + ''; 37 + 38 + postInstall = '' 39 + for i in 16 24 48 64 96 128 256 512; do 40 + mkdir -p $out/share/icons/hicolor/''${i}x''${i}/apps 41 + convert -background none -resize ''${i}x''${i} ${icon} $out/share/icons/hicolor/''${i}x''${i}/apps/scribus.png 42 + done 43 + ''; 44 + 45 + meta = { 46 + maintainers = [ lib.maintainers.marcweber ]; 47 + platforms = lib.platforms.linux; 48 + description = "Desktop Publishing (DTP) and Layout program for Linux"; 49 + homepage = "https://www.scribus.net"; 50 + license = lib.licenses.gpl2; 51 + }; 52 + }
+129 -38
pkgs/applications/office/scribus/default.nix
··· 1 - { lib, stdenv, fetchurl, pkg-config, freetype, lcms, libtiff, libxml2 2 - , libart_lgpl, qt4, python2, cups, fontconfig, libjpeg 3 - , zlib, libpng, xorg, cairo, podofo, hunspell, boost, cmake, imagemagick, ghostscript }: 4 5 let 6 - icon = fetchurl { 7 - url = "https://gist.githubusercontent.com/ejpcmac/a74b762026c9bc4000be624c3d085517/raw/18edc497c5cb6fdeef1c8aede37a0ee68413f9d3/scribus-icon-centered.svg"; 8 - sha256 = "0hq3i7c2l50445an9glhhg47kj26y16svfajc6naqn307ph9vzc3"; 9 - }; 10 - 11 - pythonEnv = python2.withPackages(ps: [ps.tkinter ps.pillow]); 12 - in stdenv.mkDerivation rec { 13 pname = "scribus"; 14 - version = "1.4.8"; 15 16 src = fetchurl { 17 - url = "mirror://sourceforge/${pname}/${pname}/${pname}-${version}.tar.xz"; 18 - sha256 = "0bq433myw6h1siqlsakxv6ghb002rp3mfz5k12bg68s0k6skn992"; 19 }; 20 21 - nativeBuildInputs = [ pkg-config cmake ]; 22 - buildInputs = with xorg; 23 - [ freetype lcms libtiff libxml2 libart_lgpl qt4 24 - pythonEnv cups fontconfig 25 - libjpeg zlib libpng podofo hunspell cairo 26 - boost # for internal 2geom library 27 - libXaw libXext libX11 libXtst libXi libXinerama 28 - libpthreadstubs libXau libXdmcp 29 - imagemagick # To build the icon 30 - ]; 31 32 - postPatch = '' 33 - substituteInPlace scribus/util_ghostscript.cpp \ 34 - --replace 'QString gsName("gs");' \ 35 - 'QString gsName("${ghostscript}/bin/gs");' 36 - ''; 37 38 - postInstall = '' 39 - for i in 16 24 48 64 96 128 256 512; do 40 - mkdir -p $out/share/icons/hicolor/''${i}x''${i}/apps 41 - convert -background none -resize ''${i}x''${i} ${icon} $out/share/icons/hicolor/''${i}x''${i}/apps/scribus.png 42 - done 43 - ''; 44 45 - meta = { 46 - maintainers = [ lib.maintainers.marcweber ]; 47 - platforms = lib.platforms.linux; 48 description = "Desktop Publishing (DTP) and Layout program for Linux"; 49 homepage = "https://www.scribus.net"; 50 - license = lib.licenses.gpl2; 51 }; 52 }
··· 1 + { boost 2 + , cairo 3 + , cmake 4 + , cups 5 + , fetchurl 6 + , fetchpatch 7 + , fontconfig 8 + , freetype 9 + , harfbuzzFull 10 + , hunspell 11 + , lcms2 12 + , libjpeg 13 + , libtiff 14 + , libxml2 15 + , mkDerivation 16 + , pixman 17 + , pkg-config 18 + , podofo 19 + , poppler 20 + , poppler_data 21 + , python3 22 + , qtbase 23 + , qtimageformats 24 + , qttools 25 + , lib 26 + }: 27 28 let 29 + pythonEnv = python3.withPackages ( 30 + ps: [ 31 + ps.pillow 32 + ps.tkinter 33 + ] 34 + ); 35 + in 36 + mkDerivation rec { 37 pname = "scribus"; 38 + 39 + version = "1.5.7"; 40 41 src = fetchurl { 42 + url = "mirror://sourceforge/${pname}/${pname}-devel/${pname}-${version}.tar.xz"; 43 + sha256 = "sha256-MYMWss/Hp2GR0+DT+MImUUfa6gVwFiAo4kPCktgm+M4="; 44 }; 45 46 + patches = [ 47 + # For harfbuzz >= 2.9.0 48 + (fetchpatch { 49 + url = "https://github.com/scribusproject/scribus/commit/1b546978bc4ea0b2a73fbe4d7cf947887e865162.patch"; 50 + sha256 = "sha256-noRCaN63ZYFfXmAluEYXdFPNOk3s5W3KBAsLU1Syxv4="; 51 + }) 52 + # For harfbuzz >= 3.0 53 + (fetchpatch { 54 + url = "https://github.com/scribusproject/scribus/commit/68ec41169eaceea4a6e1d6f359762a191c7e61d5.patch"; 55 + sha256 = "sha256-xhp65qVvaof0md1jb3XHZw7uFX1RtNxPfUOaVnvZV1Y="; 56 + }) 57 + # For Poppler 22.02 58 + (fetchpatch { 59 + url = "https://github.com/scribusproject/scribus/commit/85c0dff3422fa3c26fbc2e8d8561f597ec24bd92.patch"; 60 + sha256 = "YR0ii09EVU8Qazz6b8KAIWsUMTwPIwO8JuQPymAWKdw="; 61 + }) 62 + (fetchpatch { 63 + url = "https://github.com/scribusproject/scribus/commit/f75c1613db67f4067643d0218a2db3235e42ec9f.patch"; 64 + sha256 = "vJU8HsKHE3oXlhcXQk9uCYINPYVPF5IGmrWYFQ6Py5c="; 65 + }) 66 + # For Poppler 22.03 67 + (fetchpatch { 68 + url = "https://github.com/scribusproject/scribus/commit/553d1fd5f76ffb3743583b88c78a7232b076a965.patch"; 69 + sha256 = "56JrEG3eCzyALTH04yjzurKRj2PocpjO6b4PusMRxjY="; 70 + }) 71 + (fetchpatch { 72 + url = "https://github.com/scribusproject/scribus/commit/1f82e38be0782b065910f5fb4cece23f690349ae.patch"; 73 + sha256 = "qektUfel5KeA327D3THyqi8dznP1SQQFToUC5Kd0+W4="; 74 + }) 75 + (fetchpatch { 76 + url = "https://github.com/scribusproject/scribus/commit/f19410ac3b27e33dd62105746784e61e85b90a1d.patch"; 77 + sha256 = "JHdgntYcioYatPeqpmym3c9dORahj0CinGOzbGtA4ds="; 78 + }) 79 + (fetchpatch { 80 + url = "https://github.com/scribusproject/scribus/commit/e013e8126d2100e8e56dea5b836ad43275429389.patch"; 81 + sha256 = "+siPNtJq9Is9V2PgADeQJB+b4lkl5g8uk6zKBu10Jqw="; 82 + }) 83 + (fetchpatch { 84 + url = "https://github.com/scribusproject/scribus/commit/48263954a7dee0be815b00f417ae365ab26cdd85.patch"; 85 + sha256 = "1WE9kALFw79bQH88NUafXaZ1Y/vJEKTIWxlk5c+opsQ="; 86 + }) 87 + # For Poppler 22.04 88 + (fetchpatch { 89 + url = "https://github.com/scribusproject/scribus/commit/f2237b8f0b5cf7690e864a22ef7a63a6d769fa36.patch"; 90 + sha256 = "FXpLoX/a2Jy3GcfzrUUyVUfEAp5wAy2UfzfVA5lhwJw="; 91 + }) 92 + ]; 93 94 + nativeBuildInputs = [ 95 + cmake 96 + pkg-config 97 + ]; 98 + 99 + buildInputs = [ 100 + boost 101 + cairo 102 + cups 103 + fontconfig 104 + freetype 105 + harfbuzzFull 106 + hunspell 107 + lcms2 108 + libjpeg 109 + libtiff 110 + libxml2 111 + pixman 112 + podofo 113 + poppler 114 + poppler_data 115 + pythonEnv 116 + qtbase 117 + qtimageformats 118 + qttools 119 + ]; 120 121 + cmakeFlags = [ 122 + # poppler uses std::optional 123 + "-DWANT_CPP17=ON" 124 + ]; 125 126 + meta = with lib; { 127 + maintainers = with maintainers; [ 128 + erictapen 129 + kiwi 130 + ]; 131 + platforms = platforms.linux; 132 description = "Desktop Publishing (DTP) and Layout program for Linux"; 133 homepage = "https://www.scribus.net"; 134 + # There are a lot of licenses... 135 + # https://github.com/scribusproject/scribus/blob/20508d69ca4fc7030477db8dee79fd1e012b52d2/COPYING#L15-L19 136 + license = with licenses; [ 137 + bsd3 138 + gpl2Plus 139 + mit 140 + publicDomain 141 + ]; 142 }; 143 }
-143
pkgs/applications/office/scribus/unstable.nix
··· 1 - { boost 2 - , cairo 3 - , cmake 4 - , cups 5 - , fetchurl 6 - , fetchpatch 7 - , fontconfig 8 - , freetype 9 - , harfbuzzFull 10 - , hunspell 11 - , lcms2 12 - , libjpeg 13 - , libtiff 14 - , libxml2 15 - , mkDerivation 16 - , pixman 17 - , pkg-config 18 - , podofo 19 - , poppler 20 - , poppler_data 21 - , python3 22 - , qtbase 23 - , qtimageformats 24 - , qttools 25 - , lib 26 - }: 27 - 28 - let 29 - pythonEnv = python3.withPackages ( 30 - ps: [ 31 - ps.pillow 32 - ps.tkinter 33 - ] 34 - ); 35 - in 36 - mkDerivation rec { 37 - pname = "scribus"; 38 - 39 - version = "1.5.7"; 40 - 41 - src = fetchurl { 42 - url = "mirror://sourceforge/${pname}/${pname}-devel/${pname}-${version}.tar.xz"; 43 - sha256 = "sha256-MYMWss/Hp2GR0+DT+MImUUfa6gVwFiAo4kPCktgm+M4="; 44 - }; 45 - 46 - patches = [ 47 - # For harfbuzz >= 2.9.0 48 - (fetchpatch { 49 - url = "https://github.com/scribusproject/scribus/commit/1b546978bc4ea0b2a73fbe4d7cf947887e865162.patch"; 50 - sha256 = "sha256-noRCaN63ZYFfXmAluEYXdFPNOk3s5W3KBAsLU1Syxv4="; 51 - }) 52 - # For harfbuzz >= 3.0 53 - (fetchpatch { 54 - url = "https://github.com/scribusproject/scribus/commit/68ec41169eaceea4a6e1d6f359762a191c7e61d5.patch"; 55 - sha256 = "sha256-xhp65qVvaof0md1jb3XHZw7uFX1RtNxPfUOaVnvZV1Y="; 56 - }) 57 - # For Poppler 22.02 58 - (fetchpatch { 59 - url = "https://github.com/scribusproject/scribus/commit/85c0dff3422fa3c26fbc2e8d8561f597ec24bd92.patch"; 60 - sha256 = "YR0ii09EVU8Qazz6b8KAIWsUMTwPIwO8JuQPymAWKdw="; 61 - }) 62 - (fetchpatch { 63 - url = "https://github.com/scribusproject/scribus/commit/f75c1613db67f4067643d0218a2db3235e42ec9f.patch"; 64 - sha256 = "vJU8HsKHE3oXlhcXQk9uCYINPYVPF5IGmrWYFQ6Py5c="; 65 - }) 66 - # For Poppler 22.03 67 - (fetchpatch { 68 - url = "https://github.com/scribusproject/scribus/commit/553d1fd5f76ffb3743583b88c78a7232b076a965.patch"; 69 - sha256 = "56JrEG3eCzyALTH04yjzurKRj2PocpjO6b4PusMRxjY="; 70 - }) 71 - (fetchpatch { 72 - url = "https://github.com/scribusproject/scribus/commit/1f82e38be0782b065910f5fb4cece23f690349ae.patch"; 73 - sha256 = "qektUfel5KeA327D3THyqi8dznP1SQQFToUC5Kd0+W4="; 74 - }) 75 - (fetchpatch { 76 - url = "https://github.com/scribusproject/scribus/commit/f19410ac3b27e33dd62105746784e61e85b90a1d.patch"; 77 - sha256 = "JHdgntYcioYatPeqpmym3c9dORahj0CinGOzbGtA4ds="; 78 - }) 79 - (fetchpatch { 80 - url = "https://github.com/scribusproject/scribus/commit/e013e8126d2100e8e56dea5b836ad43275429389.patch"; 81 - sha256 = "+siPNtJq9Is9V2PgADeQJB+b4lkl5g8uk6zKBu10Jqw="; 82 - }) 83 - (fetchpatch { 84 - url = "https://github.com/scribusproject/scribus/commit/48263954a7dee0be815b00f417ae365ab26cdd85.patch"; 85 - sha256 = "1WE9kALFw79bQH88NUafXaZ1Y/vJEKTIWxlk5c+opsQ="; 86 - }) 87 - # For Poppler 22.04 88 - (fetchpatch { 89 - url = "https://github.com/scribusproject/scribus/commit/f2237b8f0b5cf7690e864a22ef7a63a6d769fa36.patch"; 90 - sha256 = "FXpLoX/a2Jy3GcfzrUUyVUfEAp5wAy2UfzfVA5lhwJw="; 91 - }) 92 - ]; 93 - 94 - nativeBuildInputs = [ 95 - cmake 96 - pkg-config 97 - ]; 98 - 99 - buildInputs = [ 100 - boost 101 - cairo 102 - cups 103 - fontconfig 104 - freetype 105 - harfbuzzFull 106 - hunspell 107 - lcms2 108 - libjpeg 109 - libtiff 110 - libxml2 111 - pixman 112 - podofo 113 - poppler 114 - poppler_data 115 - pythonEnv 116 - qtbase 117 - qtimageformats 118 - qttools 119 - ]; 120 - 121 - cmakeFlags = [ 122 - # poppler uses std::optional 123 - "-DWANT_CPP17=ON" 124 - ]; 125 - 126 - meta = with lib; { 127 - maintainers = with maintainers; [ 128 - erictapen 129 - kiwi 130 - ]; 131 - platforms = platforms.linux; 132 - description = "Desktop Publishing (DTP) and Layout program for Linux"; 133 - homepage = "https://www.scribus.net"; 134 - # There are a lot of licenses... 135 - # https://github.com/scribusproject/scribus/blob/20508d69ca4fc7030477db8dee79fd1e012b52d2/COPYING#L15-L19 136 - license = with licenses; [ 137 - bsd3 138 - gpl2Plus 139 - mit 140 - publicDomain 141 - ]; 142 - }; 143 - }
···
+1 -1
pkgs/applications/science/math/sage/default.nix
··· 172 in 173 # A wrapper around sage that makes sure sage finds its docs (if they were build). 174 callPackage ./sage.nix { 175 - inherit sage-tests sage-with-env sagedoc jupyter-kernel-specs; 176 inherit withDoc requireSageTests; 177 }
··· 172 in 173 # A wrapper around sage that makes sure sage finds its docs (if they were build). 174 callPackage ./sage.nix { 175 + inherit sage-tests sage-with-env sagedoc jupyter-kernel-definition jupyter-kernel-specs; 176 inherit withDoc requireSageTests; 177 }
+2 -1
pkgs/applications/science/math/sage/sage.nix
··· 2 , makeWrapper 3 , sage-tests 4 , sage-with-env 5 , jupyter-kernel-specs 6 , sagedoc 7 , withDoc ··· 49 quicktest = sage-tests.override { longTests = false; timeLimit = 600; }; # as many tests as possible in ~10m 50 doc = sagedoc; 51 lib = sage-with-env.env.lib; 52 - kernelspec = jupyter-kernel-specs.definition.sagemath; 53 }; 54 55 meta = with lib; {
··· 2 , makeWrapper 3 , sage-tests 4 , sage-with-env 5 + , jupyter-kernel-definition 6 , jupyter-kernel-specs 7 , sagedoc 8 , withDoc ··· 50 quicktest = sage-tests.override { longTests = false; timeLimit = 600; }; # as many tests as possible in ~10m 51 doc = sagedoc; 52 lib = sage-with-env.env.lib; 53 + kernelspec = jupyter-kernel-definition; 54 }; 55 56 meta = with lib; {
+3 -3
pkgs/applications/version-management/git-and-tools/ghq/default.nix
··· 2 3 buildGoModule rec { 4 pname = "ghq"; 5 - version = "1.2.1"; 6 7 src = fetchFromGitHub { 8 owner = "x-motemen"; 9 repo = "ghq"; 10 rev = "v${version}"; 11 - sha256 = "sha256-86ZFKkzDAhx3UYWxreQI2OJJmqGnqaH2TgwQunuYhv4="; 12 }; 13 14 - vendorSha256 = "sha256-5Eth9v98z1gxf1Fz5Lbn2roX7dSBmA7GRzg8uvT0hTI="; 15 16 doCheck = false; 17
··· 2 3 buildGoModule rec { 4 pname = "ghq"; 5 + version = "1.3.0"; 6 7 src = fetchFromGitHub { 8 owner = "x-motemen"; 9 repo = "ghq"; 10 rev = "v${version}"; 11 + sha256 = "sha256-tGublfC6EeY3T/45lxmsm5zsmlgq/guS64OutAWy6AY="; 12 }; 13 14 + vendorSha256 = "sha256-ZUnnvZERWXnOs4hybw8JDlGdM7QFaMfs6o3SYy0UwTM="; 15 16 doCheck = false; 17
+3 -3
pkgs/applications/version-management/git-lfs/default.nix
··· 2 3 buildGoPackage rec { 4 pname = "git-lfs"; 5 - version = "3.1.4"; 6 7 src = fetchFromGitHub { 8 rev = "v${version}"; 9 owner = "git-lfs"; 10 repo = "git-lfs"; 11 - sha256 = "sha256-dGqb7gw7l2SPGwhHIFbEq6XqMB9QRw3+3Pfbk2S4kW4="; 12 }; 13 14 goPackagePath = "github.com/git-lfs/git-lfs"; ··· 30 ''; 31 32 postInstall = '' 33 - installManPage go/src/${goPackagePath}/man/*.{1,5} 34 ''; 35 36 meta = with lib; {
··· 2 3 buildGoPackage rec { 4 pname = "git-lfs"; 5 + version = "3.2.0"; 6 7 src = fetchFromGitHub { 8 rev = "v${version}"; 9 owner = "git-lfs"; 10 repo = "git-lfs"; 11 + sha256 = "sha256-3gVUPfZs5GViEA3D7Zm5NdxhuEz9DhwPLoQqHFdGCrI="; 12 }; 13 14 goPackagePath = "github.com/git-lfs/git-lfs"; ··· 30 ''; 31 32 postInstall = '' 33 + installManPage go/src/${goPackagePath}/man/man*/* 34 ''; 35 36 meta = with lib; {
+2 -2
pkgs/development/embedded/avrdude/default.nix
··· 7 8 stdenv.mkDerivation rec { 9 pname = "avrdude"; 10 - version = "6.4"; 11 12 src = fetchurl { 13 url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz"; 14 - sha256 = "sha256-qb5wZvcKnc9L8HNvz1MdtqMlCu0aJMxkOt0nZBtxEPk="; 15 }; 16 17 configureFlags = lib.optionals docSupport "--enable-doc";
··· 7 8 stdenv.mkDerivation rec { 9 pname = "avrdude"; 10 + version = "7.0"; 11 12 src = fetchurl { 13 url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz"; 14 + sha256 = "sha256-wO9l2Y1gQMoLTytwDVFGPCoflGZUQfOdFdl0Qtu3m1Q="; 15 }; 16 17 configureFlags = lib.optionals docSupport "--enable-doc";
+2 -2
pkgs/development/libraries/flint/default.nix
··· 13 14 stdenv.mkDerivation rec { 15 pname = "flint"; 16 - version = "2.8.4"; 17 18 src = fetchurl { 19 url = "https://www.flintlib.org/flint-${version}.tar.gz"; 20 - sha256 = "sha256-Yd+S6oyOncaS1Gxx1/UKqgmjPUugjQKheEcwpEXl5L4="; 21 }; 22 23 buildInputs = [
··· 13 14 stdenv.mkDerivation rec { 15 pname = "flint"; 16 + version = "2.8.5"; 17 18 src = fetchurl { 19 url = "https://www.flintlib.org/flint-${version}.tar.gz"; 20 + sha256 = "sha256-WRH+3/kREA8VeB8146T6k0/mDkrqAqjBDMiRgQHB7tg="; 21 }; 22 23 buildInputs = [
+2 -2
pkgs/development/libraries/intel-gmmlib/default.nix
··· 6 7 stdenv.mkDerivation rec { 8 pname = "intel-gmmlib"; 9 - version = "22.1.2"; 10 11 src = fetchFromGitHub { 12 owner = "intel"; 13 repo = "gmmlib"; 14 rev = "intel-gmmlib-${version}"; 15 - sha256 = "sha256-5exS0B2iRbmFkKtoHzL4NnZ7L3DaukthUYkoj2tpZuE="; 16 }; 17 18 nativeBuildInputs = [ cmake ];
··· 6 7 stdenv.mkDerivation rec { 8 pname = "intel-gmmlib"; 9 + version = "22.1.3"; 10 11 src = fetchFromGitHub { 12 owner = "intel"; 13 repo = "gmmlib"; 14 rev = "intel-gmmlib-${version}"; 15 + sha256 = "sha256-YckzS9f0q+5YOR+8mTZ/u67NVFrwLllxfEuojuJC84E="; 16 }; 17 18 nativeBuildInputs = [ cmake ];
+3 -3
pkgs/development/libraries/poppler/default.nix
··· 19 , openjpeg 20 , pkg-config 21 , python3 22 - , scribusUnstable 23 , texlive 24 , zlib 25 , withData ? true, poppler_data ··· 35 in 36 stdenv.mkDerivation rec { 37 pname = "poppler-${suffix}"; 38 - version = "22.04.0"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too! 39 40 outputs = [ "out" "dev" ]; 41 ··· 97 passthru = { 98 tests = { 99 # These depend on internal poppler code that frequently changes. 100 - inherit inkscape cups-filters texlive scribusUnstable; 101 }; 102 }; 103
··· 19 , openjpeg 20 , pkg-config 21 , python3 22 + , scribus 23 , texlive 24 , zlib 25 , withData ? true, poppler_data ··· 35 in 36 stdenv.mkDerivation rec { 37 pname = "poppler-${suffix}"; 38 + version = "22.04.0"; # beware: updates often break cups-filters build, check texlive and scribus too! 39 40 outputs = [ "out" "dev" ]; 41 ··· 97 passthru = { 98 tests = { 99 # These depend on internal poppler code that frequently changes. 100 + inherit inkscape cups-filters texlive scribus; 101 }; 102 }; 103
+2 -2
pkgs/development/python-modules/androidtv/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "androidtv"; 14 - version = "0.0.67"; 15 format = "setuptools"; 16 17 disabled = pythonOlder "3.7"; ··· 20 owner = "JeffLIrion"; 21 repo = "python-androidtv"; 22 rev = "v${version}"; 23 - hash = "sha256-MAlKD2PDQJQaKPiMQDu1CMvn4xnxb8FmeYqzcW4hso0="; 24 }; 25 26 propagatedBuildInputs = [
··· 11 12 buildPythonPackage rec { 13 pname = "androidtv"; 14 + version = "0.0.68"; 15 format = "setuptools"; 16 17 disabled = pythonOlder "3.7"; ··· 20 owner = "JeffLIrion"; 21 repo = "python-androidtv"; 22 rev = "v${version}"; 23 + hash = "sha256-cRupsdHpzzxV57ZsuWqZBvtbMYWwXFSVLqsNJ7kfpPA="; 24 }; 25 26 propagatedBuildInputs = [
+77
pkgs/development/python-modules/drf-spectacular/default.nix
···
··· 1 + { lib 2 + , buildPythonPackage 3 + , fetchFromGitHub 4 + , dj-rest-auth 5 + , django 6 + , django-allauth 7 + , django-filter 8 + , django-oauth-toolkit 9 + , django-polymorphic 10 + , django-rest-auth 11 + , django-rest-polymorphic 12 + , djangorestframework 13 + , djangorestframework-camel-case 14 + , djangorestframework-dataclasses 15 + , djangorestframework-recursive 16 + , djangorestframework-simplejwt 17 + , drf-jwt 18 + , drf-nested-routers 19 + , drf-spectacular-sidecar 20 + , inflection 21 + , jsonschema 22 + , psycopg2 23 + , pytest-django 24 + , pytestCheckHook 25 + , pyyaml 26 + , uritemplate 27 + }: 28 + 29 + buildPythonPackage rec { 30 + pname = "drf-spectacular"; 31 + version = "0.22.1"; 32 + 33 + src = fetchFromGitHub { 34 + owner = "tfranzel"; 35 + repo = "drf-spectacular"; 36 + rev = version; 37 + sha256 = "sha256-SgzyIzgFBXsNHfY2OfCq0LhJyi/ZCOSA8QveKNduIBc="; 38 + }; 39 + 40 + propagatedBuildInputs = [ 41 + django 42 + djangorestframework 43 + inflection 44 + jsonschema 45 + pyyaml 46 + uritemplate 47 + ]; 48 + 49 + checkInputs = [ 50 + dj-rest-auth 51 + django-allauth 52 + django-filter 53 + django-oauth-toolkit 54 + django-polymorphic 55 + django-rest-auth 56 + django-rest-polymorphic 57 + djangorestframework-camel-case 58 + djangorestframework-dataclasses 59 + djangorestframework-recursive 60 + djangorestframework-simplejwt 61 + drf-jwt 62 + drf-nested-routers 63 + drf-spectacular-sidecar 64 + psycopg2 65 + pytest-django 66 + pytestCheckHook 67 + ]; 68 + 69 + pythonImportsCheck = [ "drf_spectacular" ]; 70 + 71 + meta = with lib; { 72 + description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework"; 73 + homepage = "https://github.com/tfranzel/drf-spectacular"; 74 + license = licenses.bsd3; 75 + maintainers = with maintainers; [ SuperSandro2000 ]; 76 + }; 77 + }
+2 -2
pkgs/development/python-modules/dulwich/default.nix
··· 17 }: 18 19 buildPythonPackage rec { 20 - version = "0.20.40"; 21 pname = "dulwich"; 22 format = "setuptools"; 23 ··· 25 26 src = fetchPypi { 27 inherit pname version; 28 - hash = "sha256-vtcO/gt91RpHvOqbmEqwamdddDi3izLaHLr891D7utc="; 29 }; 30 31 LC_ALL = "en_US.UTF-8";
··· 17 }: 18 19 buildPythonPackage rec { 20 + version = "0.20.42"; 21 pname = "dulwich"; 22 format = "setuptools"; 23 ··· 25 26 src = fetchPypi { 27 inherit pname version; 28 + hash = "sha256-cro7YK5qVU0TMrO0CjRf6+FuxGnPYBS7RDtxmQLjPvA="; 29 }; 30 31 LC_ALL = "en_US.UTF-8";
+2 -2
pkgs/development/python-modules/feedparser/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "feedparser"; 11 - version = "6.0.9"; 12 format = "setuptools"; 13 14 disabled = pythonOlder "3.6"; 15 16 src = fetchPypi { 17 inherit pname version; 18 - sha256 = "sha256-2tQue+rsVfmcCLKwz3KIvHz9JLb3LI74VHi8tVZIzUI="; 19 }; 20 21 propagatedBuildInputs = [
··· 8 9 buildPythonPackage rec { 10 pname = "feedparser"; 11 + version = "6.0.10"; 12 format = "setuptools"; 13 14 disabled = pythonOlder "3.6"; 15 16 src = fetchPypi { 17 inherit pname version; 18 + sha256 = "sha256-J9pIX0Y3znFjzeqxOoAxK5O30MG3db70pHYpoxELylE="; 19 }; 20 21 propagatedBuildInputs = [
+3 -3
pkgs/development/python-modules/flux-led/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "flux-led"; 11 - version = "0.28.29"; 12 format = "setuptools"; 13 14 disabled = pythonOlder "3.7"; ··· 16 src = fetchFromGitHub { 17 owner = "Danielhiversen"; 18 repo = "flux_led"; 19 - rev = version; 20 - sha256 = "sha256-Hwe8eshY5j+10fARCp7fMnZf2Sxal7+7Vj5DYVPNXks="; 21 }; 22 23 propagatedBuildInputs = [
··· 8 9 buildPythonPackage rec { 10 pname = "flux-led"; 11 + version = "0.28.30"; 12 format = "setuptools"; 13 14 disabled = pythonOlder "3.7"; ··· 16 src = fetchFromGitHub { 17 owner = "Danielhiversen"; 18 repo = "flux_led"; 19 + rev = "refs/tags/${version}"; 20 + sha256 = "sha256-ujox3Q8oyPw8+SBdF9O7ezu8FC/NnWxeSGW8Nfh7tZ8="; 21 }; 22 23 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/hsluv/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "hsluv"; 10 - version = "5.0.2"; 11 disabled = pythonOlder "3.6"; 12 13 src = fetchFromGitHub { 14 owner = "hsluv"; 15 repo = "hsluv-python"; 16 rev = "v${version}"; 17 - sha256 = "0r0w8ycjwfg3pmzjghzrs0lkam93fzvgiqvrwh3nl9jnqlpw7v7j"; 18 }; 19 20 checkInputs = [
··· 7 8 buildPythonPackage rec { 9 pname = "hsluv"; 10 + version = "5.0.3"; 11 disabled = pythonOlder "3.6"; 12 13 src = fetchFromGitHub { 14 owner = "hsluv"; 15 repo = "hsluv-python"; 16 rev = "v${version}"; 17 + sha256 = "sha256-p3KD+zhHCOs/rLUVf1IkW/isfpUPQstB2VHGmZ/aEPU="; 18 }; 19 20 checkInputs = [
+3
pkgs/development/python-modules/pot/default.nix
··· 61 --replace " --junit-xml=junit-results.xml" "" 62 substituteInPlace setup.py \ 63 --replace '"oldest-supported-numpy", ' "" 64 ''; 65 66 # To prevent importing of an incomplete package from the build directory
··· 61 --replace " --junit-xml=junit-results.xml" "" 62 substituteInPlace setup.py \ 63 --replace '"oldest-supported-numpy", ' "" 64 + 65 + # we don't need setup.py to find the macos sdk for us 66 + sed -i '/sdk_path/d' setup.py 67 ''; 68 69 # To prevent importing of an incomplete package from the build directory
+6 -4
pkgs/development/python-modules/pykeepass/default.nix
··· 6 7 buildPythonPackage rec { 8 pname = "pykeepass"; 9 - version = "4.0.1"; 10 11 src = fetchFromGitHub { 12 owner = "libkeepass"; 13 repo = "pykeepass"; 14 - rev = version; 15 - sha256 = "sha256-D+loaPBpKdXyiqpdth3ANDjH6IewuKYhj/DzRE2hDn4="; 16 }; 17 18 postPatch = '' ··· 30 ${python.interpreter} -m unittest tests.tests 31 ''; 32 33 meta = with lib; { 34 homepage = "https://github.com/libkeepass/pykeepass"; 35 - changelog = "https://github.com/libkeepass/pykeepass/blob/${version}/CHANGELOG.rst"; 36 description = "Python library to interact with keepass databases (supports KDBX3 and KDBX4)"; 37 license = licenses.gpl3Only; 38 maintainers = with maintainers; [ dotlambda ];
··· 6 7 buildPythonPackage rec { 8 pname = "pykeepass"; 9 + version = "4.0.2"; 10 11 src = fetchFromGitHub { 12 owner = "libkeepass"; 13 repo = "pykeepass"; 14 + rev = "v${version}"; 15 + hash = "sha256-q6cBowEki5iJh04Hp1jwbWdteEu3HXtD3tG/TsYDRNI="; 16 }; 17 18 postPatch = '' ··· 30 ${python.interpreter} -m unittest tests.tests 31 ''; 32 33 + pythonImportsCheck = [ "pykeepass" ]; 34 + 35 meta = with lib; { 36 homepage = "https://github.com/libkeepass/pykeepass"; 37 + changelog = "https://github.com/libkeepass/pykeepass/blob/${src.rev}/CHANGELOG.rst"; 38 description = "Python library to interact with keepass databases (supports KDBX3 and KDBX4)"; 39 license = licenses.gpl3Only; 40 maintainers = with maintainers; [ dotlambda ];
+7
pkgs/development/python-modules/sanic/default.nix
··· 87 # Fails to parse cmdline arguments 88 "test_dev" 89 "test_auto_reload" 90 # OSError: foo 91 "test_bad_headers" 92 "test_create_server_trigger_events" ··· 100 "test_keep_alive_connection_context" 101 # Racy tests 102 "test_keep_alive_client_timeout" 103 ]; 104 105 disabledTestPaths = [
··· 87 # Fails to parse cmdline arguments 88 "test_dev" 89 "test_auto_reload" 90 + "test_host_port_ipv6_loopback" 91 + "test_num_workers" 92 + "test_debug" 93 + "test_access_logs" 94 + "test_noisy_exceptions" 95 # OSError: foo 96 "test_bad_headers" 97 "test_create_server_trigger_events" ··· 105 "test_keep_alive_connection_context" 106 # Racy tests 107 "test_keep_alive_client_timeout" 108 + "test_keep_alive_server_timeout" 109 + "test_zero_downtime" 110 ]; 111 112 disabledTestPaths = [
+2 -2
pkgs/development/python-modules/types-requests/default.nix
··· 6 7 buildPythonPackage rec { 8 pname = "types-requests"; 9 - version = "2.27.27"; 10 format = "setuptools"; 11 12 src = fetchPypi { 13 inherit pname version; 14 - sha256 = "sha256-1hjZgJ+jL1FM8XzqhGCBTaZxxWNm+xyQiszKi/GDESs="; 15 }; 16 17 propagatedBuildInputs = [
··· 6 7 buildPythonPackage rec { 8 pname = "types-requests"; 9 + version = "2.27.29"; 10 format = "setuptools"; 11 12 src = fetchPypi { 13 inherit pname version; 14 + sha256 = "sha256-+0U7OnakjspmOBzqgAT+quoSg16DgZb1x6yHx1xcGe8="; 15 }; 16 17 propagatedBuildInputs = [
+3 -2
pkgs/development/python-modules/uvicorn/default.nix
··· 19 20 buildPythonPackage rec { 21 pname = "uvicorn"; 22 - version = "0.17.5"; 23 disabled = pythonOlder "3.6"; 24 25 src = fetchFromGitHub { 26 owner = "encode"; 27 repo = pname; 28 rev = version; 29 - sha256 = "sha256-66wPVnBLy2HK4p0m/b/DRxy12sk8AsVFZoFVcWRkL4s="; 30 }; 31 32 outputs = [ ··· 68 69 meta = with lib; { 70 homepage = "https://www.uvicorn.org/"; 71 description = "The lightning-fast ASGI server"; 72 license = licenses.bsd3; 73 maintainers = with maintainers; [ wd15 ];
··· 19 20 buildPythonPackage rec { 21 pname = "uvicorn"; 22 + version = "0.17.6"; 23 disabled = pythonOlder "3.6"; 24 25 src = fetchFromGitHub { 26 owner = "encode"; 27 repo = pname; 28 rev = version; 29 + hash = "sha256-iJlAU7zZl9X3FcQlJoJ7KlETZOx6WsE9FcpCK4Cm/Fo="; 30 }; 31 32 outputs = [ ··· 68 69 meta = with lib; { 70 homepage = "https://www.uvicorn.org/"; 71 + changelog = "https://github.com/encode/uvicorn/blob/${src.rev}/CHANGELOG.md"; 72 description = "The lightning-fast ASGI server"; 73 license = licenses.bsd3; 74 maintainers = with maintainers; [ wd15 ];
+2 -2
pkgs/development/tools/misc/go-md2man/default.nix
··· 2 3 buildGoModule rec { 4 pname = "go-md2man"; 5 - version = "2.0.1"; 6 7 vendorSha256 = null; 8 ··· 10 rev = "v${version}"; 11 owner = "cpuguy83"; 12 repo = "go-md2man"; 13 - sha256 = "sha256-DnXWnHWtczNnLaQg9Wnp9U/K4h/FbhqGgba44P6VNBQ="; 14 }; 15 16 meta = with lib; {
··· 2 3 buildGoModule rec { 4 pname = "go-md2man"; 5 + version = "2.0.2"; 6 7 vendorSha256 = null; 8 ··· 10 rev = "v${version}"; 11 owner = "cpuguy83"; 12 repo = "go-md2man"; 13 + sha256 = "sha256-C+MaDtvfPYABSC2qoMfZVHe2xX/WtDjp6v/ayFCIGac="; 14 }; 15 16 meta = with lib; {
+2 -2
pkgs/development/tools/misc/saleae-logic-2/default.nix
··· 1 { lib, fetchurl, makeDesktopItem, appimageTools }: 2 let 3 name = "saleae-logic-2"; 4 - version = "2.3.52"; 5 src = fetchurl { 6 url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage"; 7 - sha256 = "sha256-Z1xDVb1qFPtTi40dZ1CBw6ZqtQbYjuUjeUinBV+wdw8="; 8 }; 9 desktopItem = makeDesktopItem { 10 inherit name;
··· 1 { lib, fetchurl, makeDesktopItem, appimageTools }: 2 let 3 name = "saleae-logic-2"; 4 + version = "2.3.53"; 5 src = fetchurl { 6 url = "https://downloads.saleae.com/logic2/Logic-${version}-master.AppImage"; 7 + sha256 = "sha256-RZrOyL0tb1nH5SX7P6d4TFkxSwDZiJUpu1eZaXqX3ew="; 8 }; 9 desktopItem = makeDesktopItem { 10 inherit name;
+2 -2
pkgs/development/tools/pip-audit/default.nix
··· 25 26 buildPythonApplication rec { 27 pname = "pip-audit"; 28 - version = "2.3.0"; 29 format = "pyproject"; 30 31 src = fetchFromGitHub { 32 owner = "trailofbits"; 33 repo = pname; 34 rev = "v${version}"; 35 - hash = "sha256-OaWyBswqfzbo9pqN3oa92XNbfkMGARog2yH9kIyOzIk="; 36 }; 37 38 nativeBuildInputs = [
··· 25 26 buildPythonApplication rec { 27 pname = "pip-audit"; 28 + version = "2.3.1"; 29 format = "pyproject"; 30 31 src = fetchFromGitHub { 32 owner = "trailofbits"; 33 repo = pname; 34 rev = "v${version}"; 35 + hash = "sha256-W7g2ZV1Xf1s5sGRJiZdQcreBD6zp1/VRQPGs+VIOJE0="; 36 }; 37 38 nativeBuildInputs = [
+30 -30
pkgs/os-specific/linux/kernel/hardened/patches.json
··· 2 "4.14": { 3 "patch": { 4 "extra": "-hardened1", 5 - "name": "linux-hardened-4.14.280-hardened1.patch", 6 - "sha256": "0hkn7rbgvnv9v7pzrg5g6ygmdzlrjl3yama9kp9aw0xw2akghmb4", 7 - "url": "https://github.com/anthraxx/linux-hardened/releases/download/4.14.280-hardened1/linux-hardened-4.14.280-hardened1.patch" 8 }, 9 - "sha256": "01jr0f7mq919s7xxvv8sc1mg6isc1ggij33l2s0n6jvykm23ghrr", 10 - "version": "4.14.280" 11 }, 12 "4.19": { 13 "patch": { 14 "extra": "-hardened1", 15 - "name": "linux-hardened-4.19.244-hardened1.patch", 16 - "sha256": "063q4vd0spk602s4if751341jaansh0764qq7fhy764j31678n0j", 17 - "url": "https://github.com/anthraxx/linux-hardened/releases/download/4.19.244-hardened1/linux-hardened-4.19.244-hardened1.patch" 18 }, 19 - "sha256": "1g9562v6ny196rw2n3kj43nrz65qa7imwnmfasvj6x8fm8bdhz79", 20 - "version": "4.19.244" 21 }, 22 "5.10": { 23 "patch": { 24 "extra": "-hardened1", 25 - "name": "linux-hardened-5.10.117-hardened1.patch", 26 - "sha256": "1l53sjknm8q76r1jljm321cmh6ic36pc9w5rmi68lbds19ndfpx3", 27 - "url": "https://github.com/anthraxx/linux-hardened/releases/download/5.10.117-hardened1/linux-hardened-5.10.117-hardened1.patch" 28 }, 29 - "sha256": "1iyw3nmsga2binmrhfnzsf1pvn2bs21a8jw6vm89k26z5h8zfgkh", 30 - "version": "5.10.117" 31 }, 32 "5.15": { 33 "patch": { 34 "extra": "-hardened1", 35 - "name": "linux-hardened-5.15.41-hardened1.patch", 36 - "sha256": "1y98rvn4qyx8w8bjchfzsd7g9gkhfm20cwaj3p88sgq7q81kyz8s", 37 - "url": "https://github.com/anthraxx/linux-hardened/releases/download/5.15.41-hardened1/linux-hardened-5.15.41-hardened1.patch" 38 }, 39 - "sha256": "07jrsr54rvhry3g401h58r1773zinq49dbrkb9v1p6q27gyb2z1w", 40 - "version": "5.15.41" 41 }, 42 "5.17": { 43 "patch": { 44 "extra": "-hardened1", 45 - "name": "linux-hardened-5.17.9-hardened1.patch", 46 - "sha256": "0n7zz04vnajpsfn662fxx75jinnr0kpqwzyypgwn99v4lmsxvza1", 47 - "url": "https://github.com/anthraxx/linux-hardened/releases/download/5.17.9-hardened1/linux-hardened-5.17.9-hardened1.patch" 48 }, 49 - "sha256": "0y2rmn86z3cvgv71b6sjjyafnlbanlib1kjpjjqzjbgg86y2890p", 50 - "version": "5.17.9" 51 }, 52 "5.4": { 53 "patch": { 54 "extra": "-hardened1", 55 - "name": "linux-hardened-5.4.195-hardened1.patch", 56 - "sha256": "1q7a211jw22nl1yz3k3cv6g4h7csir0wwyypzij54xbg3k7by0p9", 57 - "url": "https://github.com/anthraxx/linux-hardened/releases/download/5.4.195-hardened1/linux-hardened-5.4.195-hardened1.patch" 58 }, 59 - "sha256": "078380qhds2jwfmrchna6p27wpfb74pvnj4xiyc5k38gysfmnbzj", 60 - "version": "5.4.195" 61 } 62 }
··· 2 "4.14": { 3 "patch": { 4 "extra": "-hardened1", 5 + "name": "linux-hardened-4.14.281-hardened1.patch", 6 + "sha256": "1i70qrv9dfpp0szl2m6icrnzpgw1r21nr4b6bbpdf1gmq22y9gf1", 7 + "url": "https://github.com/anthraxx/linux-hardened/releases/download/4.14.281-hardened1/linux-hardened-4.14.281-hardened1.patch" 8 }, 9 + "sha256": "0pivb1m2cwqnlm8bhd4ccnlq9pwp2r5lmn77gp91k6vbjv3gkqis", 10 + "version": "4.14.281" 11 }, 12 "4.19": { 13 "patch": { 14 "extra": "-hardened1", 15 + "name": "linux-hardened-4.19.245-hardened1.patch", 16 + "sha256": "181bsz4zzw1hmk3l0cxrgfxlf1z5gy86bxrnwxh08n3j35biywf2", 17 + "url": "https://github.com/anthraxx/linux-hardened/releases/download/4.19.245-hardened1/linux-hardened-4.19.245-hardened1.patch" 18 }, 19 + "sha256": "1s58qci6xhmss12glzkqk41kp60pqmzh4d84kyz4m4nf4xhdvzcr", 20 + "version": "4.19.245" 21 }, 22 "5.10": { 23 "patch": { 24 "extra": "-hardened1", 25 + "name": "linux-hardened-5.10.118-hardened1.patch", 26 + "sha256": "0kn33lzb92p80rvy3jzkhnv5izr8h082x400s6ihxp1sqdal0fb7", 27 + "url": "https://github.com/anthraxx/linux-hardened/releases/download/5.10.118-hardened1/linux-hardened-5.10.118-hardened1.patch" 28 }, 29 + "sha256": "0jqbzvgbvaldwwarvg27mcv2kfcgmfw72zpy4h4sp5d1hzqj1q65", 30 + "version": "5.10.118" 31 }, 32 "5.15": { 33 "patch": { 34 "extra": "-hardened1", 35 + "name": "linux-hardened-5.15.43-hardened1.patch", 36 + "sha256": "03ilpzhr01567aaadwwk3qdnh9hlm427ihyrr59dwlwsfcqy2fd9", 37 + "url": "https://github.com/anthraxx/linux-hardened/releases/download/5.15.43-hardened1/linux-hardened-5.15.43-hardened1.patch" 38 }, 39 + "sha256": "04hwaykdjdqhcdk1pr6p4kkyw6h3z6ig4qpsra2klxsqklx92jq6", 40 + "version": "5.15.43" 41 }, 42 "5.17": { 43 "patch": { 44 "extra": "-hardened1", 45 + "name": "linux-hardened-5.17.11-hardened1.patch", 46 + "sha256": "01l4k1j23ckkifjxwaq9lcfp7ynpasyn5f7nqsff6xx2wcg0qyxf", 47 + "url": "https://github.com/anthraxx/linux-hardened/releases/download/5.17.11-hardened1/linux-hardened-5.17.11-hardened1.patch" 48 }, 49 + "sha256": "0c8vz02lbfm0zkgsr1gvdp8bzxz255dk863pnakw6d77z9bfc22p", 50 + "version": "5.17.11" 51 }, 52 "5.4": { 53 "patch": { 54 "extra": "-hardened1", 55 + "name": "linux-hardened-5.4.196-hardened1.patch", 56 + "sha256": "11q9sadncbz84yhsai7xdbrgmcbghj0hc1lqc45767v1f3snmpyi", 57 + "url": "https://github.com/anthraxx/linux-hardened/releases/download/5.4.196-hardened1/linux-hardened-5.4.196-hardened1.patch" 58 }, 59 + "sha256": "1x5irgki792f21hm5146xary0260cl9r475kvw8vm9w32vyx18ig", 60 + "version": "5.4.196" 61 } 62 }
+2 -2
pkgs/os-specific/linux/kernel/linux-4.14.nix
··· 3 with lib; 4 5 buildLinux (args // rec { 6 - version = "4.14.280"; 7 8 # modDirVersion needs to be x.y.z, will automatically add .0 if needed 9 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; ··· 13 14 src = fetchurl { 15 url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; 16 - sha256 = "01jr0f7mq919s7xxvv8sc1mg6isc1ggij33l2s0n6jvykm23ghrr"; 17 }; 18 } // (args.argsOverride or {}))
··· 3 with lib; 4 5 buildLinux (args // rec { 6 + version = "4.14.281"; 7 8 # modDirVersion needs to be x.y.z, will automatically add .0 if needed 9 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; ··· 13 14 src = fetchurl { 15 url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; 16 + sha256 = "0pivb1m2cwqnlm8bhd4ccnlq9pwp2r5lmn77gp91k6vbjv3gkqis"; 17 }; 18 } // (args.argsOverride or {}))
+2 -2
pkgs/os-specific/linux/kernel/linux-4.19.nix
··· 3 with lib; 4 5 buildLinux (args // rec { 6 - version = "4.19.244"; 7 8 # modDirVersion needs to be x.y.z, will automatically add .0 if needed 9 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; ··· 13 14 src = fetchurl { 15 url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; 16 - sha256 = "1g9562v6ny196rw2n3kj43nrz65qa7imwnmfasvj6x8fm8bdhz79"; 17 }; 18 } // (args.argsOverride or {}))
··· 3 with lib; 4 5 buildLinux (args // rec { 6 + version = "4.19.245"; 7 8 # modDirVersion needs to be x.y.z, will automatically add .0 if needed 9 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; ··· 13 14 src = fetchurl { 15 url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; 16 + sha256 = "1s58qci6xhmss12glzkqk41kp60pqmzh4d84kyz4m4nf4xhdvzcr"; 17 }; 18 } // (args.argsOverride or {}))
+2 -2
pkgs/os-specific/linux/kernel/linux-4.9.nix
··· 1 { buildPackages, fetchurl, perl, buildLinux, nixosTests, stdenv, ... } @ args: 2 3 buildLinux (args // rec { 4 - version = "4.9.315"; 5 extraMeta.branch = "4.9"; 6 extraMeta.broken = stdenv.isAarch64; 7 8 src = fetchurl { 9 url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; 10 - sha256 = "1171p90s00jxg1clyz8kp81ilmdzygg131mxysr6lpkaisahkjg6"; 11 }; 12 } // (args.argsOverride or {}))
··· 1 { buildPackages, fetchurl, perl, buildLinux, nixosTests, stdenv, ... } @ args: 2 3 buildLinux (args // rec { 4 + version = "4.9.316"; 5 extraMeta.branch = "4.9"; 6 extraMeta.broken = stdenv.isAarch64; 7 8 src = fetchurl { 9 url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; 10 + sha256 = "05yd7djm6dcxv3vaylhmj3p0yml421azv8qabmhv4ric1f99idjp"; 11 }; 12 } // (args.argsOverride or {}))
+2 -2
pkgs/os-specific/linux/kernel/linux-5.10.nix
··· 3 with lib; 4 5 buildLinux (args // rec { 6 - version = "5.10.117"; 7 8 # modDirVersion needs to be x.y.z, will automatically add .0 if needed 9 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; ··· 13 14 src = fetchurl { 15 url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; 16 - sha256 = "1iyw3nmsga2binmrhfnzsf1pvn2bs21a8jw6vm89k26z5h8zfgkh"; 17 }; 18 } // (args.argsOverride or {}))
··· 3 with lib; 4 5 buildLinux (args // rec { 6 + version = "5.10.118"; 7 8 # modDirVersion needs to be x.y.z, will automatically add .0 if needed 9 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; ··· 13 14 src = fetchurl { 15 url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; 16 + sha256 = "0jqbzvgbvaldwwarvg27mcv2kfcgmfw72zpy4h4sp5d1hzqj1q65"; 17 }; 18 } // (args.argsOverride or {}))
+2 -2
pkgs/os-specific/linux/kernel/linux-5.15.nix
··· 3 with lib; 4 5 buildLinux (args // rec { 6 - version = "5.15.41"; 7 8 # modDirVersion needs to be x.y.z, will automatically add .0 if needed 9 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; ··· 15 16 src = fetchurl { 17 url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; 18 - sha256 = "07jrsr54rvhry3g401h58r1773zinq49dbrkb9v1p6q27gyb2z1w"; 19 }; 20 } // (args.argsOverride or { }))
··· 3 with lib; 4 5 buildLinux (args // rec { 6 + version = "5.15.43"; 7 8 # modDirVersion needs to be x.y.z, will automatically add .0 if needed 9 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; ··· 15 16 src = fetchurl { 17 url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; 18 + sha256 = "04hwaykdjdqhcdk1pr6p4kkyw6h3z6ig4qpsra2klxsqklx92jq6"; 19 }; 20 } // (args.argsOverride or { }))
+2 -2
pkgs/os-specific/linux/kernel/linux-5.17.nix
··· 3 with lib; 4 5 buildLinux (args // rec { 6 - version = "5.17.9"; 7 8 # modDirVersion needs to be x.y.z, will automatically add .0 if needed 9 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; ··· 13 14 src = fetchurl { 15 url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; 16 - sha256 = "0y2rmn86z3cvgv71b6sjjyafnlbanlib1kjpjjqzjbgg86y2890p"; 17 }; 18 } // (args.argsOverride or { }))
··· 3 with lib; 4 5 buildLinux (args // rec { 6 + version = "5.17.11"; 7 8 # modDirVersion needs to be x.y.z, will automatically add .0 if needed 9 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; ··· 13 14 src = fetchurl { 15 url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; 16 + sha256 = "0c8vz02lbfm0zkgsr1gvdp8bzxz255dk863pnakw6d77z9bfc22p"; 17 }; 18 } // (args.argsOverride or { }))
+2 -2
pkgs/os-specific/linux/kernel/linux-5.4.nix
··· 3 with lib; 4 5 buildLinux (args // rec { 6 - version = "5.4.195"; 7 8 # modDirVersion needs to be x.y.z, will automatically add .0 if needed 9 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; ··· 13 14 src = fetchurl { 15 url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; 16 - sha256 = "078380qhds2jwfmrchna6p27wpfb74pvnj4xiyc5k38gysfmnbzj"; 17 }; 18 } // (args.argsOverride or {}))
··· 3 with lib; 4 5 buildLinux (args // rec { 6 + version = "5.4.196"; 7 8 # modDirVersion needs to be x.y.z, will automatically add .0 if needed 9 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; ··· 13 14 src = fetchurl { 15 url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; 16 + sha256 = "1x5irgki792f21hm5146xary0260cl9r475kvw8vm9w32vyx18ig"; 17 }; 18 } // (args.argsOverride or {}))
+3 -3
pkgs/servers/dex/default.nix
··· 2 3 buildGoModule rec { 4 pname = "dex"; 5 - version = "2.31.1"; 6 7 src = fetchFromGitHub { 8 owner = "dexidp"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-4BmZpN3k1qDYLdkXm4AX73bX5hBiyLv0nVKYVwD/HCM="; 12 }; 13 14 vendorSha256 = "sha256-l+/qjYokg5zHAFkKxtkdX49HqVW6kfz7OHqs6SRKDYg="; ··· 32 description = "OpenID Connect and OAuth2 identity provider with pluggable connectors"; 33 homepage = "https://github.com/dexidp/dex"; 34 license = licenses.asl20; 35 - maintainers = with maintainers; [ benley ]; 36 platforms = platforms.unix; 37 }; 38 }
··· 2 3 buildGoModule rec { 4 pname = "dex"; 5 + version = "2.31.2"; 6 7 src = fetchFromGitHub { 8 owner = "dexidp"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-x9U+LtcgVYODQoiTkFShdALFfrTIhingrJ43RpHbc78="; 12 }; 13 14 vendorSha256 = "sha256-l+/qjYokg5zHAFkKxtkdX49HqVW6kfz7OHqs6SRKDYg="; ··· 32 description = "OpenID Connect and OAuth2 identity provider with pluggable connectors"; 33 homepage = "https://github.com/dexidp/dex"; 34 license = licenses.asl20; 35 + maintainers = with maintainers; [ benley techknowlogick ]; 36 platforms = platforms.unix; 37 }; 38 }
+2 -2
pkgs/tools/filesystems/gcsfuse/default.nix
··· 2 3 buildGoPackage rec { 4 pname = "gcsfuse"; 5 - version = "0.40.0"; 6 7 src = fetchFromGitHub { 8 owner = "googlecloudplatform"; 9 repo = "gcsfuse"; 10 rev = "v${version}"; 11 - sha256 = "sha256-UCyXDemrC6/8AreicZZwZ95+VgLOXsJ2nzlYvP6/6C8="; 12 }; 13 14 goPackagePath = "github.com/googlecloudplatform/gcsfuse";
··· 2 3 buildGoPackage rec { 4 pname = "gcsfuse"; 5 + version = "0.41.0"; 6 7 src = fetchFromGitHub { 8 owner = "googlecloudplatform"; 9 repo = "gcsfuse"; 10 rev = "v${version}"; 11 + sha256 = "sha256-vVmOEiP4oMvs8EmHAmp/xS1RMqs6ESDm4Ov9hAEeWPg="; 12 }; 13 14 goPackagePath = "github.com/googlecloudplatform/gcsfuse";
+2 -2
pkgs/tools/misc/goaccess/default.nix
··· 10 }: 11 12 stdenv.mkDerivation rec { 13 - version = "1.5.6"; 14 pname = "goaccess"; 15 16 src = fetchFromGitHub { 17 owner = "allinurl"; 18 repo = pname; 19 rev = "v${version}"; 20 - sha256 = "sha256-1yvFyTH5m+KIN/x61cbUNgweK38WFdIUDvnkFYmST9s="; 21 }; 22 23 nativeBuildInputs = [
··· 10 }: 11 12 stdenv.mkDerivation rec { 13 + version = "1.5.7"; 14 pname = "goaccess"; 15 16 src = fetchFromGitHub { 17 owner = "allinurl"; 18 repo = pname; 19 rev = "v${version}"; 20 + sha256 = "sha256-ElDsQliB2+4X/psiavGr/bHQ1tMw7VMJroqCPMkOGOs="; 21 }; 22 23 nativeBuildInputs = [
+3 -3
pkgs/tools/misc/pgmetrics/default.nix
··· 2 3 buildGoModule rec { 4 pname = "pgmetrics"; 5 - version = "1.12.0"; 6 7 src = fetchFromGitHub { 8 owner = "rapidloop"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "1fwc4qc17fqmzx08kiyfx5iwgzr14dxk9i8zjd9bq5gk281v0ybd"; 12 }; 13 14 - vendorSha256 = "18da45axjl8l3qb6f3w5v2c7clz4bjhdz2bck20j729k7693hpsl"; 15 16 doCheck = false; 17
··· 2 3 buildGoModule rec { 4 pname = "pgmetrics"; 5 + version = "1.13.0"; 6 7 src = fetchFromGitHub { 8 owner = "rapidloop"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-VDobaU+zY1ubVBrb/pdKKfSWCYTRDz1ssqZ0Fsv0KBc="; 12 }; 13 14 + vendorSha256 = "sha256-aE/TZ0QlGYvuMVZDntXmYkUKos5NTI/ncRPp9A4CScY="; 15 16 doCheck = false; 17
+3 -3
pkgs/tools/misc/topgrade/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "topgrade"; 12 - version = "8.3.1"; 13 14 src = fetchFromGitHub { 15 owner = "r-darwish"; 16 repo = pname; 17 rev = "v${version}"; 18 - sha256 = "sha256-EsC17VUQDgrhCU26fsqf2zXOTKa/WeKHiWG0Zn1Qao4="; 19 }; 20 21 - cargoSha256 = "sha256-e5QJw5yY+ZkijqoqRauA5ncvLWiRlalYZCwSG5U7uDk="; 22 23 buildInputs = lib.optionals stdenv.isDarwin [ Cocoa Foundation ]; 24
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "topgrade"; 12 + version = "9.0.0"; 13 14 src = fetchFromGitHub { 15 owner = "r-darwish"; 16 repo = pname; 17 rev = "v${version}"; 18 + sha256 = "sha256-D3yd5Xc+7VNBrRkkKW7BGxEXcZHmmESy2YOEKBf/k9M="; 19 }; 20 21 + cargoSha256 = "sha256-g3Efw8HQ/fvrACyM0sW0bNAVQDdGPLnARe8Uug3szj0="; 22 23 buildInputs = lib.optionals stdenv.isDarwin [ Cocoa Foundation ]; 24
+2 -2
pkgs/tools/security/gitleaks/default.nix
··· 5 6 buildGoModule rec { 7 pname = "gitleaks"; 8 - version = "8.8.4"; 9 10 src = fetchFromGitHub { 11 owner = "zricethezav"; 12 repo = pname; 13 rev = "v${version}"; 14 - sha256 = "sha256-EW5skmSnnQiMCMqyh51t1q4F5JVYWLSuj1qTqfWp/ok="; 15 }; 16 17 vendorSha256 = "sha256-X8z9iKRR3PptNHwy1clZG8QsClsjbW45nZb2fHGfSYk=";
··· 5 6 buildGoModule rec { 7 pname = "gitleaks"; 8 + version = "8.8.5"; 9 10 src = fetchFromGitHub { 11 owner = "zricethezav"; 12 repo = pname; 13 rev = "v${version}"; 14 + sha256 = "sha256-+vuT60RtynjWNjBPpUzeKstqKrEg7pmZbl6qpGs3H/s="; 15 }; 16 17 vendorSha256 = "sha256-X8z9iKRR3PptNHwy1clZG8QsClsjbW45nZb2fHGfSYk=";
+2 -2
pkgs/tools/security/kubescape/default.nix
··· 45 --replace "TestScanRepository" "SkipScanRepository" \ 46 --replace "TestGit" "SkipGit" 47 48 - # without networking the branch context can't be fetched and is empty 49 substituteInPlace core/cautils/scaninfo_test.go \ 50 - --replace 'assert.Equal(t, "master", ctx.RepoContextMetadata.Branch)' 'assert.Equal(t, "", ctx.RepoContextMetadata.Branch)' 51 ''; 52 53 postInstall = ''
··· 45 --replace "TestScanRepository" "SkipScanRepository" \ 46 --replace "TestGit" "SkipGit" 47 48 + # remove test that requires networking 49 substituteInPlace core/cautils/scaninfo_test.go \ 50 + --replace "TestSetContextMetadata" "SkipSetContextMetadata" 51 ''; 52 53 postInstall = ''
+2 -2
pkgs/tools/security/lynis/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "lynis"; 5 - version = "3.0.7"; 6 7 src = fetchFromGitHub { 8 owner = "CISOfy"; 9 repo = pname; 10 rev = version; 11 - sha256 = "sha256-tO9/egY4eNwQpCZU0zx8G3k4UYsf7S3tUdr6pCMTAWU="; 12 }; 13 14 nativeBuildInputs = [ installShellFiles makeWrapper ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "lynis"; 5 + version = "3.0.8"; 6 7 src = fetchFromGitHub { 8 owner = "CISOfy"; 9 repo = pname; 10 rev = version; 11 + sha256 = "sha256-fPQX/Iz+dc3nF3xMPt0bek4JC2XSHe4aC4O0tZwLf6Y="; 12 }; 13 14 nativeBuildInputs = [ installShellFiles makeWrapper ];
+1
pkgs/top-level/aliases.nix
··· 1207 scallion = throw "scallion has been removed, because it is currently unmaintained upstream"; # added 2021-12-15 1208 scim = throw "'scim' has been renamed to/replaced by 'sc-im'"; # Converted to throw 2022-02-22 1209 scollector = throw "'scollector' has been renamed to/replaced by 'bosun'"; # Converted to throw 2022-02-22 1210 scyther = throw "scyther has been removed since it currently only supports Python 2, see https://github.com/cascremers/scyther/issues/20"; # Added 2021-10-07 1211 sdlmame = mame; # Added 2019-10-30 1212 seeks = throw "seeks has been removed from nixpkgs, as it was unmaintained"; # Added 2020-06-21
··· 1207 scallion = throw "scallion has been removed, because it is currently unmaintained upstream"; # added 2021-12-15 1208 scim = throw "'scim' has been renamed to/replaced by 'sc-im'"; # Converted to throw 2022-02-22 1209 scollector = throw "'scollector' has been renamed to/replaced by 'bosun'"; # Converted to throw 2022-02-22 1210 + scribusUnstable = throw "'scribusUnstable' has been renamed to 'scribus'"; # Added 2022-05-13 1211 scyther = throw "scyther has been removed since it currently only supports Python 2, see https://github.com/cascremers/scyther/issues/20"; # Added 2021-10-07 1212 sdlmame = mame; # Added 2019-10-30 1213 seeks = throw "seeks has been removed from nixpkgs, as it was unmaintained"; # Added 2020-06-21
+6 -3
pkgs/top-level/all-packages.nix
··· 9315 9316 pgcenter = callPackage ../tools/misc/pgcenter { }; 9317 9318 - pgmetrics = callPackage ../tools/misc/pgmetrics { }; 9319 9320 pgsync = callPackage ../development/tools/database/pgsync { }; 9321 ··· 29433 29434 scli = callPackage ../applications/misc/scli { }; 29435 29436 - scribus = callPackage ../applications/office/scribus { 29437 inherit (gnome2) libart_lgpl; 29438 }; 29439 29440 - scribusUnstable = libsForQt5.callPackage ../applications/office/scribus/unstable.nix { }; 29441 29442 seafile-client = libsForQt5.callPackage ../applications/networking/seafile-client { }; 29443
··· 9315 9316 pgcenter = callPackage ../tools/misc/pgcenter { }; 9317 9318 + pgmetrics = callPackage ../tools/misc/pgmetrics { 9319 + buildGoModule = buildGo118Module; 9320 + }; 9321 9322 pgsync = callPackage ../development/tools/database/pgsync { }; 9323 ··· 29435 29436 scli = callPackage ../applications/misc/scli { }; 29437 29438 + scribus_1_4 = callPackage ../applications/office/scribus/1_4.nix { 29439 inherit (gnome2) libart_lgpl; 29440 }; 29441 29442 + scribus_1_5 = libsForQt5.callPackage ../applications/office/scribus/default.nix { }; 29443 + scribus = scribus_1_5; 29444 29445 seafile-client = libsForQt5.callPackage ../applications/networking/seafile-client { }; 29446
+2
pkgs/top-level/python-packages.nix
··· 2548 2549 drf-nested-routers = callPackage ../development/python-modules/drf-nested-routers { }; 2550 2551 drf-spectacular-sidecar = callPackage ../development/python-modules/drf-spectacular-sidecar { }; 2552 2553 drf-yasg = callPackage ../development/python-modules/drf-yasg { };
··· 2548 2549 drf-nested-routers = callPackage ../development/python-modules/drf-nested-routers { }; 2550 2551 + drf-spectacular = callPackage ../development/python-modules/drf-spectacular { }; 2552 + 2553 drf-spectacular-sidecar = callPackage ../development/python-modules/drf-spectacular-sidecar { }; 2554 2555 drf-yasg = callPackage ../development/python-modules/drf-yasg { };