nix: update version to 0.2.1

This commit is contained in:
Alejandro Pinar Ruiz 2025-12-01 19:08:33 +01:00 committed by outfoxxed
parent 9cdda21974
commit 667bd38489
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E

View file

@ -49,7 +49,7 @@
}: let
unwrapped = stdenv.mkDerivation {
pname = "quickshell${lib.optionalString debug "-debug"}";
version = "0.2.0";
version = "0.2.1";
src = nix-gitignore.gitignoreSource "/default.nix\n" ./.;
dontWrapQtApps = true; # see wrappers