zoneminder: 1.36.35 -> 1.36.36

Changelog: https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.36
This commit is contained in:
Ratchanan Srirattanamet
2025-10-05 02:21:51 +07:00
parent 50a96edd8d
commit bc5f34276c

View File

@@ -83,13 +83,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "zoneminder"; pname = "zoneminder";
version = "1.36.35"; version = "1.36.36";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ZoneMinder"; owner = "ZoneMinder";
repo = "zoneminder"; repo = "zoneminder";
tag = version; tag = version;
hash = "sha256-0mpT3qjF8zlcsd6OlNIvrabDsz+oJPPy9Vn2TQSuHAI="; hash = "sha256-q+LpM8JSjcroGa04CqQ7PUU/WvZ9YCVhGOhwBAhOFY0=";
fetchSubmodules = true; fetchSubmodules = true;
}; };