subnetcalc: 2.6.4 -> 2.6.5

This commit is contained in:
R. Ryantm
2025-09-22 00:31:24 +00:00
parent 979665e7ed
commit 3ec1756f58

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 = [