linuxPackages.r8125: 9.016.00 -> 9.016.01 (#436767)

authored by Wolfgang Walther and committed by GitHub df9e27ab 7cfc3e2b

+2 -2
+2 -2
pkgs/os-specific/linux/r8125/default.nix
··· 8 8 9 9 stdenv.mkDerivation (finalAttrs: { 10 10 pname = "r8125"; 11 - version = "9.016.00"; 11 + version = "9.016.01"; 12 12 13 13 src = fetchFromGitLab { 14 14 domain = "salsa.debian.org"; 15 15 owner = "debian"; 16 16 repo = "r8125"; 17 17 tag = "upstream/${finalAttrs.version}"; 18 - hash = "sha256-dWsJNU25LxlXw9W+RVcC3zpHgsuUb+59OVidHqIYrYw="; 18 + hash = "sha256-Sg+f27nujBFtk0UxhVlc3c07MZVGVkEFAP5BH/NE0C4="; 19 19 }; 20 20 21 21 hardeningDisable = [ "pic" ];