Skip to content

Commit

Permalink
plasmusic-toolbar: 1.2.2 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN committed Jul 13, 2024
1 parent cce8e5d commit b5cd8f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/pl/plasmusic-toolbar/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "plasmusic-toolbar";
version = "1.2.2";
version = "1.3.0";

src = fetchFromGitHub {
owner = "ccatterina";
repo = "plasmusic-toolbar";
rev = "v${finalAttrs.version}";
hash = "sha256-rThoh7NkpWlKUNOsAY9WEt1F1MFoKliNYCB9ySfKYy8=";
hash = "sha256-7c+7l9/xg112SVDUqNi12fg6unq6qE6xmMwIrEJk6PQ=";
};

installPhase = ''
Expand All @@ -24,6 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "KDE Plasma widget that shows currently playing song information and provide playback controls.";
homepage = "https://github.com/ccatterina/plasmusic-toolbar";
changelog = "https://github.com/ccatterina/plasmusic-toolbar/releases/tag/${finalAttrs.src.rev}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ HeitorAugustoLN ];
inherit (kdePackages.kwindowsystem.meta) platforms;
Expand Down

0 comments on commit b5cd8f5

Please sign in to comment.