We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139855a commit 63a6c2dCopy full SHA for 63a6c2d
pkgs/by-name/pl/plasmusic-toolbar/package.nix
@@ -5,13 +5,13 @@
5
}:
6
stdenv.mkDerivation (finalAttrs: {
7
pname = "plasmusic-toolbar";
8
- version = "1.3.0";
+ version = "1.4.0";
9
10
src = fetchFromGitHub {
11
owner = "ccatterina";
12
repo = "plasmusic-toolbar";
13
rev = "v${finalAttrs.version}";
14
- hash = "sha256-7c+7l9/xg112SVDUqNi12fg6unq6qE6xmMwIrEJk6PQ=";
+ hash = "sha256-Em/5HXKVXAwsWYoJp+50Y+5Oe+JfJ4pYQd0+D7PoyGg=";
15
};
16
17
installPhase = ''
0 commit comments