about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2024-02-20 20:49:01 +0100
committerGitHub <noreply@github.com>2024-02-20 20:49:01 +0100
commit57d41a34f2e7e9b8b612f47bb249355d7fc55e0b (patch)
tree0f8e8057383c4641a731e3dd06a936084ff08e0c /pkgs/applications/video
parent0b0de555f02d910129ce24ff38b7c1eb03bd1f3f (diff)
parentb0d8a540a96f9ba77cee0e66e394a51baddc6a44 (diff)
Merge pull request #289933 from r-ryantm/auto-update/frigate
frigate: 0.13.1 -> 0.13.2
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/frigate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/frigate/default.nix b/pkgs/applications/video/frigate/default.nix
index d6437d09f421f..9aee25c46ce55 100644
--- a/pkgs/applications/video/frigate/default.nix
+++ b/pkgs/applications/video/frigate/default.nix
@@ -9,14 +9,14 @@
 }:
 
 let
-  version = "0.13.1";
+  version = "0.13.2";
 
   src = fetchFromGitHub {
     #name = "frigate-${version}-source";
     owner = "blakeblackshear";
     repo = "frigate";
     rev = "refs/tags/v${version}";
-    hash = "sha256-2J7DhnYDX9ubbsk0qhji/vIKDouy9IqQztzbdPj2kxo=";
+    hash = "sha256-NVT7yaJkVA7b7GL0S0fHjNneBzhjCru56qY1Q4sTVcE=";
   };
 
   frigate-web = callPackage ./web.nix {