Skip to content

Commit 4325e91

Browse files
ipv6calc: 4.2.1 -> 4.2.2 (#374294)
2 parents e6407db + f4ae7af commit 4325e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ip/ipv6calc/package.nix

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

1313
stdenv.mkDerivation rec {
1414
pname = "ipv6calc";
15-
version = "4.2.1";
15+
version = "4.2.2";
1616

1717
src = fetchFromGitHub {
1818
owner = "pbiering";
1919
repo = pname;
2020
rev = version;
21-
sha256 = "sha256-2agZ/EqLbFdYh7qGDGX938TeCGZr1mUw4mQLy+O2+ug=";
21+
sha256 = "sha256-Mu9tcx/J58cRRqExlqvQzMIR87wJWX8eDacTVCZ7bNs=";
2222
};
2323

2424
buildInputs = [

0 commit comments

Comments
 (0)