dayon: 16.0.3 -> 17.0.0

This commit is contained in:
R. Ryantm 2025-05-23 20:20:54 +00:00
parent 980ae9854c
commit 625c4ecb33

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dayon";
version = "16.0.3";
version = "17.0.0";
src = fetchFromGitHub {
owner = "RetGal";
repo = "dayon";
rev = "v${finalAttrs.version}";
hash = "sha256-d+8Ra5JkaJ3q4TfjlOGsDLSzuL5dZP33ldVT9bSWl6k=";
hash = "sha256-YGp27LYtiEHUkkHvAxm6M9ORPqOdpPcyDoRMqKGS8To=";
};
nativeBuildInputs = [