Skip to content

Commit

Permalink
minidlna: 1.3.2 -> 1.3.3
Browse files Browse the repository at this point in the history
(cherry picked from commit 98586c4)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Jun 22, 2023
1 parent d449a45 commit 4ba6250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/minidlna/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

let
pname = "minidlna";
version = "1.3.2";
version = "1.3.3";
in
stdenv.mkDerivation {
inherit pname version;

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 = ''
Expand Down

0 comments on commit 4ba6250

Please sign in to comment.