Skip to content

Commit

Permalink
youtube-music: 3.7.1 -> 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jan 19, 2025
1 parent 0f9b1c3 commit 21f6481
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 @@ -13,18 +13,18 @@

stdenv.mkDerivation (finalAttrs: {
pname = "youtube-music";
version = "3.7.1";
version = "3.7.2";

src = fetchFromGitHub {
owner = "th-ch";
repo = "youtube-music";
rev = "v${finalAttrs.version}";
hash = "sha256-IV8uTfogy4LchZYIMqDDT96N+5NYE/jwSFc18EhFCb0=";
hash = "sha256-gZ3EvIjPa/THRwMigglGp+Wtv+wEN7V11KOu1QsyJpE=";
};

pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-ET4NDUtsTTY3t06VSJLa8Cjd6fP4zs71w83FlsJnq1U=";
hash = "sha256-4yeLfolBquKFjKB4iYj8rMPvclfpjwHhV6/Xb/YNQWo=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 21f6481

Please sign in to comment.