Skip to content

Commit 456aea7

Browse files
authored
ytmdesktop: 2.0.6 -> 2.0.7 (#383177)
2 parents bbcc846 + d68c309 commit 456aea7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/yt/ytmdesktop/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}:
1313
stdenv.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

0 commit comments

Comments
 (0)