From 2c5ccde5ac80d15edc20e9e6d8109a63e3558597 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Thu, 3 Aug 2023 12:38:48 +0200 Subject: [PATCH] dayon: 11.0.7 -> 12.0.1 Diff: https://github.com/RetGal/dayon/compare/v11.0.7...v12.0.1 --- pkgs/applications/networking/remote/dayon/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/remote/dayon/default.nix b/pkgs/applications/networking/remote/dayon/default.nix index d96ab8713640..8af457c7d4c2 100644 --- a/pkgs/applications/networking/remote/dayon/default.nix +++ b/pkgs/applications/networking/remote/dayon/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "dayon"; - version = "11.0.7"; + version = "12.0.1"; src = fetchFromGitHub { owner = "RetGal"; repo = "dayon"; rev = "v${version}"; - hash = "sha256-3TbJVM5po4aUAOsY7JJs/b5tUzH3WGnca/H83IeMQ2s="; + hash = "sha256-SCInonMTvBXtiDxWlN8QWNS+8MFB52vloonqfLcAEis="; }; # https://github.com/RetGal/Dayon/pull/66