3
0
Fork 0
forked from mirrors/nixpkgs

mpvScripts.uosc: 4.6.0 -> 4.7.0

This commit is contained in:
apfelkuchen06 2023-04-15 19:36:18 +02:00
parent 0e004d5dbf
commit 312b3856e8

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 = ''