3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

439284 commits

Author SHA1 Message Date
Nick Cao eb96c7ab43
sequoia-chameleon-gnupg: init at 0.1.1 2022-12-31 15:37:42 +08:00
R. Ryantm 3dd2e3f65b cargo-temp: 0.2.13 -> 0.2.14 2022-12-31 07:03:13 +00:00
Ashish SHUKLA d2a9d97206
ugrep: 3.9.2 -> 3.9.3 2022-12-31 11:43:15 +05:30
R. Ryantm 9269a0e153 awscli2: 2.9.10 -> 2.9.11 2022-12-31 12:47:20 +08:00
figsoda cdc9673669 star-history: 1.0.6 -> 1.0.7 2022-12-30 23:40:17 -05:00
figsoda e2d79ecb30 cargo-tally: 1.0.20 -> 1.0.21 2022-12-30 23:38:55 -05:00
R. Ryantm 91f1be8c2f go-mockery: 2.15.0 -> 2.16.0 2022-12-31 12:31:44 +08:00
Bobby Rong ada29d3914
Merge pull request from SubhrajyotiSen/update-maestro
maestro: 1.17.2 -> 1.18.2
2022-12-31 12:25:42 +08:00
Bobby Rong 56d9a8fc0f
Merge pull request from kilianar/vscode-extensions.james-yu.latex-workshop-9.2.1
vscode-extensions.james-yu.latex-workshop: 9.2.0 -> 9.2.1
2022-12-31 12:20:51 +08:00
github-actions[bot] 9ff694ce89 terraform-providers.huaweicloud: 1.43.0 → 1.44.0 2022-12-31 13:35:38 +10:00
github-actions[bot] e14c703064 terraform-providers.baiducloud: 1.19.0 → 1.19.1 2022-12-31 13:35:38 +10:00
R. Ryantm 75fe98c449 python310Packages.pulumi-aws: 5.24.0 -> 5.25.0 2022-12-31 03:18:32 +00:00
figsoda 804e7ddc2c
Merge pull request from r-ryantm/auto-update/ddosify
ddosify: 0.10.0 -> 0.11.0
2022-12-30 22:13:14 -05:00
R. Ryantm 440899686d rust-analyzer-unwrapped: 2022-12-19 -> 2022-12-26 2022-12-31 10:45:55 +08:00
R. Ryantm 74403e3d44 ddosify: 0.10.0 -> 0.11.0 2022-12-31 02:27:14 +00:00
R. Ryantm ac825c5763 prometheus-nut-exporter: 2.5.0 -> 2.5.1 2022-12-31 10:16:57 +08:00
Anderson Torres 7fc9af068d
Merge pull request from atorres1985-contrib/small-fixups
mdds: 2.0.2 -> 2.0.3
2022-12-30 23:01:06 -03:00
Anderson Torres c2dfc71b85
Merge pull request from r-ryantm/auto-update/dprint
dprint: 0.33.0 -> 0.34.1
2022-12-30 22:42:47 -03:00
R. Ryantm c2ad0e4b85 ipscan: 3.8.2 -> 3.9.0 2022-12-31 01:38:57 +00:00
Sandro Jäckel f8f42c1f05
ArchiSteamFarm: 5.3.2.4 -> 5.4.0.3, fix update script (again), little cleanups 2022-12-31 02:27:51 +01:00
AndersonTorres 847f20072d mdds: 2.0.2 -> 2.0.3
Also, adopting it
2022-12-30 22:25:56 -03:00
Robert Hensing cb98e26aaf lib: Add isStringLike 2022-12-31 01:47:28 +01:00
yvt 1f8dd05e72
blender: add libwebp to buildInputs ()
Enables the WebP image format support in Blender. It has been [supported](https://developer.blender.org/rB4fd0a69d7ba) since Blender 3.2 but was disabled due to libwebp missing from the build inputs.

    $ nix build nixpkgs#blender
    $ nix log (realpath result)
    ...
    -- Could NOT find WebP (missing: _webp_LIBRARIES WEBP_INCLUDE_DIR)
    CMake Warning at build_files/cmake/platform/platform_unix.cmake:407 (message):
      WebP not found, disabling WITH_IMAGE_WEBP
    Call Stack (most recent call first):
      CMakeLists.txt:1058 (include)
2022-12-30 19:38:54 -05:00
R. Ryantm 983ae504c9 dprint: 0.33.0 -> 0.34.1 2022-12-31 00:34:10 +00:00
Robert Hensing d103811173 lib.isStringLike: Remove use of list
In the current implementation of Nix, this list would be allocated
over and over. Iirc pennae tried to optimize static list allocation,
but gained no significant performance improvement.
2022-12-31 01:33:47 +01:00
Robert Hensing d0d0f7d0aa lib: Add isPath
Available since Nix 2.3, which is the Nixpkgs minimum version.
Thanks zimbatm!
2022-12-31 01:33:47 +01:00
Robert Hensing 23c25d5231 lib.strings.isConvertibleWithToString: Refactor to reuse isStringLike 2022-12-31 01:33:47 +01:00
Robert Hensing 834f0d660a lib.strings: isMoreCoercibleString -> isConvertibleWithToString
Yes, this function name is inconveniently long, but it is important
for the name to explicitly reference the function and not be mistaken
for the implicit string conversions, which only happen for a smaller
set of values.
2022-12-31 01:33:47 +01:00
Robert Hensing 872a24ebbc lib.strings: isSimpleCoercibleString -> isStringLike 2022-12-31 01:33:46 +01:00
Sandro a103b56388
Merge pull request from romildo/upd.xfce4-systemload-plugin 2022-12-31 01:27:32 +01:00
Sandro 68cee2fc2c
Merge pull request from romildo/upd.xfce4-screenshooter 2022-12-31 01:27:06 +01:00
Robert Hensing 5b8de3d9d8 nixos/self-deploy: Cleanup after types.path is not allowed to be a list anymore 2022-12-31 01:03:25 +01:00
Robert Hensing 29efb2c438 lib.types.path: Do not allow lists of strings 2022-12-31 01:03:24 +01:00
Robert Hensing fed5dc66f8 treewide: isCoercibleToString -> isMoreCoercibleToString
No change in behavior.
2022-12-31 01:03:24 +01:00
Robert Hensing 68b6443ed6 lib.strings: Rename isCoercibleToString -> isMoreCoercibleToString 2022-12-31 01:03:24 +01:00
Robert Hensing 3a4c9bdbe6 lib.types.anything: Use isSimpleCoercibleToString
Expecting no change in behavior.
2022-12-31 01:03:24 +01:00
Robert Hensing 03063f65a5 lib.strings.toShellVar: Use isSimpleCoercibleString
Expecting no change in behavior.
2022-12-31 01:03:24 +01:00
Robert Hensing 2b4a8db032 lib.strings.isStorePath: Use isSimpleCoercibleToString
Expecting no change in behavior.
2022-12-31 01:03:24 +01:00
Robert Hensing 67cfc7a8f6 lib.strings: Add isSimpleCoercibleToString 2022-12-31 01:03:23 +01:00
Robert Scott 83d7502387
Merge pull request from LeSuisse/rails-html-sanitiser-1.4.4
rubyPackages.rails-html-sanitizer: 1.4.3 -> 1.4.4
2022-12-30 23:34:15 +00:00
figsoda 3471b72516
Merge pull request from r-ryantm/auto-update/oxker
oxker: 0.1.9 -> 0.1.10
2022-12-30 18:22:30 -05:00
maralorn 393bdd70e2
Merge pull request from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2022-12-30 23:51:37 +01:00
Robert Scott dbcdb31d05
Merge pull request from LeSuisse/pactester-1.4.0
pacparser: 1.3.7 -> 1.4.0
2022-12-30 22:51:20 +00:00
maralorn 5bbfefc294 haskellPackages.hls-call-hierarchy-plugin: Add assert to reenable on upstream fix 2022-12-30 23:50:02 +01:00
Dmitry Kalinkin 4527d89f4e
texlive: 2021-final -> 2022.20221227 () 2022-12-30 17:47:58 -05:00
R. Ryantm cb2f60a2d1 python310Packages.jc: 1.22.3 -> 1.22.4 2022-12-30 22:40:21 +00:00
Nick Cao f12a7d932d binutils: gold is not available for riscv target 2022-12-30 23:38:13 +01:00
maralorn 7bc38b9128 haskell.packages.ghc810.haskell-language-server: Fix eval 2022-12-30 23:29:47 +01:00
figsoda a017cc7980 pods: 1.0.0-rc.3 -> 1.0.1
Diff: https://github.com/marhkb/pods/compare/v1.0.0-rc.3...v1.0.1
2022-12-30 17:07:16 -05:00
Fabian Affolter 43abebb728
python310Packages.django_hijack: add changelog to meta 2022-12-30 23:06:42 +01:00