Merge pull request #201220 from hzeller/20221114-update-minidlna

This commit is contained in:
Martin Weinelt 2022-11-14 21:52:22 +01:00 committed by GitHub
commit 8fd694f5de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''