forked from mirrors/nixpkgs
minidlna: 1.3.2 -> 1.3.3
This commit is contained in:
parent
ed059d6a97
commit
98586c419d
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "minidlna";
|
pname = "minidlna";
|
||||||
version = "1.3.2";
|
version = "1.3.3";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.code.sf.net/p/${pname}/git";
|
url = "https://git.code.sf.net/p/${pname}/git";
|
||||||
rev = "v${builtins.replaceStrings [ "." ] [ "_" ] version}";
|
rev = "v${builtins.replaceStrings [ "." ] [ "_" ] version}";
|
||||||
hash = "sha256-v+puglrbuLqHIAbrO7bhOA0npc/GYp0Bdi3DnD9qyII=";
|
hash = "sha256-InsSguoGi1Gp8R/bd4/c16xqRuk0bRsgw7wvcbokgKo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Reference in a new issue