diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-17 17:30:17 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-17 17:30:17 +0300 |
commit | 40facd116ef0b6aa264f0c98e54c8c41578c8727 (patch) | |
tree | 8042c6d332f98f8fa9ce5182c3f9dc3c3740a9d1 /package.nix | |
parent | Fix the download path for the Windows notification lib (diff) | |
download | nheko-40facd116ef0b6aa264f0c98e54c8c41578c8727.tar.xz |
Bump version to v0.5.1
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 fb8a5106..4afb6b7f 100644 --- a/package.nix +++ b/package.nix @@ -1,6 +1,6 @@ { stdenv, qtbase, qttranslations, qtmultimedia, lmdb, cmake }: stdenv.mkDerivation rec { - version = "0.5.0"; + version = "0.5.1"; name = "nheko-${version}"; src = builtins.filterSource (path: type: |