dayon: 15.0.2 -> 16.0.0

This commit is contained in:
R. Ryantm
2025-02-13 20:15:49 +00:00
committed by Francesco Gazzetta
parent 6c90ed6eee
commit fca650ed14
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dayon";
version = "15.0.2";
version = "16.0.0";
src = fetchFromGitHub {
owner = "RetGal";
repo = "dayon";
rev = "v${finalAttrs.version}";
hash = "sha256-5gpST5c3UGutrGuysBEHWqbj9O5+XagA6fTZ7D/R7Oo=";
hash = "sha256-glE8Y8w70nIoOhGqYb90+HuiFeKkORjGLyixsPvjmOI=";
};
nativeBuildInputs = [