Skip to content

Commit 667bd38

Browse files
pinarruizoutfoxxed
authored andcommitted
nix: update version to 0.2.1
1 parent 9cdda21 commit 667bd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}: let
5050
unwrapped = stdenv.mkDerivation {
5151
pname = "quickshell${lib.optionalString debug "-debug"}";
52-
version = "0.2.0";
52+
version = "0.2.1";
5353
src = nix-gitignore.gitignoreSource "/default.nix\n" ./.;
5454

5555
dontWrapQtApps = true; # see wrappers

0 commit comments

Comments
 (0)