Skip to content

Commit 94e9e1c

Browse files
Merge pull request #330802 from r-ryantm/auto-update/plasmusic-toolbar
plasmusic-toolbar: 1.3.0 -> 1.4.0
2 parents 9105ae0 + 63a6c2d commit 94e9e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pl/plasmusic-toolbar/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
stdenv.mkDerivation (finalAttrs: {
77
pname = "plasmusic-toolbar";
8-
version = "1.3.0";
8+
version = "1.4.0";
99

1010
src = fetchFromGitHub {
1111
owner = "ccatterina";
1212
repo = "plasmusic-toolbar";
1313
rev = "v${finalAttrs.version}";
14-
hash = "sha256-7c+7l9/xg112SVDUqNi12fg6unq6qE6xmMwIrEJk6PQ=";
14+
hash = "sha256-Em/5HXKVXAwsWYoJp+50Y+5Oe+JfJ4pYQd0+D7PoyGg=";
1515
};
1616

1717
installPhase = ''

0 commit comments

Comments
 (0)