Skip to content

Commit f48ee02

Browse files
youtube-music: 3.5.1 -> 3.6.2 (#353210)
2 parents b659644 + b814291 commit f48ee02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/audio/youtube-music/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212

1313
stdenv.mkDerivation (finalAttrs: {
1414
pname = "youtube-music";
15-
version = "3.5.1";
15+
version = "3.6.2";
1616

1717
src = fetchFromGitHub {
1818
owner = "th-ch";
1919
repo = "youtube-music";
2020
rev = "v${finalAttrs.version}";
21-
hash = "sha256-6aAaIugho8yHohEHp0HVkmzIOfhpkNYts6BOKPp9Wbw=";
21+
hash = "sha256-S13f3vGMQJvpJbdfUstJlA8MfY5Q1efRA7QcPXYvhMI=";
2222
};
2323

2424
pnpmDeps = pnpm.fetchDeps {
2525
inherit (finalAttrs) pname version src;
26-
hash = "sha256-6Fh1fbl7Y33EyWbWUhe70CGzhc4y+I59vPbzZydoJ18=";
26+
hash = "sha256-brHNp19BEYzgxhdNnn7n1GYhBdyi3S/2VqvKWXmKGX8=";
2727
};
2828

2929
nativeBuildInputs = [ makeWrapper python3 nodejs pnpm.configHook ]

0 commit comments

Comments
 (0)