ipv6calc: 4.2.1 -> 4.2.2 (#374294)

This commit is contained in:
Arne Keller
2025-01-22 09:58:25 +01:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "ipv6calc";
version = "4.2.1";
version = "4.2.2";
src = fetchFromGitHub {
owner = "pbiering";
repo = pname;
rev = version;
sha256 = "sha256-2agZ/EqLbFdYh7qGDGX938TeCGZr1mUw4mQLy+O2+ug=";
sha256 = "sha256-Mu9tcx/J58cRRqExlqvQzMIR87wJWX8eDacTVCZ7bNs=";
};
buildInputs = [