veroroute: 2.39 -> 2.40 (#512227)

This commit is contained in:
Niklas Hambüchen
2026-04-22 03:45:01 +00:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "veroroute";
version = "2.39";
version = "2.40";
src = fetchurl {
url = "mirror://sourceforge/veroroute/veroroute-${finalAttrs.version}.tar.gz";
hash = "sha256-+qX8NFkPkQGW29uQUEuetgW3muDP56lMJgrGCAo+5pc=";
hash = "sha256-4Wmvstjq0u8u5EFlvcGRb+UshZbtzAfRShQS2NFCllA=";
};
nativeBuildInputs = [