wireless-regdb: 2025.07.10 -> 2025.10.07 (#450792)

This commit is contained in:
Franz Pletz
2025-10-11 13:31:01 +00:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
stdenvNoCC.mkDerivation rec {
pname = "wireless-regdb";
version = "2025.07.10";
version = "2025.10.07";
src = fetchurl {
url = "https://www.kernel.org/pub/software/network/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-qDQLzc0bXbbHkUmHnRIrFw87sHU4FxjU9Cmtgxpvoo0=";
hash = "sha256-1MhypEFUYEyGn1hR99IdgY1JKDXTcK9/WN6IR5c4AcM=";
};
dontBuild = true;