3
0
Fork 0
forked from mirrors/nixpkgs

minidlna: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm 2023-06-05 20:07:20 +00:00
parent ed059d6a97
commit 98586c419d

View file

@ -2,7 +2,7 @@
let
pname = "minidlna";
version = "1.3.2";
version = "1.3.3";
in
stdenv.mkDerivation {
inherit pname version;
@ -10,7 +10,7 @@ stdenv.mkDerivation {
src = fetchgit {
url = "https://git.code.sf.net/p/${pname}/git";
rev = "v${builtins.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-v+puglrbuLqHIAbrO7bhOA0npc/GYp0Bdi3DnD9qyII=";
hash = "sha256-InsSguoGi1Gp8R/bd4/c16xqRuk0bRsgw7wvcbokgKo=";
};
preConfigure = ''