subnetcalc: 2.6.4 -> 2.6.5 (#445104)

This commit is contained in:
Matthias Beyer
2025-09-25 09:06:49 +00:00
committed by GitHub
+2 -2
View File
@@ -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 = [