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:
2024-10-08 16:03:57 +00:00
parent f4e1b48298
commit 01eb5b891f

View File

@@ -42,12 +42,12 @@
let
cfg = config.sane.programs.mpv;
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 {
owner = "tomasklaen";
repo = "uosc";
rev = "6fa34c31d0a5290dee83282205768d15111df7d8";
hash = "sha256-qxyNZHmH33bKRp4heFSC+RtvSApIfbVFt4otfS351nE=";
rev = "2940352fade2c4f7bf68b1ef8381bef83058f9f7";
hash = "sha256-tQq6ycxHXhTYSRBIz73o5VlKRBCoJ5yu59AdZik5Oos=";
};
# src = pkgs.fetchFromGitea {
# domain = "git.uninsane.org";