mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Revert "miniupnpd: 2.1 -> 2.1.20180706 (#43186)"
This reverts commit 5d56adb4fd
.
This commit is contained in:
parent
5305f5c273
commit
00aee56f3d
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, iptables, libuuid, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "miniupnpd-2.1.20180706";
|
||||
name = "miniupnpd-2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://miniupnp.free.fr/files/download.php?file=${name}.tar.gz";
|
||||
sha256 = "01mhv3lgpj2shs3666zwlhvfiv1mpf4h9mv35g8gihyq8k82ybgw";
|
||||
sha256 = "1hg0zzvvzfgpnmngmd3ffnsk9x18lwlxlpw5jgh7y6b1jrvr824m";
|
||||
name = "${name}.tar.gz";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user