ipv6calc: 4.0.2 -> 4.1.0

This commit is contained in:
R. Ryantm 2023-07-16 20:40:37 +00:00
parent b49c4f87f9
commit 14a355b0a3

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ipv6calc";
version = "4.0.2";
version = "4.1.0";
src = fetchFromGitHub {
owner = "pbiering";
repo = pname;
rev = version;
sha256 = "sha256-p/er/Ehyu7PqmikMIKPQBQ0/F81d8iiKdmLXLz+8pus=";
sha256 = "sha256-zpV3RpFPYICntNLVTC4FpkrxJ7nDh/KEzmNpg0ORWZQ=";
};
buildInputs = [