Commit Graph

14 Commits

Author SHA1 Message Date
Reno Dakota
e883436097
monophony: 2.9.0 -> 2.11.0
https://gitlab.com/zehkira/monophony/-/releases/v2.11.0

dropped nuitka, requires pip to build
2024-06-21 18:31:19 +00:00
R. Ryantm
1c5e7fda00 monophony: 2.8.2 -> 2.9.0 2024-04-21 11:37:36 +00:00
R. Ryantm
6272d120f8 monophony: 2.7.0 -> 2.8.2 2024-04-04 16:32:09 +00:00
Pol Dellaiera
54c52cb276
Merge pull request #294334 from ShamrockLee/sourceroot-fix
treewide: fix hard-coded `sourceRoot` prefix for `fetchgit`-based `src`
2024-03-11 16:50:57 +01:00
Yueh-Shun Li
91b3db1309 treewide: fix sourceRoot for fetchgit-based src
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-09 07:53:25 +08:00
aleksana
2a1cd0b439 treewide: remove gst-plugins-good missing libsoup_3 workaround
As the issue https://github.com/NixOS/nixpkgs/issues/271960 is fixed by https://github.com/NixOS/nixpkgs/pull/276408
2024-03-08 22:54:25 +08:00
R. Ryantm
2a5f0c77c6 monophony: 2.6.1 -> 2.7.0 2024-03-05 20:06:22 +00:00
R. Ryantm
27afd966dd monophony: 2.6.0 -> 2.6.1 2024-02-23 15:42:00 +00:00
R. Ryantm
978d053ec4 monophony: 2.5.2 -> 2.6.0 2024-02-06 01:08:42 +00:00
R. Ryantm
a1576f9798 monophony: 2.5.1 -> 2.5.2 2024-01-21 11:54:10 -08:00
annalee
7304daa06b
monophony: add update script 2023-12-22 14:01:56 +00:00
annalee
47553fc348
monophony: 2.4.0 -> 2.5.1 2023-12-20 17:11:04 +00:00
annalee
1105fa7e13
monophony: 2.3.1 -> 2.4.0 2023-12-04 03:32:24 +00:00
Henry Hiles
14ff056b46 monophony: init at 2.3.1 2023-10-30 14:11:10 -04:00