diff options
author | Emile <git@emile.space> | 2023-10-31 20:34:08 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2023-10-31 20:34:08 +0100 |
commit | 44c19a652e46d02254eb6278053d45e0ff73895a (patch) | |
tree | 5876bfb098f437e4b6cde150baa7b352fe918147 | |
parent | 5cb25d6c16ee847056266c9b9cd5d47d84875b57 (diff) |
fixed hash
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index afc8bd9..3287461 100644 --- a/flake.nix +++ b/flake.nix @@ -69,7 +69,7 @@ # https://download.wyzecam.com/firmware/base/wco_sta_4.16.4.452.zip basePath = "base"; version = "wco_sta_4.16.4.452"; - hash = "sha256-pw0KLYrQlaKm/AnS0Qr18IQIDCgQcQnhwMfQ7C+Junk="; + hash = "sha256-cbwaqN2NaqI5AQXa4movTrJAnxgk/3KbOU2KKApCtx8="; }; }; |