File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/yt/ytmdesktop Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212} :
1313stdenv . mkDerivation ( finalAttrs : {
1414 pname = "ytmdesktop" ;
15- version = "2.0.6 " ;
15+ version = "2.0.7 " ;
1616
1717 desktopItems = [
1818 ( makeDesktopItem {
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
4040
4141 src = fetchurl {
4242 url = "https://github.com/ytmdesktop/ytmdesktop/releases/download/v${ finalAttrs . version } /youtube-music-desktop-app_${ finalAttrs . version } _amd64.deb" ;
43- hash = "sha256-uLTnVA9ooGlbtmUGoYtrT9IlOhTAJpEXMr1GSs3ae/8 =" ;
43+ hash = "sha256-bdP6vIAUoFYLvEvxtG69tBuL94EQQVwNyeuQibRMMbk =" ;
4444 } ;
4545
4646 unpackPhase = ''
@@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
5858 asar extract resources/app.asar patched-asar
5959
6060 # workaround for https://github.com/electron/electron/issues/31121
61- substituteInPlace patched-asar/.webpack /main/index.js \
61+ substituteInPlace patched-asar/.vite /main/index.js \
6262 --replace-fail "process.resourcesPath" "'$out/lib/resources'"
6363
6464 asar pack patched-asar resources/app.asar
You can’t perform that action at this time.
0 commit comments