mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-02-23 03:33:57 +11:00
nix: update version to 0.2.1
This commit is contained in:
parent
9cdda21974
commit
667bd38489
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
||||||
}: let
|
}: let
|
||||||
unwrapped = stdenv.mkDerivation {
|
unwrapped = stdenv.mkDerivation {
|
||||||
pname = "quickshell${lib.optionalString debug "-debug"}";
|
pname = "quickshell${lib.optionalString debug "-debug"}";
|
||||||
version = "0.2.0";
|
version = "0.2.1";
|
||||||
src = nix-gitignore.gitignoreSource "/default.nix\n" ./.;
|
src = nix-gitignore.gitignoreSource "/default.nix\n" ./.;
|
||||||
|
|
||||||
dontWrapQtApps = true; # see wrappers
|
dontWrapQtApps = true; # see wrappers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue