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 and Bobby Rong
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 and Bobby Rong
91f1be8c2f
go-mockery: 2.15.0 -> 2.16.0
2022-12-31 12:31:44 +08:00
Bobby Rong and GitHub
ada29d3914
Merge pull request #207991 from SubhrajyotiSen/update-maestro
...
maestro: 1.17.2 -> 1.18.2
2022-12-31 12:25:42 +08:00
Bobby Rong and GitHub
56d9a8fc0f
Merge pull request #208108 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
R. Ryantm
c30e3bc5d0
nfdump: 1.7.0.1 -> 1.7.1
2022-12-31 03:58:34 +00:00
github-actions[bot] and zowoq
9ff694ce89
terraform-providers.huaweicloud: 1.43.0 → 1.44.0
2022-12-31 13:35:38 +10:00
github-actions[bot] and zowoq
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 and GitHub
804e7ddc2c
Merge pull request #208445 from r-ryantm/auto-update/ddosify
...
ddosify: 0.10.0 -> 0.11.0
2022-12-30 22:13:14 -05:00
R. Ryantm and Bobby Rong
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 and Bobby Rong
ac825c5763
prometheus-nut-exporter: 2.5.0 -> 2.5.1
2022-12-31 10:16:57 +08:00
Anderson Torres and GitHub
7fc9af068d
Merge pull request #208439 from atorres1985-contrib/small-fixups
...
mdds: 2.0.2 -> 2.0.3
2022-12-30 23:01:06 -03:00
Anderson Torres and GitHub
c2dfc71b85
Merge pull request #208435 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 and GitHub
1f8dd05e72
blender: add libwebp to buildInputs ( #208201 )
...
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 Scott
df3673d17b
opencolorio_1: fix output references
...
cmake files belong in the dev output, and need to have their
references to binaries appropriately changed to the equivalent
paths in the bin output
2022-12-31 00:34:02 +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 and GitHub
a103b56388
Merge pull request #207683 from romildo/upd.xfce4-systemload-plugin
2022-12-31 01:27:32 +01:00
Sandro and GitHub
68cee2fc2c
Merge pull request #207678 from romildo/upd.xfce4-screenshooter
2022-12-31 01:27:06 +01:00
github-actions[bot] and GitHub
52320d9779
Merge master into haskell-updates
2022-12-31 00:12:19 +00: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 and GitHub
83d7502387
Merge pull request #207273 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 and GitHub
3471b72516
Merge pull request #208400 from r-ryantm/auto-update/oxker
...
oxker: 0.1.9 -> 0.1.10
2022-12-30 18:22:30 -05:00
Benedikt Broich
c558d50b45
blueprint-compiler: refactor
...
Some improvements discussed [here](https://github.com/NixOS/nixpkgs/pull/208157 ) after the first merge.
2022-12-31 00:20:06 +01:00
R. Ryantm
c3598987e0
osinfo-db: 20220830 -> 20221130
2022-12-30 23:16:59 +00:00
Ryan Burns
c2c3bc9085
wibo: 0.2.4 -> 0.3.0
...
Also fix MWCIncludes for unfree checkPhase
2022-12-30 15:05:35 -08:00
maralorn
fcfc917179
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-12-30 23:54:49 +01:00
maralorn
b45571856b
all-cabal-hashes: 2022-12-28T16:35:05Z -> 2022-12-30T22:03:31Z
...
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-12-30 23:52:08 +01:00
maralorn
aa55adff67
haskellPackages: stackage LTS 20.4 -> LTS 20.5
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-12-30 23:51:51 +01:00
maralorn and GitHub
393bdd70e2
Merge pull request #208126 from NixOS/haskell-updates
...
haskellPackages: update stackage and hackage
2022-12-30 23:51:37 +01:00