plasmusic-toolbar: 1.5.0 -> 1.6.0 (#339732)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-09-05 10:36:09 +00:00 committed by GitHub
commit 2851050c50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "plasmusic-toolbar";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "ccatterina";
repo = "plasmusic-toolbar";
rev = "v${finalAttrs.version}";
hash = "sha256-22eSrvigJHmwVB396APkDtiJjavpijUMuZ4mqQGVwf4=";
hash = "sha256-tZ2xcoGZp2GWoKd4XjO2K4he3tKBHgxi0PdqY+5ULn0=";
};
installPhase = ''