Commit Graph
955347 Commits
Author SHA1 Message Date
R. Ryantm 3d4fa4ab3c tokstat: 0.6.0 -> 0.7.0 2026-02-27 09:53:49 +00:00
Austin HorstmanandGitHub bde6ce623f vimPlugins.sniprun: 1.3.21 -> 1.3.22 (#494515) 2026-02-27 06:03:30 +00:00
dishandGitHub ee23428449 zint-qt: move icon to spec-compliant location (#494544) 2026-02-27 05:37:49 +00:00
dishandGitHub 7f03a0a947 zenmap: move icon to spec-compliant location (#494546) 2026-02-27 05:37:42 +00:00
AleksanaandGitHub 8576f11691 quickshell: fix unneccessary reloads (#483139) 2026-02-27 04:55:18 +00:00
AleksanaandGitHub 54f14be704 lycheeslicer: fix desktop file Exec path (#492563) 2026-02-27 04:53:32 +00:00
AleksanaandGitHub a9b58eb2d1 gnu-smalltalk: fix uncompilable error (#492434) 2026-02-27 04:52:26 +00:00
AleksanaandGitHub 5c9774c30e linuxPackages.hpuefi-mod: fix build (#493240) 2026-02-27 04:51:57 +00:00
AleksanaandGitHub 1717d538fd linuxPackages.liquidtux: fix build (#493245) 2026-02-27 04:51:48 +00:00
AleksanaandGitHub c8a058344a mingw-w64-headers: fix update script (#493364) 2026-02-27 04:51:27 +00:00
Wael NasreddineandGitHub 677dbb1f94 errcheck: 1.9.0 -> 1.10.0 (#494541) 2026-02-27 04:51:23 +00:00
AleksanaandGitHub ccb9f1f65b bitlbee-mastodon: fix gcc-15 build (#484860) 2026-02-27 04:51:04 +00:00
AleksanaandGitHub 189362d852 pioasm: fix gcc-15 build (#484529) 2026-02-27 04:50:40 +00:00
AleksanaandGitHub 87c9d67736 tzdata: fix cygwin build (#493541) 2026-02-27 04:49:49 +00:00
AleksanaandGitHub 11386b1012 papis: fix build failure with optional deps (#493987) 2026-02-27 04:49:28 +00:00
AleksanaandGitHub 8a5001b871 synergy: fix missing include to <cstdint> (#487730) 2026-02-27 04:48:40 +00:00
AleksanaandGitHub 42b375db22 tlaplus-toolbox: fix crash when opening file dialog (#494491) 2026-02-27 04:48:11 +00:00
AleksanaandGitHub f790ee593d deutex: fix PNG support (#494571) 2026-02-27 04:43:53 +00:00
AleksanaandGitHub d33bb0dd48 brave: fix VA-API feature flags renamed in Chromium 131+ (#494386) 2026-02-27 04:43:35 +00:00
dotlambdaandGitHub f3dee7cbad python3Packages.urllib3-future: 2.15.903 -> 2.16.900 (#494555) 2026-02-27 04:24:50 +00:00
zowoqandGitHub 7689929bab terraform-providers.yandex-cloud_yandex: 0.187.0 -> 0.189.0 (#494569) 2026-02-27 04:02:54 +00:00
Yiyu Zhou 6b49ec3c64 deutex: fix PNG support
```
$ ldd ./result/bin/deutex
	linux-vdso.so.1 (0x00007f9d03038000)
	libc.so.6 => /nix/store/l0l2ll1lmylczj1ihqn351af2kyp5x19-glibc-2.42-51/lib/libc.so.6 (0x00007f9d02c00000)
	/nix/store/l0l2ll1lmylczj1ihqn351af2kyp5x19-glibc-2.42-51/lib/ld-linux-x86-64.so.2 => /nix/store/wb6rhpznjfczwlwx23zmdrrw74bayxw4-glibc-2.42-47/lib64/ld-linux-x86-64.so.2 (0x00007f9d0303a000)
```

`deutex` was built without PNG support due to a typo.

Now it has proper PNG support:

```
$ ldd ./result/bin/deutex
	linux-vdso.so.1 (0x00007fe7638f9000)
	libpng16.so.16 => /nix/store/bm62iznvisqil197w8g9kmivra2fv7iv-libpng-apng-1.6.55/lib/libpng16.so.16 (0x00007fe763885000)
	libc.so.6 => /nix/store/l0l2ll1lmylczj1ihqn351af2kyp5x19-glibc-2.42-51/lib/libc.so.6 (0x00007fe763600000)
	libz.so.1 => /nix/store/vl8jkqpr0l3fac3cxiy4nwc5paiww1lv-zlib-1.3.1/lib/libz.so.1 (0x00007fe763867000)
	libm.so.6 => /nix/store/l0l2ll1lmylczj1ihqn351af2kyp5x19-glibc-2.42-51/lib/libm.so.6 (0x00007fe763508000)
	/nix/store/l0l2ll1lmylczj1ihqn351af2kyp5x19-glibc-2.42-51/lib/ld-linux-x86-64.so.2 => /nix/store/wb6rhpznjfczwlwx23zmdrrw74bayxw4-glibc-2.42-47/lib64/ld-linux-x86-64.so.2 (0x00007fe7638fb000)
```
2026-02-26 19:54:25 -08:00
John EricsonandGitHub 80b8379db2 stdenv/cygwin: add cross bootstrap tools (#475998) 2026-02-27 03:44:32 +00:00
R. Ryantm 99dc7e2c8c terraform-providers.yandex-cloud_yandex: 0.187.0 -> 0.189.0 2026-02-27 03:40:24 +00:00
nixpkgs-ci[bot]andGitHub e9370bd8f6 lubelogger: 1.6.0 -> 1.6.1 (#494549) 2026-02-27 03:16:34 +00:00
SandroandGitHub e14bec4741 zeroad: 0.27.1 -> 0.28.0 (#492298) 2026-02-27 03:05:12 +00:00
SandroandGitHub dea28099ab python3Packages.python-designateclient: 6.3.0 -> 6.4.0 (#494562) 2026-02-27 03:01:22 +00:00
SandroandGitHub a9e12ec007 warmup-s3-archives: init at 1.0.0 (#492973) 2026-02-27 02:50:34 +00:00
R. Ryantm 7e8ad22f3e python3Packages.python-designateclient: 6.3.0 -> 6.4.0 2026-02-27 02:37:28 +00:00
dishandGitHub c3c04ea259 coc-rust-analyzer: 0-unstable-2026-02-01 -> 0-unstable-2026-02-10 (#489873) 2026-02-27 02:31:14 +00:00
dishandGitHub dc9da5e8c3 coc-pyright: 0-unstable-2026-02-01 -> 0-unstable-2026-02-10 (#489871) 2026-02-27 02:31:04 +00:00
R. Ryantm 47b91e75df python3Packages.urllib3-future: 2.15.903 -> 2.16.900 2026-02-27 02:11:04 +00:00
R. Ryantm 7c09e324ca lubelogger: 1.6.0 -> 1.6.1 2026-02-27 01:35:27 +00:00
pancaek 7aab9b6bfb zenmap: move icon to spec-compliant location 2026-02-26 17:28:02 -08:00
SandroandGitHub f0bc2e46d3 apidog: init at 2.7.51 (#466083) 2026-02-27 01:26:49 +00:00
SandroandGitHub b068ca9a18 rustic: 0.10.3 -> 0.11.0 (#492665) 2026-02-27 01:26:36 +00:00
SandroandGitHub f37b3cdbda fladder: 0.9.0 -> 0.10.1; add desktop entries (#482229) 2026-02-27 01:26:28 +00:00
SandroandGitHub 58a890fb57 lis: init at 2.1.10 (#447222) 2026-02-27 01:26:11 +00:00
SandroandGitHub 31d425386d sparrow: some buttons not working because JavaFX version (#475932) 2026-02-27 01:25:22 +00:00
SandroandGitHub 643e4c5bdf korrect: 0.3.5 -> 0.3.6 (#492409) 2026-02-27 01:25:15 +00:00
pancaek 16bb7eb388 zint-qt: move icon to spec-compliant location 2026-02-26 17:22:43 -08:00
R. Ryantm ca135708d5 errcheck: 1.9.0 -> 1.10.0 2026-02-27 01:05:25 +00:00
SandroandGitHub f23d10a18b i3-volume: 3.9.0 -> 4.0.0 (#492270) 2026-02-27 01:00:12 +00:00
dotlambdaandGitHub 578e2c0119 home-assistant-custom-components.homematicip_local: 2.3.0 -> 2.3.1 (#494506) 2026-02-27 00:48:47 +00:00
zowoqandGitHub 43fc054052 staging-nixos merge for 2026-02-26 (#494525) 2026-02-27 00:21:24 +00:00
zowoqandGitHub 5351cdbb2f kernel updates for 2026-02-26 (#494516) 2026-02-27 00:13:26 +00:00
Martin WeineltandGitHub 209a1492a1 home-assistant-custom-*: make package sets extensible (#488201) 2026-02-27 00:09:31 +00:00
Nick CaoandGitHub 6f451b24cf compactor: migrate to by-name, modernize derivation (#492876) 2026-02-27 00:05:40 +00:00
Gaétan LepageandGitHub 2377bea603 nextpnr, trellis: update to fix Boost 1.87+ compatibility (#493397) 2026-02-27 00:04:37 +00:00
Nick CaoandGitHub 089d4ce03f python3Packages.sphinxcontrib-newsfeed: make it work with sphinx 9.1 (#493590) 2026-02-27 00:02:10 +00:00