diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-05-03 19:09:22 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-05-03 19:09:22 +0300 |
commit | 5caaa9d3c49d97750aad688d1d3bfc1072799553 (patch) | |
tree | bd451aae63b49a94b71c1380f3afc753f2e7c429 /package.nix | |
parent | Remove flickering by updating auto-complete menu items in-place (diff) | |
download | nheko-5caaa9d3c49d97750aad688d1d3bfc1072799553.tar.xz |
Bump version
Diffstat (limited to '')
-rw-r--r-- | package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.nix b/package.nix index 8e132dc3..cb288d6c 100644 --- a/package.nix +++ b/package.nix @@ -1,6 +1,6 @@ { stdenv, qtbase, qttranslations, qtmultimedia, lmdb, cmake }: stdenv.mkDerivation rec { - version = "0.3.1"; + version = "0.4.0"; name = "nheko-${version}"; src = builtins.filterSource (path: type: |