Skip to content

Commit

Permalink
youtube-music: 3.5.1 -> 3.6.2 (NixOS#353210)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Nov 4, 2024
2 parents b659644 + b814291 commit f48ee02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/audio/youtube-music/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@

stdenv.mkDerivation (finalAttrs: {
pname = "youtube-music";
version = "3.5.1";
version = "3.6.2";

src = fetchFromGitHub {
owner = "th-ch";
repo = "youtube-music";
rev = "v${finalAttrs.version}";
hash = "sha256-6aAaIugho8yHohEHp0HVkmzIOfhpkNYts6BOKPp9Wbw=";
hash = "sha256-S13f3vGMQJvpJbdfUstJlA8MfY5Q1efRA7QcPXYvhMI=";
};

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

nativeBuildInputs = [ makeWrapper python3 nodejs pnpm.configHook ]
Expand Down

0 comments on commit f48ee02

Please sign in to comment.