dayon: 13.0.1 -> 13.0.2

This commit is contained in:
R. Ryantm 2024-02-18 23:54:50 +00:00 committed by Francesco Gazzetta
parent 869c6dc777
commit 171812ea70

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "dayon"; pname = "dayon";
version = "13.0.1"; version = "13.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "RetGal"; owner = "RetGal";
repo = "dayon"; repo = "dayon";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-nevDC4kfVSgfmJZiCj82mc+/yZcIgub3CP9qi9ISF3o="; hash = "sha256-sKA50D+VYjfKzdZAppIGfU5uJqrCrZPEsk9EEMBxu3I=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [