Unverified Commit 5c162104 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

subnetcalc: 2.6.4 -> 2.6.5 (#445104)

parents 3da6f8b8 3ec1756f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "subnetcalc";
  version = "2.6.4";
  version = "2.6.5";

  src = fetchFromGitHub {
    owner = "dreibh";
    repo = "subnetcalc";
    tag = "subnetcalc-${finalAttrs.version}";
    hash = "sha256-FpDbU9kqen+NsJd8bSMUkTeq441+BXTKx/xKwcEBk10=";
    hash = "sha256-Zv1qrox1Yg6qNg81QVXPZkB5lElaPICue+hc5muzI5Q=";
  };

  nativeBuildInputs = [