Skip to content

Commit

Permalink
Merge pull request #327981 from SuperSandro2000/youtube-music
Browse files Browse the repository at this point in the history
youtube-music: 3.3.12 -> 3.4.1
  • Loading branch information
superherointj authored Jul 17, 2024
2 parents eaa5983 + a0a6ec6 commit 8398257
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.3.12";
version = "3.4.1";

src = fetchFromGitHub {
owner = "th-ch";
repo = "youtube-music";
rev = "v${finalAttrs.version}";
hash = "sha256-kBGMp58086NQ77x1YGS5NewWfiDaXHOEbyflHPtdfIs=";
hash = "sha256-HuV1jFSFvb/Ji150rVIvHrPLY3167W9/9xNnI81k9B8=";
};

pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-t5omzz6y8lVFGAuhtc+HF5gwu4Ntt/dxml+nWysEpVs=";
hash = "sha256-uN4rB/S/uoqR+qj7T/TGtU+3PRGagYVfx51nn6U8sdo=";
};

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

0 comments on commit 8398257

Please sign in to comment.