Merge pull request #246948 from fgaz/dayon/12.0.1

This commit is contained in:
Janik 2023-08-03 23:09:15 +02:00 committed by GitHub
commit 1a9739c1b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "dayon";
version = "11.0.7";
version = "12.0.1";
src = fetchFromGitHub {
owner = "RetGal";
repo = "dayon";
rev = "v${version}";
hash = "sha256-3TbJVM5po4aUAOsY7JJs/b5tUzH3WGnca/H83IeMQ2s=";
hash = "sha256-SCInonMTvBXtiDxWlN8QWNS+8MFB52vloonqfLcAEis=";
};
# https://github.com/RetGal/Dayon/pull/66