plasmusic-toolbar: 3.2.0 -> 3.3.0

This commit is contained in:
R. Ryantm 2025-08-06 23:27:56 +00:00
parent bac4482d07
commit d64d3a00d1

View File

@ -7,13 +7,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "plasmusic-toolbar";
version = "3.2.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "ccatterina";
repo = "plasmusic-toolbar";
tag = "v${finalAttrs.version}";
hash = "sha256-Epix3gqQGc8MXMcoQ1YxrEXafuPZUOTKdute5eoJ2nI=";
hash = "sha256-Kjzutah8CIHN3NZcxGB1FXlCNn5dnTQxJITUptaXNrs=";
};
installPhase = ''