We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bf64f7 + 6936a70 commit fd487d6Copy full SHA for fd487d6
pkgs/by-name/mi/miniupnpc/package.nix
@@ -8,13 +8,13 @@
8
9
stdenv.mkDerivation rec {
10
pname = "miniupnpc";
11
- version = "2.3.1";
+ version = "2.3.2";
12
13
src = fetchFromGitHub {
14
owner = "miniupnp";
15
repo = "miniupnp";
16
rev = "miniupnpc_${lib.replaceStrings [ "." ] [ "_" ] version}";
17
- hash = "sha256-kGbw1/2mskFTbPuDTEoGYtOl+H+XyLESF7zaZPD81k8=";
+ hash = "sha256-Fjd4JPk6Uc7cPPQu9NiBv82XArd11TW+7sTL3wC9/+s=";
18
};
19
20
sourceRoot = "${src.name}/miniupnpc";
0 commit comments