minidlna: 1.3.1 -> 1.3.2

A few bug-fixes and upstream patches.

Signed-off-by: Henner Zeller <h.zeller@acm.org>
This commit is contained in:
Henner Zeller 2022-11-14 10:52:14 -08:00
parent a82e6b5dae
commit 5a1852b2d0

@ -2,16 +2,15 @@
let
pname = "minidlna";
version = "1.3.1";
version = "1.3.2";
in
stdenv.mkDerivation {
inherit pname version;
# tarball for 1.3.1 is missing
src = fetchgit {
url = "https://git.code.sf.net/p/${pname}/git";
rev = "v${builtins.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-nbvz/QHSZBTZEqX/utOoOF5vorhrxGqIBA9qfpIZzyU=";
hash = "sha256-v+puglrbuLqHIAbrO7bhOA0npc/GYp0Bdi3DnD9qyII=";
};
preConfigure = ''