zoneminder: 1.36.34 -> 1.36.35

Fixes GHSA-rqxv-447h-g7jx.

Changes:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.35
This commit is contained in:
Thomas Gerbet
2024-11-01 23:55:01 +01:00
parent 17915e169a
commit 356dffc6ab
+2 -2
View File
@@ -57,13 +57,13 @@ let
in stdenv.mkDerivation rec {
pname = "zoneminder";
version = "1.36.34";
version = "1.36.35";
src = fetchFromGitHub {
owner = "ZoneMinder";
repo = "zoneminder";
rev = version;
hash = "sha256-ClO1f0Aspz04C8wgQurtHWmwzu2f4RZ/1oGjPN8HQrw=";
hash = "sha256-0mpT3qjF8zlcsd6OlNIvrabDsz+oJPPy9Vn2TQSuHAI=";
fetchSubmodules = true;
};