| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | NixOS: support external bootloader backendsorigin/bootspec-rfc | Cole Helbling | 2022-05-11 | 5 | -0/+147 |
| * | bootspec: init against RFC-0125 | Cole Helbling | 2022-05-11 | 3 | -0/+61 |
| * | Merge pull request #172288 from r-ryantm/auto-update/python3.10-dbf•••python310Packages.dbf: 0.99.1 -> 0.99.2 | Fabian Affolter | 2022-05-10 | 1 | -20/+31 |
| |\ | |||||
| | * | python310Packages.dbf: disable on older Python releases•••- add pythonImportsCheck - run tests | Fabian Affolter | 2022-05-10 | 1 | -20/+31 |
| | * | python310Packages.dbf: 0.99.1 -> 0.99.2 | R. Ryantm | 2022-05-10 | 1 | -2/+2 |
| * | | Merge pull request #172202 from 06kellyjac/terragrunt•••terragrunt: 0.36.6 -> 0.36.10 | Fabian Affolter | 2022-05-10 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | terragrunt: 0.36.6 -> 0.36.10 | 06kellyjac | 2022-05-09 | 1 | -3/+3 |
| * | | | clip: init at 2.1.1 | Jonas Heinrich | 2022-05-10 | 2 | -0/+60 |
| * | | | Merge pull request #172282 from r-ryantm/auto-update/python3.10-hvplot•••python310Packages.hvplot: 0.7.3 -> 0.8.0 | Fabian Affolter | 2022-05-10 | 1 | -7/+6 |
| |\ \ \ | |||||
| | * | | | python310Packages.hvplot: disable on older Python releases | Fabian Affolter | 2022-05-10 | 1 | -5/+4 |
| | * | | | python310Packages.hvplot: 0.7.3 -> 0.8.0 | R. Ryantm | 2022-05-10 | 1 | -2/+2 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #172198 from xfix/skytemple-files-broken-on-darwin•••python3Packages.skytemple-files: mark broken on darwin | Janne Heß | 2022-05-10 | 1 | -1/+2 |
| |\ \ \ | |||||
| | * | | | python3Packages.skytemple-files: mark broken on darwin | Konrad Borowski | 2022-05-09 | 1 | -1/+2 |
| * | | | | Merge pull request #172275 from qowoz/skopeo•••skopeo: 1.7.0 -> 1.8.0 | lewo | 2022-05-10 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | skopeo: 1.7.0 -> 1.8.0•••https://github.com/containers/skopeo/releases/tag/v1.8.0 | zowoq | 2022-05-10 | 1 | -2/+2 |
| * | | | | | Merge pull request #172239 from fabaff/zkar•••zkar: init at 1.3.0 | Fabian Affolter | 2022-05-10 | 2 | -0/+27 |
| |\ \ \ \ \ | |||||
| | * | | | | | zkar: init at 1.3.0 | Fabian Affolter | 2022-05-09 | 2 | -0/+27 |
| * | | | | | | Merge pull request #172264 from dotlambda/pysabnzbd-init•••home-assistant: support sabnzbd component | Fabian Affolter | 2022-05-10 | 3 | -1/+38 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | home-assistant: support sabnzbd component | Robert Schütz | 2022-05-10 | 1 | -1/+3 |
| | * | | | | | | python3Packages.pysabnzbd: init at 1.1.1 | Robert Schütz | 2022-05-10 | 2 | -0/+35 |
| * | | | | | | | Merge pull request #172267 from dotlambda/datapoint-init•••home-assistant: support metoffice component | Fabian Affolter | 2022-05-10 | 3 | -1/+48 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | home-assistant: support metoffice component | Robert Schütz | 2022-05-10 | 1 | -1/+3 |
| | * | | | | | | | python3Packages.datapoint: init at 0.9.8 | Robert Schütz | 2022-05-10 | 2 | -0/+45 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #172278 from McSinyx/ipwhl-1.1.0•••python3Packages.ipwhl: 1.0.0 -> 1.1.0 | Fabian Affolter | 2022-05-10 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | python3Packages.ipwhl: 1.0.0 -> 1.1.0 | Nguyễn Gia Phong | 2022-05-10 | 1 | -2/+2 |
| * | | | | | | | | Merge pull request #172216 from fabaff/bump-nuclei•••nuclei: 2.6.9 -> 2.7.0 | Fabian Affolter | 2022-05-10 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | nuclei: 2.6.9 -> 2.7.0 | Fabian Affolter | 2022-05-09 | 1 | -3/+3 |
| | | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | | medusa: pull upstream fix for fno-common toolchains•••Without the chanhe build fails on -fno-common tollchains as: $ nix build -L --impure --expr 'with import ./. {}; medusa.overrideAttrs (oa: { NIX_CFLAGS_COMPILE = (["-fno-common"] ++ [oa.NIX_CFLAGS_COMPILE or ""]); })' ... ld: ../medusa-trace.o:/build/source/src/modsrc/../medusa.h:69: multiple definition of `iErrorLevel'; cvs.o:/build/source/src/modsrc/../medusa.h:69: first defined here | Sergei Trofimovich | 2022-05-10 | 1 | -1/+11 |
| * | | | | | | | | terraform-providers: update 2022-05-09 | github-actions[bot] | 2022-05-10 | 1 | -91/+91 |
| * | | | | | | | | aws-sam-cli: fix build error due jmespath version•••Refs: ZHF: #172160 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | Otavio Salvador | 2022-05-10 | 1 | -0/+1 |
| * | | | | | | | | Merge pull request #171051 from Kranzes/mpris•••mpdris2: 0.8 -> 0.9.1 | Artturi | 2022-05-10 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | mpdris2: 0.8 -> 0.9.1 | Ilan Joselevich | 2022-04-30 | 1 | -3/+3 |
| * | | | | | | | | | Merge pull request #172185 from hexchen/alfaview•••alfaview: 8.43.0 -> 8.44.0 | Artturi | 2022-05-10 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | alfaview: 8.43.0 -> 8.44.0 | hexchen | 2022-05-09 | 1 | -2/+2 |
| * | | | | | | | | | | Merge pull request #172254 from artemist/itpp•••itpp: fix build | Artturi | 2022-05-10 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | itpp: fix build | Artemis Tosini | 2022-05-09 | 1 | -0/+1 |
| * | | | | | | | | | | | Merge pull request #172251 from trofi/update-pprof•••pprof: unstable-2021-09-30 -> unstable-2022-05-09 | Artturi | 2022-05-10 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | pprof: unstable-2021-09-30 -> unstable-2022-05-09•••Fixed build failure against binutils-2.28. | Sergei Trofimovich | 2022-05-09 | 1 | -4/+4 |
| | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #172208 from lilyinstarlight/fix/supercollider-with-libsnd...•••supercollider: fix build with libsndfile >=1.1.0 | Artturi | 2022-05-10 | 1 | -1/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | supercollider: fix build with libsndfile >=1.1.0 | Lily Foster | 2022-05-09 | 1 | -1/+7 |
| * | | | | | | | | | | | | Merge pull request #172265 from otavio/topic/asc-ftbfs•••asc: force use of C++11 during build | Artturi | 2022-05-10 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | asc: force use of C++11 during build•••Log of error: https://hydra.nixos.org/log/f8yhxkg3zqqsz9ljbi98fsiibihvdbfd-asc-2.6.0.0.drv Refs: ZHF: #172160 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | Otavio Salvador | 2022-05-09 | 1 | -1/+1 |
| | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #172263 from otavio/topic/apngasm-3110•••apngasm: 3.1.9 -> 3.1.10 | Artturi | 2022-05-10 | 1 | -4/+12 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | apngasm: 3.1.9 -> 3.1.10•••3.1.9 had issues with building and 3.1.10 has been released fixing those; a parallel building error has been found and it is fixed on Gentoo repository, from where we grab the patch from. Log of error: https://hydra.nixos.org/log/6nh56zf7y81p0m6xxynw22wj1kaxrjbd-apngasm-3.1.9.drv Refs: ZHF: #172160 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | Otavio Salvador | 2022-05-09 | 1 | -4/+12 |
| | |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | | terraform-providers.cloudamqp: init at 1.15.3 | 1000101 | 2022-05-10 | 1 | -0/+9 |
| * | | | | | | | | | | | | openmw: enable with glibc fix | Nick Novitski | 2022-05-10 | 2 | -6/+10 |
| * | | | | | | | | | | | | Merge pull request #172195 from Riey/cargo-feature•••cargo-feature: 0.6.0 -> 0.7.0 | Bobby Rong | 2022-05-10 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | cargo-feature: 0.6.0 -> 0.7.0 | Riey | 2022-05-09 | 1 | -4/+4 |
| * | | | | | | | | | | | | | Merge pull request #172248 from tjni/recutils-disable-format-hardening•••recutils: disable Clang "format" hardening | Anderson Torres | 2022-05-09 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | recutils: disable Clang "format" hardening•••Remove the -Werror=format-security compiler option when using Clang, because recutils does not build with it enabled. | Theodore Ni | 2022-05-09 | 1 | -0/+2 |
