nheko: 0.6.0 -> 0.6.1
This commit is contained in:
parent
07cc937d60
commit
98cb225d9f
@ -20,13 +20,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nheko-${version}";
|
name = "nheko-${version}";
|
||||||
version = "0.6.0";
|
version = "0.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mujx";
|
owner = "mujx";
|
||||||
repo = "nheko";
|
repo = "nheko";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1qd2c5684722jlpgqyxq6pbb1rdk1zc3sk88mkjyqypj1k0pj3dc";
|
sha256 = "00jigca7kcqwm57qalz7ifz9p6v7p3pnamjvpkxjjix2rm9wmg2q";
|
||||||
};
|
};
|
||||||
|
|
||||||
# If, on Darwin, you encounter the error
|
# If, on Darwin, you encounter the error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user