Merge pull request #243856 from r-ryantm/auto-update/ipv6calc

ipv6calc: 4.0.2 -> 4.1.0
This commit is contained in:
Weijia Wang
2023-07-17 11:08:51 +02:00
committed by GitHub
+2 -2
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 = [