summary refs log tree commit diff
path: root/package.nix
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-17 17:30:17 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-17 17:30:17 +0300
commit40facd116ef0b6aa264f0c98e54c8c41578c8727 (patch)
tree8042c6d332f98f8fa9ce5182c3f9dc3c3740a9d1 /package.nix
parentFix the download path for the Windows notification lib (diff)
downloadnheko-40facd116ef0b6aa264f0c98e54c8c41578c8727.tar.xz
Bump version to v0.5.1
Diffstat (limited to '')
-rw-r--r--package.nix2
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: