about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2023-08-03 12:38:48 +0200
committerFrancesco Gazzetta <fgaz@fgaz.me>2023-08-03 12:38:48 +0200
commit2c5ccde5ac80d15edc20e9e6d8109a63e3558597 (patch)
tree639cd15de2d57a81788e5ef1188849097ac9b723 /pkgs/applications
parentfd3ce3bb2d9c07cdba4a86ad81f9b39c94ea5e06 (diff)
dayon: 11.0.7 -> 12.0.1
Diff: https://github.com/RetGal/dayon/compare/v11.0.7...v12.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