Merge pull request #201220 from hzeller/20221114-update-minidlna
This commit is contained in:
commit
8fd694f5de
1 changed files with 2 additions and 3 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue