summary refs log tree commit diff
path: root/pkgs/servers/unifi
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-22 16:52:15 +0200
committerGitHub <noreply@github.com>2019-08-22 16:52:15 +0200
commit54c76638733ca5e85aefea3caefd3286e8b537c5 (patch)
tree9785ccb74578ceedbd1ed96e28438647f6b2181c /pkgs/servers/unifi
parent17a27216809238e8c4c36cc9ffd63a8753341fb6 (diff)
parent904bc753d25d3919a3846f1ea48e411b8f8fff99 (diff)
downloadnixpkgs-54c76638733ca5e85aefea3caefd3286e8b537c5.tar
nixpkgs-54c76638733ca5e85aefea3caefd3286e8b537c5.tar.gz
nixpkgs-54c76638733ca5e85aefea3caefd3286e8b537c5.tar.bz2
nixpkgs-54c76638733ca5e85aefea3caefd3286e8b537c5.tar.lz
nixpkgs-54c76638733ca5e85aefea3caefd3286e8b537c5.tar.xz
nixpkgs-54c76638733ca5e85aefea3caefd3286e8b537c5.tar.zst
nixpkgs-54c76638733ca5e85aefea3caefd3286e8b537c5.zip
Merge pull request #67055 from cw789/unifi_update
unifiStable: 5.10.25 -> 5.10.26
Diffstat (limited to 'pkgs/servers/unifi')
-rw-r--r--pkgs/servers/unifi/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/unifi/default.nix b/pkgs/servers/unifi/default.nix
index 1dc84f6cf65..65bb91364f6 100644
--- a/pkgs/servers/unifi/default.nix
+++ b/pkgs/servers/unifi/default.nix
@@ -41,16 +41,16 @@ let
 
 in rec {
 
-  # https://help.ubnt.com/hc/en-us/articles/115000441548-UniFi-Current-Controller-Versions
+  # https://help.ubnt.com/hc/en-us/articles/115000441548-UniFi-Current-Controller-Versions / https://community.ui.com/releases
 
   unifiLTS = generic {
     version = "5.6.42";
-    sha256  = "0wxkv774pw43c15jk0sg534l5za4j067nr85r5fw58iar3w2l84x";
+    sha256 = "0wxkv774pw43c15jk0sg534l5za4j067nr85r5fw58iar3w2l84x";
   };
 
   unifiStable = generic {
-    version = "5.10.25";
-    sha256  = "1v03r7qd09s6lz37wwlsrqiy1jcwxnvj1q87jwpmhdipjprcjfdx";
+    version = "5.10.26";
+    sha256 = "0rlppwxiijbzdy3v1khvzck9ypfjyznn2xak34pl0ypgw24jg637";
   };
 
   unifiTesting = generic {