summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterbeszel: 0.18.2 -> 0.18.3 (#487444)nixpkgs-ci[bot]6 months
origin/HEADbeszel: 0.18.2 -> 0.18.3 (#487444)nixpkgs-ci[bot]6 months
origin/masterbeszel: 0.18.2 -> 0.18.3 (#487444)nixpkgs-ci[bot]6 months
origin/staging-nextnixos/pam: enable lastlog2 import service if any pam service uses lastlog (#4...K90012 months
origin/backport-432323-to-release-25.05capnproto: fix fibers on static buildsJade Lovelace12 months
origin/backport-424505-to-release-25.05julia_111: 1.11.5 -> 1.11.6Weijia Wang12 months
origin/stagingMerge staging-next into stagingnixpkgs-ci[bot]12 months
origin/nixos-unstable-smallnakama: 3.29.0 -> 3.30.0 (#432605)nixpkgs-merge-bot[bot]12 months
origin/haskell-updatesMerge b1b0d690fbb0e4a2fa029ab625a3b1646487fee1 into haskell-updatesnixpkgs-ci[bot]12 months
origin/staging-25.05Merge staging-next-25.05 into staging-25.05nixpkgs-ci[bot]12 months
[...]
 
TagDownloadAuthorAge
25.05nixpkgs-25.05.tar.gz  Leona Maroni15 months
25.11-prenixpkgs-25.11-pre.tar.gz  Leona Maroni15 months
25.05-betanixpkgs-25.05-beta.tar.gz  Leona Maroni15 months
24.11nixpkgs-24.11.tar.gz  Martin Weinelt17 months
branch-off-24.11nixpkgs-branch-off-24.11.tar.gz  Tristan Ross21 months
24.11-betanixpkgs-24.11-beta.tar.gz  Tristan Ross21 months
24.05nixpkgs-24.05.tar.gz  Weijia Wang2 years
24.11-prenixpkgs-24.11-pre.tar.gz  Weijia Wang2 years
24.05-betanixpkgs-24.05-beta.tar.gz  Weijia Wang2 years
23.11nixpkgs-23.11.tar.gz  figsoda3 years
[...]
 
AgeCommit messageAuthorFilesLines
2024-01-22Merge pull request #279435 from eyeinsky/backport-keybase-23.05•••keybase: 6.0.2 -> 6.2.4; keybase-gui: 6.0.2 -> 6.2.4; backport to 23.05origin/release-23.05Nick Cao2-6/+8
2024-01-18keybase: mark as broken on x86_64-darwin•••Error from CI job "OfBorg / keybase, keybase-gui, keybase-gui.passthru.tests, keybase.passthru.tests on x86_64-darwin": ``` > In file included from /nix/store/xxbz3p03wa8wlbhb8c91ndh3f2rad1jp-apple-framework-CoreMedia/Library/Frameworks/CoreMedia.framework/Headers/CMSampleBuffer.h:56: > In file included from /nix/store/xxbz3p03wa8wlbhb8c91ndh3f2rad1jp-apple-framework-CoreMedia/Library/Frameworks/CoreMedia.framework/Headers/CMFormatDescription.h:27: > /nix/store/bvqircp5apqaqyk57r8m4z38hfbdabfq-apple-framework-AudioToolbox/Library/Frameworks/AudioToolbox.framework/Headers/AudioFormat.h:161:8: error: redefinition of 'AudioFormatListItem' > struct AudioFormatListItem > ^ > /nix/store/a67qmarhk5cca9a4s19r0ys3q99kyndp-apple-framework-CoreAudioTypes-11.0.0/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h:1412:8: note: previous definition is here > struct AudioFormatListItem > ^ > 1 error generated. For full logs, run 'nix log /nix/store/2avqqjb3svdzmnqn608vm79z2w9vx8zj-keybase-6.2.4.drv'. ``` From: https://github.com/NixOS/nixpkgs/pull/279435/checks?check_run_id=20351324899 Markus Läll1-0/+2
2024-01-18keybase-gui: 6.0.2 -> 6.2.4Markus Läll1-3/+3
2024-01-18keybase: 6.0.2 -> 6.2.4R. Ryantm1-3/+3
2024-01-11Merge pull request #280330 from obsidiansystems/rapidcheck-23.05••• [Backport release-23.05] rapidcheck: Simplify installation, update, pkg-configorigin/nixpkgs-23.05-darwinorigin/nixos-23.05-smallJohn Ericson2-17/+23
2024-01-11rapidcheck: Add `meta.pkgConfigModules` and test•••The last update added pkg-config support. Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> (cherry picked from commit a7447f9e338fbaa12aeda5849041a39e04dd4b11) (cherry picked from commit 96d3c843d3f859b5d26f1102843ca2a4ef1aa4cf) John Ericson1-4/+17
2024-01-11rapidcheck: unstable-2023-04-16 -> unstable-2023-12-14•••(cherry picked from commit 789df4b46d8c43e30999f8d41f52ab9149427b5b) (cherry picked from commit bf66898be06827ba1a403b9efaf296b8b62ec12c) John Ericson1-3/+3
2024-01-11rapidcheck: Use stock installation, multiple outputs•••We had neglected to nice `RC_INSTALL_ALL_EXTRAS`, which will take care of installing the "extras" for us. Now that they are in a standard directory, we don't need to smuggle in the extra `-I` for Nix's tests either. (cherry picked from commit ab8cf01579ce0eba0202b0c84a71fd54ccfe4fc2) (cherry picked from commit 0acb4d6350b81f2d8276f1dd22a7ae7cec515a37) John Ericson2-10/+3
2024-01-11Merge pull request #280150 from obsidiansystems/readline-windows-23.05•••[Backport 23.05]: Readline support for WindowsJohn Ericson2-8/+108
2024-01-10readline: Temporarily use older version of the patch•••d6162d7857e76cf07fa5313451e7e8936f894594 did the "proper" work of fixing the MinGW readline build, but won't work without 9cc3559a406209a55b4a78ae473214b378a8a029 which adds upstream-provided patches but is only `staging-23.11`. The older version of this patch however doesn't rely on p2-p7 so it will work for now. `staging-23.11` will revert this because it does have those patches. The urgency is because this blocks Nix Windows development. (cherry picked from commit cd76713d42c93b125e4b935e9e3a133754056d90) John Ericson1-2/+2
[...]
 
Clone
https://cgit.wugi.info/git/nixos/nixpkgs