Skip to content

Commit

Permalink
minidlna: 1.1.5 -> 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dywedir authored and vbgl committed Sep 9, 2017
1 parent 6e009ed commit 7977013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/minidlna/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, ffmpeg, flac, libvorbis, libogg, libid3tag, libexif, libjpeg, sqlite, gettext }:

let version = "1.1.5"; in
let version = "1.2.1"; in

stdenv.mkDerivation {
name = "minidlna-${version}";

src = fetchurl {
url = "mirror://sourceforge/project/minidlna/minidlna/${version}/minidlna-${version}.tar.gz";
sha256 = "16xb2nz8g1dwcail1zmpj8s426pygz0fdpd6ip6zaamv2q2asxw4";
sha256 = "1v1ffhmaqxpvf2vv4yyvjsks4skr9y088853awsh7ixh7ai8nf37";
};

preConfigure = ''
Expand All @@ -28,7 +28,7 @@ stdenv.mkDerivation {
MiniDLNA (aka ReadyDLNA) is server software with the aim of being fully
compliant with DLNA/UPnP-AV clients.
'';
homepage = http://sourceforge.net/projects/minidlna/;
homepage = https://sourceforge.net/projects/minidlna/;
license = licenses.gpl2;
platforms = platforms.linux;
};
Expand Down

0 comments on commit 7977013

Please sign in to comment.