dayon: 13.0.2 -> 14.0.0

This commit is contained in:
R. Ryantm
2024-03-08 10:58:02 +01:00
committed by Francesco Gazzetta
parent b73031d324
commit e18fea5995
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dayon";
version = "13.0.2";
version = "14.0.0";
src = fetchFromGitHub {
owner = "RetGal";
repo = "dayon";
rev = "v${finalAttrs.version}";
hash = "sha256-sKA50D+VYjfKzdZAppIGfU5uJqrCrZPEsk9EEMBxu3I=";
hash = "sha256-cUaWfOpR0sNq8cRghZVW9mTVhJ5us12/lzucxetiVkg=";
};
nativeBuildInputs = [