Unverified Commit 30b64cab authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ipv6calc: 4.3.0 -> 4.3.1 (#405976)

parents 81f83204 4d55c3af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "ipv6calc";
  version = "4.3.0";
  version = "4.3.1";

  src = fetchFromGitHub {
    owner = "pbiering";
    repo = pname;
    rev = version;
    sha256 = "sha256-ObJn7T7dGp6HjICWHWAbJjgHM08FrJx31AxIMmIexuQ=";
    sha256 = "sha256-zQ8azAd6q7mY3Jtx58cI2OL/xNZi+aA03y5QWHWjnm4=";
  };

  buildInputs = [