zoneminder: 1.36.34 -> 1.36.35 (#353015)

This commit is contained in:
Weijia Wang 2024-11-03 03:27:24 +01:00 committed by GitHub
commit ff7219bf79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};