Skip to content

Commit fd487d6

Browse files
miniupnpc: 2.3.1 -> 2.3.2 (#387514)
2 parents 1bf64f7 + 6936a70 commit fd487d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mi/miniupnpc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "miniupnpc";
11-
version = "2.3.1";
11+
version = "2.3.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "miniupnp";
1515
repo = "miniupnp";
1616
rev = "miniupnpc_${lib.replaceStrings [ "." ] [ "_" ] version}";
17-
hash = "sha256-kGbw1/2mskFTbPuDTEoGYtOl+H+XyLESF7zaZPD81k8=";
17+
hash = "sha256-Fjd4JPk6Uc7cPPQu9NiBv82XArd11TW+7sTL3wC9/+s=";
1818
};
1919

2020
sourceRoot = "${src.name}/miniupnpc";

0 commit comments

Comments
 (0)