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

This commit is contained in:
Franz Pletz 2024-08-26 08:48:29 +02:00 committed by GitHub
commit a64bbc6c1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ipv6calc";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "pbiering";
repo = pname;
rev = version;
sha256 = "sha256-z4CfakCvFdCPwB52wfeooCMI51QY629nMDbCmR50fI4=";
sha256 = "sha256-2agZ/EqLbFdYh7qGDGX938TeCGZr1mUw4mQLy+O2+ug=";
};
buildInputs = [