Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Mar 27, 2024
1 parent 80f6b6c commit 45abdab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/youtube-music/default.nix
Expand Up @@ -48,8 +48,8 @@ stdenv.mkDerivation (finalAttrs: {
outputHashMode = "recursive";
outputHash = {
x86_64-linux = "sha256-K2yJdoi+bJpz0Xf2MHlFzQXbP+H3uVE2hYfkzoB7vBE=";
aarch64-linux = "sha256-5j71Yge0BhBvHeaW82Sqag9ZAkzcExmufpI30qwZJMQ=";
x86_64-darwin = "sha256-DY9T1N8Hxr58/XisYT+u2+hQvYMIiyQ6UHeTuA6BhSY=";
aarch64-linux = "sha256-ZiA6XKPnkoAl9m2vEJth2wyDxj61Efye4cUk+76znnM=";
x86_64-darwin = "sha256-wh5Y47c5qD2PctROP9AWqLDs7H5S2/8X0zxkSMkr1xQ=";
aarch64-darwin = "sha256-3Zk0SyhVKaz6QdO69/xzWFZj9ueJS6GLWhfW9odWvHc=";
}.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
};
Expand Down

0 comments on commit 45abdab

Please sign in to comment.