Merge pull request #246948 from fgaz/dayon/12.0.1
This commit is contained in:
commit
1a9739c1b1
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dayon";
|
pname = "dayon";
|
||||||
version = "11.0.7";
|
version = "12.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "RetGal";
|
owner = "RetGal";
|
||||||
repo = "dayon";
|
repo = "dayon";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-3TbJVM5po4aUAOsY7JJs/b5tUzH3WGnca/H83IeMQ2s=";
|
hash = "sha256-SCInonMTvBXtiDxWlN8QWNS+8MFB52vloonqfLcAEis=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/RetGal/Dayon/pull/66
|
# https://github.com/RetGal/Dayon/pull/66
|
||||||
|
Loading…
Reference in New Issue
Block a user