dayon: 16.0.0 -> 16.0.1

This commit is contained in:
R. Ryantm
2025-02-27 16:30:41 +00:00
committed by Francesco Gazzetta
parent 63f0da03a3
commit 15b46a9c5a
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dayon";
version = "16.0.0";
version = "16.0.1";
src = fetchFromGitHub {
owner = "RetGal";
repo = "dayon";
rev = "v${finalAttrs.version}";
hash = "sha256-glE8Y8w70nIoOhGqYb90+HuiFeKkORjGLyixsPvjmOI=";
hash = "sha256-w5k5AiJ956+VO16e3hSjZWCTlR9l/oeNg6kWQLpFvOs=";
};
nativeBuildInputs = [