dayon: 11.0.7 -> 12.0.1

Diff: https://github.com/RetGal/dayon/compare/v11.0.7...v12.0.1
This commit is contained in:
Francesco Gazzetta 2023-08-03 12:38:48 +02:00
parent fd3ce3bb2d
commit 2c5ccde5ac

View file

@ -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