Merge pull request #38902 from Ekleog/nheko-0.3.1

nheko: 0.3.0 -> 0.3.1
This commit is contained in:
Jörg Thalheim 2018-04-15 19:54:55 +01:00 committed by GitHub
commit fb9d7e0aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,13 +47,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "nheko-${version}"; name = "nheko-${version}";
version = "0.3.0"; version = "0.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mujx"; owner = "mujx";
repo = "nheko"; repo = "nheko";
rev = "v${version}"; rev = "v${version}";
sha256 = "178z64vkl7nmr1amgsgvdcwipj8czp7vbvidxllxiwal21yvqpky"; sha256 = "1dqd698p6wicz0x1lb6mzlwcp68sjkivanb9lwz3yy1mlmy8i3jn";
}; };
# This patch is likely not strictly speaking needed, but will help detect when # This patch is likely not strictly speaking needed, but will help detect when