lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

plasmusic-toolbar: 3.0.0 -> 3.2.0 (#426981)

Co-authored-by: HeitorAugustoLN <HeitorAugustoLN@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
HeitorAugustoLN
and committed by
GitHub
4a762778 47230ff9

+2 -2
+2 -2
pkgs/by-name/pl/plasmusic-toolbar/package.nix
··· 7 7 }: 8 8 stdenvNoCC.mkDerivation (finalAttrs: { 9 9 pname = "plasmusic-toolbar"; 10 - version = "3.0.0"; 10 + version = "3.2.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "ccatterina"; 14 14 repo = "plasmusic-toolbar"; 15 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-n8b+XtPaZ7A4qiiSzbVdcSTHJFJ74Xml59pZDmPvAyc="; 16 + hash = "sha256-Epix3gqQGc8MXMcoQ1YxrEXafuPZUOTKdute5eoJ2nI="; 17 17 }; 18 18 19 19 installPhase = ''