zoneminder: 1.36.35 -> 1.36.36
Changelog: https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.36
This commit is contained in:
@@ -83,13 +83,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "zoneminder";
|
||||
version = "1.36.35";
|
||||
version = "1.36.36";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ZoneMinder";
|
||||
repo = "zoneminder";
|
||||
tag = version;
|
||||
hash = "sha256-0mpT3qjF8zlcsd6OlNIvrabDsz+oJPPy9Vn2TQSuHAI=";
|
||||
hash = "sha256-q+LpM8JSjcroGa04CqQ7PUU/WvZ9YCVhGOhwBAhOFY0=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user