about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJanik <80165193+Janik-Haag@users.noreply.github.com>2023-08-03 23:09:15 +0200
committerGitHub <noreply@github.com>2023-08-03 23:09:15 +0200
commit1a9739c1b139c973aa9b9e41eafa11b4aed6708a (patch)
treee851f375bed0efb94f3a32294f817bf95e884e4e /pkgs/applications
parentda617ec0118932380cf035769b7fd9fe55ad945f (diff)
parent2c5ccde5ac80d15edc20e9e6d8109a63e3558597 (diff)
Merge pull request #246948 from fgaz/dayon/12.0.1
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/remote/dayon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/dayon/default.nix b/pkgs/applications/networking/remote/dayon/default.nix
index d96ab8713640c..8af457c7d4c24 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