Commit Graph

40 Commits

Author SHA1 Message Date
Adam C. Stephens
c98fdb89bf
museum: photos-v0.9.30 -> photos-v0.9.35 (#340195) 2024-09-08 18:23:31 -04:00
Robert Schütz
55d27ddb65 music-assistant: support hass provider 2024-09-06 16:41:58 -07:00
R. Ryantm
d71269b6e9 museum: photos-v0.9.30 -> photos-v0.9.35 2024-09-06 20:44:13 +00:00
ocfox
6350c71d9b
music-player: format 2024-09-06 21:34:55 +08:00
ocfox
1af6eaf93c
music-player: 0.2.0-alpha.14 -> unstable-2024-08-24
update to 0.2.0-alpha.14-unstable-2024-08-24 to fix build
2024-09-06 21:34:18 +08:00
ocfox
1d5377fffd
music-player: migrate to by-name 2024-09-06 13:04:25 +08:00
Felix Schröter
83fd501d7b
mullvad-browser: 13.5.2 -> 13.5.3
https://github.com/mullvad/mullvad-browser/releases/tag/13.5.3
2024-09-04 19:13:39 +02:00
Jan Tojnar
7f387d6bf9 mutter{,43}: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Vladimír Čunát
ff065c28ba
muffin: fixup build, missing wayland-scanner
https://hydra.nixos.org/build/270768939/nixlog/2/tail
2024-08-30 13:43:30 +02:00
R. Ryantm
4f34e56602 museum: photos-v0.9.16 -> photos-v0.9.30 2024-08-29 10:48:41 +00:00
Emily
0c7aafc7f5
musly: add patches for FFmpeg 7, C++17, and external deps; kissfft: build with CMake; libresample: 0.1.3 -> 0.1.4-unstable-2024-08-23 (#332035) 2024-08-27 01:12:57 +01:00
Emily
7245ee2b5d musly: add patches for FFmpeg 7, C++17, and external deps 2024-08-26 22:37:33 +01:00
Emily
c3c5af2c4b musly: unstable-2017-04-26 -> 0.1-unstable-2019-09-05 2024-08-26 22:37:33 +01:00
Emily
cbb58be8c2 musly: format with nixfmt-rfc-style 2024-08-26 22:37:33 +01:00
Emily
9561c35c47 musly: move to pkgs/by-name 2024-08-26 22:37:33 +01:00
Martin Weinelt
5b914f70e9
music-assistant: 2.2.0 -> 2.2.2
https://github.com/music-assistant/server/releases/tag/2.2.1
https://github.com/music-assistant/server/releases/tag/2.2.2
2024-08-24 03:02:19 +02:00
Martin Weinelt
ca94e8528c
music-assistant: 2.1.1 -> 2.2.0
https://github.com/music-assistant/server/releases/tag/2.2.0
2024-08-22 01:58:20 +02:00
Guilhem Saurel
4ef2027dca mumps: build on darwin 2024-08-12 15:25:42 +02:00
Guilhem Saurel
05fb9b070f mumps: init at 5.7.3 2024-08-08 01:08:10 +02:00
Felix Schröter
4c2cd716f6
mullvad-browser: 13.5.1 -> 13.5.2
https://github.com/mullvad/mullvad-browser/releases/tag/13.5.2
2024-08-06 23:27:28 +02:00
Martin Weinelt
bd155530d3
Merge pull request #332336 from mweinelt/music-assistant-2.1.1
music-assistant: 2.0.7 -> 2.1.1
2024-08-05 13:33:37 +02:00
Martin Weinelt
37baefd47a
music-assistant: 2.0.7 -> 2.1.1
https://github.com/music-assistant/server/releases/tag/2.1.0
https://github.com/music-assistant/server/releases/tag/2.1.1
2024-08-04 23:17:24 +02:00
R. Ryantm
21df56fb42 museum: photos-v0.9.5 -> photos-v0.9.16 2024-08-03 17:20:47 +00:00
adisbladis
e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
Bobby Rong
07afe74768
muffin: Move from cinnamon scope to top-level 2024-07-23 22:12:40 +08:00
Martin Weinelt
0abdf47358
nixos/tests/music-assistant: init 2024-07-17 22:29:38 +02:00
Martin Weinelt
241fe52147
music-assistant: init at 2.0.7 2024-07-17 22:29:38 +02:00
Alexis Hildebrandt
e053dd43a8 musikcube: 3.0.3 -> 3.0.4 2024-07-16 08:39:21 +02:00
Felix Schröter
ff1dc27711 {tor,mullvad}-browser: migrate to pkgs/by-name 2024-07-12 10:20:37 +02:00
Aaron Andersen
240a44d233
Merge pull request #325482 from afh/update-modernize-musikcube
musikcube: 3.0.2 -> 3.0.3, move to pkgs/by-name, format using nixfmt, modernize
2024-07-09 12:27:03 -04:00
Pablo Ovelleiro Corral
dd148685d0
museum: init at photos-v0.9.5 2024-07-09 00:16:00 +02:00
Alexis Hildebrandt
d801915b52 musikcube: modernize 2024-07-08 11:22:38 +02:00
Alexis Hildebrandt
bf091dbb5f musikcube: reformat using nixfmt 2024-07-08 11:17:32 +02:00
Alexis Hildebrandt
ad5271f745 musikcube: move to pkgs/by-name 2024-07-08 11:16:58 +02:00
aleksana
1ee81ae941 multiplex: init at 0.1.4 2024-06-17 03:13:41 +08:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
octodi
ae94be2720 muffon: init at 2.0.3 2024-06-03 20:21:44 +00:00
Weijia Wang
fde79b3209 muparser: 2.2.3 -> 2.3.4, refactor 2024-01-22 03:34:06 +01:00
Nick Cao
c704e30609
multirun: init at 1.1.3 2023-12-25 10:23:30 -05:00
aoife cassidy
7071bf24d4
mus: change upstream src; migrate to by-name
~sfr -> ~nbsp; author (me) changed usernames
2023-11-28 23:27:35 +02:00