about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/dayon
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-08 01:30:19 +0000
committerFrancesco Gazzetta <fgaz@fgaz.me>2024-03-08 10:58:02 +0100
commite18fea599594d27873546afada423bf66a5e2168 (patch)
tree6373190a36041eab2fad7efe7673e0486ff9f6cb /pkgs/applications/networking/remote/dayon
parentb73031d32463c80f93b6ea1a6c153847ac20a361 (diff)
dayon: 13.0.2 -> 14.0.0
Diffstat (limited to 'pkgs/applications/networking/remote/dayon')
-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 63e6b0fec6bc7..a68a6eddd3342 100644
--- a/pkgs/applications/networking/remote/dayon/default.nix
+++ b/pkgs/applications/networking/remote/dayon/default.nix
@@ -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 = [