nixpkgs-merge-bot[bot]
d1279767b7
nco: 5.2.8 -> 5.2.9 ( #360520 )
2024-12-02 07:34:23 +00:00
R. Ryantm
06810f6b1f
nco: 5.2.8 -> 5.2.9
2024-11-30 18:30:07 +00:00
R. Ryantm
67f3c2a29f
nchat: 5.2.11 -> 5.3.5
2024-11-30 13:47:19 +00:00
Franz Pletz
8a8bce8b04
ncmpc: fails on darwin
2024-11-25 10:52:35 +01:00
Franz Pletz
e999a6f576
ncmpc: build manpage and enable regex
2024-11-25 10:52:34 +01:00
Franz Pletz
d73bbaaebd
ncmpc: reformat with nixfmt-rfc-style
2024-11-25 10:52:34 +01:00
Franz Pletz
b45fe742d3
ncmpc: 0.49 -> 0.51
2024-11-25 10:52:34 +01:00
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is ( #356363 )
...
* treewide: stdenv.is -> stdenv.hostPlatform.is
* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
seth
371aadf3f9
ncspot: use apple-sdk_11
...
Fixes a build failure on x86_64-darwin
2024-11-13 22:19:47 -05:00
seth
8fe9076af7
ncspot: migrate to new darwin SDK pattern
...
Part of https://github.com/NixOS/nixpkgs/issues/354146
2024-11-13 22:18:07 -05:00
aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
Olli Helenius
d86732dc63
ncspot: 1.2.0 -> 1.2.1
2024-11-01 10:42:27 +02:00
Olli Helenius
8c6ecc5ce7
ncspot: fix desktop file
...
Fix the typo in the name the desktop file and icon.
2024-11-01 10:40:05 +02:00
Weijia Wang
5d0c0de5de
nc4nix: 0-unstable-2024-09-18 -> 0-unstable-2024-09-28 ( #345181 )
2024-11-01 03:30:43 +01:00
seth
1bf991d3ee
ncspot: add getchoo as maintainer
2024-10-16 20:00:58 -04:00
seth
dc2097df2e
ncspot: expose all feature flags
2024-10-16 20:00:58 -04:00
seth
2ab52ba9f1
ncspot: 1.1.2 -> 1.2.0
...
Diff: https://github.com/hrkfdn/ncspot/compare/refs/tags/v1.1.2...v1.2.0
Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v1.2.0
2024-10-16 20:00:58 -04:00
seth
0eef1f6829
ncspot: cleanup
...
By following some "best practices"
2024-10-16 20:00:43 -04:00
seth
429b0b4b90
ncspot: migrate to by-name
2024-10-16 19:31:07 -04:00
luftmensch-luftmensch
a9ed1dc140
nchat: 3.67 -> 5.2.11, move to by-name, add luftmensch-luftmensch to maintainers
...
Modifications done for the version change:
1. Update to the latest version
2. Fix aarch64-darwin build
3. Fix library import
2024-10-02 13:12:22 +03:00
R. Ryantm
a25c0ed8f2
nc4nix: 0-unstable-2024-09-18 -> 0-unstable-2024-09-28
2024-09-28 20:32:32 +00:00
R. Ryantm
7baed2d511
nc4nix: 0-unstable-2024-09-07 -> 0-unstable-2024-09-18
2024-09-18 09:13:03 +00:00
R. Ryantm
6e24b86def
nc4nix: 0-unstable-2024-08-01 -> 0-unstable-2024-09-07
2024-09-07 09:30:15 +00:00
Robert Schütz
73eb537d17
nc4nix: 0-unstable-2024-03-01 -> 0-unstable-2024-08-01
...
Nc4nix now generates SRI hashes instead of sha256 hashes.
It also no longer unpacks the tarballs before hashing.
Co-authored-by: Pyrox <pyrox@pyrox.dev>
2024-08-01 04:03:10 -07:00
Florian
bc95156d37
Merge pull request #326174 from t4ccer/t4/sratoolkit-3.1.1
...
sratoolkit: 2.11.3 -> 3.1.1, build from source
2024-07-29 21:16:34 +02:00
t4ccer
ac4f160f78
ncbi-vdb: init at 3.1.1
2024-07-29 11:25:01 -06:00
R. Ryantm
52b60b5c4e
ncdc: 1.24 -> 1.24.1
2024-07-19 11:45:11 +00:00
Robert Schütz
06b0cb2248
Revert "nc4nix: 0-unstable-2024-03-01 -> 0-unstable-2024-05-24; nextcloudPackages: update"
2024-07-13 13:39:53 -07:00
Pyrox
4b97f227b9
nc4nix: 0-unstable-2024-03-01 -> 0-unstable-2024-05-24
...
Updates mainly to include a commit that generates SRI hashes instead of
sha256 hashes for extensions.
2024-07-12 01:03:53 -04:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Jonas Heinrich
5b8aee4f0c
nc4nix: unstable-2023-11-06 -> 0-unstable-2024-03-01
2024-03-04 15:17:52 +01:00
Emery Hemingway
00985e97dd
ncdc: 1.23.1 -> 1.24
2024-01-09 10:58:44 +00:00