mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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:
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user