Skip to content

Commit

Permalink
youtube-music: 3.3.1 -> 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Mar 25, 2024
1 parent 8893c58 commit 84d877e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/applications/audio/youtube-music/default.nix
Expand Up @@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "youtube-music";
version = "3.3.1";
version = "3.3.4";

src = fetchFromGitHub {
owner = "th-ch";
repo = "youtube-music";
rev = "v${finalAttrs.version}";
hash = "sha256-N6TzDTKvMyasksE0qcEGKeNjGAD08OzxpmpoQ11/ZW4=";
hash = "sha256-rirIf9JvQ902xm5MhG0ux0tou1e4wICkoN26iWE5C10=";
};

pnpmDeps = stdenvNoCC.mkDerivation {
Expand All @@ -47,10 +47,10 @@ stdenv.mkDerivation (finalAttrs: {
dontFixup = true;
outputHashMode = "recursive";
outputHash = {
x86_64-linux = "sha256-V6CSawxBWFbXmAPbck0xCXqRlANpqFAoqSAB4Duf8qM=";
aarch64-linux = "sha256-cqBn35soV14CmobKt0napRELio4HKKA8Iw3QSWTxzP8=";
x86_64-darwin = "sha256-DY9T1N8Hxr57/XisYT+u2+hQvYMIiyQ3UHeTuA6BhSY=";
aarch64-darwin = "sha256-3Zk0SyhVKaz5QdO69/xzWFZj9ueJS6GLWhfW7odWvHc=";
x86_64-linux = "sha256-L08ZWd9GInU2Yql8pVaviq5VW++9BXwMB/mAefCnEWg=";
aarch64-linux = "sha256-5j71Yge0BhBvHeaW81Sqag9ZAkzcExmufpI30qwZJMQ=";
x86_64-darwin = "sha256-DY9T1N8Hxr57/XisYT+u2+hQvYMIiyQ6UHeTuA6BhSY=";
aarch64-darwin = "sha256-3Zk0SyhVKaz5QdO69/xzWFZj9ueJS6GLWhfW9odWvHc=";
}.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
};

Expand Down

0 comments on commit 84d877e

Please sign in to comment.