mpv: uosc: 5.2.0-unstable-2024-03-13 -> 5.2.0-unstable-2024-05-07
still not the latest, but updating further than this requires reworking my patches
This commit is contained in:
@@ -42,12 +42,12 @@
|
|||||||
let
|
let
|
||||||
cfg = config.sane.programs.mpv;
|
cfg = config.sane.programs.mpv;
|
||||||
uosc = pkgs.mpvScripts.uosc.overrideAttrs (upstream: {
|
uosc = pkgs.mpvScripts.uosc.overrideAttrs (upstream: {
|
||||||
version = "5.2.0-unstable-2024-03-13";
|
version = "5.2.0-unstable-2024-05-07";
|
||||||
src = lib.warnIf (lib.versionOlder "5.2.0" upstream.version) "uosc outdated; remove patch?" pkgs.fetchFromGitHub {
|
src = lib.warnIf (lib.versionOlder "5.2.0" upstream.version) "uosc outdated; remove patch?" pkgs.fetchFromGitHub {
|
||||||
owner = "tomasklaen";
|
owner = "tomasklaen";
|
||||||
repo = "uosc";
|
repo = "uosc";
|
||||||
rev = "6fa34c31d0a5290dee83282205768d15111df7d8";
|
rev = "2940352fade2c4f7bf68b1ef8381bef83058f9f7";
|
||||||
hash = "sha256-qxyNZHmH33bKRp4heFSC+RtvSApIfbVFt4otfS351nE=";
|
hash = "sha256-tQq6ycxHXhTYSRBIz73o5VlKRBCoJ5yu59AdZik5Oos=";
|
||||||
};
|
};
|
||||||
# src = pkgs.fetchFromGitea {
|
# src = pkgs.fetchFromGitea {
|
||||||
# domain = "git.uninsane.org";
|
# domain = "git.uninsane.org";
|
||||||
|
Reference in New Issue
Block a user