3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

362623 commits

Author SHA1 Message Date
Mario Rodas bfa12acab8
Merge pull request #164348 from r-ryantm/auto-update/jackett
jackett: 0.20.671 -> 0.20.709
2022-03-20 09:00:08 -05:00
Mario Rodas 158e6a3552
Merge pull request #164521 from r-ryantm/auto-update/yarn
yarn: 1.22.17 -> 1.22.18
2022-03-20 08:58:55 -05:00
Mario Rodas 2fb7f36f0e
Merge pull request #164745 from r-ryantm/auto-update/exoscale-cli
exoscale-cli: 1.51.2 -> 1.52.0
2022-03-20 08:56:43 -05:00
Mario Rodas ba02f2cd17
Merge pull request #164967 from r-ryantm/auto-update/flow
flow: 0.174.0 -> 0.174.1
2022-03-20 08:55:22 -05:00
Mario Rodas 3b180e0f8a
Merge pull request #164952 from r-ryantm/auto-update/cloud-nuke
cloud-nuke: 0.11.1 -> 0.11.3
2022-03-20 08:54:58 -05:00
Mario Rodas 9fa40b9894
Merge pull request #164935 from r-ryantm/auto-update/vale
vale: 2.15.2 -> 2.15.3
2022-03-20 08:54:47 -05:00
R. Ryantm a9f420634d sabnzbd: 3.5.2 -> 3.5.3 2022-03-20 14:44:13 +01:00
Tom Dohrmann 6ab2bfcfc3 python3Packages.ropper: use buildPythonPackage
Ropper is not only an application, but also a library.
2022-03-20 14:43:35 +01:00
Bobby Rong 15824c0379
Merge pull request #164922 from r-ryantm/auto-update/swaykbdd
swaykbdd: 1.0 -> 1.1
2022-03-20 21:23:57 +08:00
maxine [they] 523b9f0a90
Merge pull request #164964 from schuelermine/update-yaru-theme-22.04.2
yaru-theme: 22.04.1 -> 22.04.2
2022-03-20 14:20:27 +01:00
Steven Kou 41a25e0088
vivaldi-ffmepg-codecs: 97.0.4692.56 -> 97.0.4692.71 2022-03-20 21:18:40 +08:00
Steven Kou fd654d3c3e
vivaldi: 5.1.2567.49-1 -> 5.1.2567.66-1 2022-03-20 21:18:25 +08:00
R. Ryantm 4a8eecb628 flow: 0.174.0 -> 0.174.1 2022-03-20 12:28:42 +00:00
R. Ryantm 7c40872bb3 python310Packages.invoke: 1.6.0 -> 1.7.0 2022-03-20 12:18:19 +00:00
Yaya 016a19d13c
gitlab: 14.8.2 -> 14.8.4 (#164564) 2022-03-20 13:08:09 +01:00
Janne Heß 2473cce829
nixos/switchTest: Also test boot/switch actions 2022-03-20 13:04:24 +01:00
Janne Heß 85874efcb0
nixos/switch-to-configuration: Make perlcritic happy 2022-03-20 13:04:23 +01:00
Janne Heß 9c494b5773
nixos/switch-to-configuration: Snake-case all variables
Also add a lot of comments and reorder some assignments
2022-03-20 13:03:39 +01:00
Janne Heß 67f84b4b87
nixos/switch-to-configuration: Snake-case all subroutines and add comments 2022-03-20 13:03:19 +01:00
Ruud van Asseldonk ed81545df5 squashfsTools: 4.5 -> 4.5.1
The patch that was previously fetched from GitHub is now part of the
4.5.1 release, and is no longer needed. Furthermore, 4.5.1 introduces
some new scripts to build manpages, and some new build inputs are
required to make that work.

This also rebases the Darwin patch. I don't have a Mac so I can't test
this personally. There was one conflict:

diff --cc squashfs-tools/read_xattrs.c
index 2067f80,b28c3a0..0000000
--- a/squashfs-tools/read_xattrs.c
+++ b/squashfs-tools/read_xattrs.c
@@@ -36,9 -38,7 +38,7 @@@
  #include "xattr.h"
  #include "error.h"

- #include <stdlib.h>
-
 -extern int read_fs_bytes(int, long long, int, void *);
 +extern int read_fs_bytes(int, long long, long long, void *);
  extern int read_block(int, long long, long long *, int, void *);

  static struct hash_entry {

Resolved by updating the signature from int to long long.
2022-03-20 13:02:57 +01:00
Janne Heß 23ea9965bb
nixos/switch-to-configuration: Enforce consistent quoting 2022-03-20 13:01:11 +01:00
Janne Heß bdcd558812
nixos/switch-to-configuration: Get rid of all postfixes and unlesses 2022-03-20 13:01:11 +01:00
Janne Heß 5c00fe6b1b
nixos/switchTest: Also test the os-release parser 2022-03-20 13:01:11 +01:00
maralorn 73a4c4972b
Merge pull request #164956 from sternenseemann/haskell-package-list-force-pvp
haskell.package-list: only include versions that conform to PVP
2022-03-20 12:52:14 +01:00
Anselm Schüler 9da5c78ae4 yaru-theme: 22.04.1 -> 22.04.2 2022-03-20 12:47:43 +01:00
sternenseemann 4e4a88d03a haskell.package-list: only include versions that conform to PVP
Since this list is intended for Hackage, we need to make sure that only
packages with versions conforming to the PVP versioning scheme are
actually included in the CSV or Hackage will reject it.
2022-03-20 11:43:37 +01:00
Armeen Mahdian 292daa1285 smem: switch to python3
smem 1.5 has support for python3
2022-03-20 11:42:35 +01:00
maxine [they] 9a30f084a0
Merge pull request #163475 from jaen/add-docker-buildkit-zfs-patch
docker: add a patch to fix Docker buildkit when using ZFS graph driver.
2022-03-20 11:41:55 +01:00
Fabian Affolter bf66878a33
Merge pull request #164951 from r-ryantm/auto-update/python3.10-broadlink
python310Packages.broadlink: 0.18.0 -> 0.18.1
2022-03-20 11:40:17 +01:00
R. Ryantm df57bab623 jumpapp: 1.1 -> 1.2 2022-03-20 11:36:06 +01:00
Bobby Rong 6988f282e8
Merge pull request #161248 from SCOTT-HAMILTON/argon2_cffi
argon2_cffi: add missing non-native bindings dep
2022-03-20 18:25:27 +08:00
Fabian Affolter 34c841ab46 python3Packages.myfitnesspal: add toPythonApplication 2022-03-20 10:53:40 +01:00
Fabian Affolter ddb2d450a5
Merge pull request #164941 from r-ryantm/auto-update/python3.10-myfitnesspal
python310Packages.myfitnesspal: 1.16.6 -> 1.17.0
2022-03-20 10:49:54 +01:00
Fabian Affolter 216d21499a
python3Packages.broadlink: disable on older Python releases 2022-03-20 10:45:17 +01:00
R. Ryantm 6977469966 cloud-nuke: 0.11.1 -> 0.11.3 2022-03-20 09:41:19 +00:00
R. Ryantm 512404e0e4 python310Packages.broadlink: 0.18.0 -> 0.18.1 2022-03-20 09:26:03 +00:00
Fabian Affolter b70db0a774
Merge pull request #164799 from r-ryantm/auto-update/mysocketw
mysocketw: 3.10.27 -> 3.11.0
2022-03-20 10:23:24 +01:00
R. Ryantm 9b2abc03b2 cawbird: 1.4.2 -> 1.5 2022-03-20 09:13:35 +00:00
Fabian Affolter d20578ef3b
Merge pull request #164923 from r-ryantm/auto-update/python3.10-types-requests
python310Packages.types-requests: 2.27.13 -> 2.27.14
2022-03-20 10:01:43 +01:00
Fabian Affolter 108601b3ef
python3Packages.myfitnesspal: disable on older Python releases 2022-03-20 10:00:45 +01:00
Sergei Trofimovich c4c64b6a32 meld: pull upstream fix for meson-0.60
Without the change build fails as:

    > data/meson.build:34:0: ERROR: Function does not take positional arguments.
2022-03-20 08:58:13 +00:00
Fabian Affolter 4d1a29944a python3Packages.qiling: 1.4.1 -> 1.4.2 2022-03-20 09:53:08 +01:00
pennae 5b1fde773a
Merge pull request #163860 from delroth/synapse-rl-fix
matrix-synapse: fix release notes and doc for #158605 changes
2022-03-20 08:49:46 +00:00
R. Ryantm e3658e6c23 broadlink-cli: 0.18.0 -> 0.18.1 2022-03-20 16:10:02 +08:00
Doron Behar 6f227f03cb qalculate-gtk: 4.0.0 -> 4.1.0 2022-03-20 16:04:47 +08:00
R. Ryantm 8727738771 libqalculate: 4.0.0 -> 4.1.0 2022-03-20 16:04:47 +08:00
Peter Hoeg 4345ab5c70 cask: templates were dropped from latest version 2022-03-20 15:50:41 +08:00
R. Ryantm fdc1b46e1e python310Packages.myfitnesspal: 1.16.6 -> 1.17.0 2022-03-20 06:05:22 +00:00
Bobby Rong b3549ba290
Merge pull request #164837 from bobby285271/pantheon-eco
various: remove elementary-icon-theme from buildInputs & vala 0.56 fixes
2022-03-20 13:34:08 +08:00
R. Ryantm ed86dba63a werf: 1.2.76 -> 1.2.77 2022-03-20 05:27:42 +00:00