Loading pkgs/by-name/zo/zoneminder/package.nix +2 −10 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ stdenv, lib, fetchFromGitHub, fetchpatch, fetchurl, cmake, makeWrapper, Loading Loading @@ -84,24 +83,17 @@ let in stdenv.mkDerivation rec { pname = "zoneminder"; version = "1.36.36"; version = "1.36.38"; src = fetchFromGitHub { owner = "ZoneMinder"; repo = "zoneminder"; tag = version; hash = "sha256-q+LpM8JSjcroGa04CqQ7PUU/WvZ9YCVhGOhwBAhOFY0="; hash = "sha256-c/Q+h0ntJ4XUuvgrLSlWfue4GL4nGARgmXt0En334Y4="; fetchSubmodules = true; }; patches = [ # Fix building against FFmpeg 8.0 # https://github.com/ZoneMinder/zoneminder/pull/4466 (fetchpatch { url = "https://github.com/peat-psuwit/zoneminder/commit/15241687e9ccd97d7866cc7245324472ff6c7f0e.patch"; hash = "sha256-DXeoYOMI3Hcpwshg6wiBxaoTPOswLVV3Weq3Mh5Vaw0="; }) ./default-to-http-1dot1.patch ./0001-Don-t-use-file-timestamp-in-cache-filename.patch ]; Loading Loading
pkgs/by-name/zo/zoneminder/package.nix +2 −10 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ stdenv, lib, fetchFromGitHub, fetchpatch, fetchurl, cmake, makeWrapper, Loading Loading @@ -84,24 +83,17 @@ let in stdenv.mkDerivation rec { pname = "zoneminder"; version = "1.36.36"; version = "1.36.38"; src = fetchFromGitHub { owner = "ZoneMinder"; repo = "zoneminder"; tag = version; hash = "sha256-q+LpM8JSjcroGa04CqQ7PUU/WvZ9YCVhGOhwBAhOFY0="; hash = "sha256-c/Q+h0ntJ4XUuvgrLSlWfue4GL4nGARgmXt0En334Y4="; fetchSubmodules = true; }; patches = [ # Fix building against FFmpeg 8.0 # https://github.com/ZoneMinder/zoneminder/pull/4466 (fetchpatch { url = "https://github.com/peat-psuwit/zoneminder/commit/15241687e9ccd97d7866cc7245324472ff6c7f0e.patch"; hash = "sha256-DXeoYOMI3Hcpwshg6wiBxaoTPOswLVV3Weq3Mh5Vaw0="; }) ./default-to-http-1dot1.patch ./0001-Don-t-use-file-timestamp-in-cache-filename.patch ]; Loading