Merge pull request #226314 from apfelkuchen6/uosc

mpvScripts.uosc: 4.6.0 -> 4.7.0
This commit is contained in:
Mario Rodas
2023-04-20 20:00:48 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "uosc";
version = "4.6.0";
version = "4.7.0";
src = fetchFromGitHub {
owner = "tomasklaen";
repo = "uosc";
rev = finalAttrs.version;
hash = "sha256-AxApKlSaRLPl6VsXsARfaT3kWDK6AB2AAEmIHYiuFaM=";
hash = "sha256-JqlBjhwRgmXl6XfHYTwtNWZj656EDHjcdWOlCgihF5I=";
};
postPatch = ''