linuxPackages.r8125: 9.015.00 -> 9.016.00

This commit is contained in:
R. Ryantm
2025-06-19 12:42:48 +00:00
parent 9422633af4
commit 96cf82e1ba
+2 -2
View File
@@ -7,14 +7,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "r8125";
version = "9.015.00";
version = "9.016.00";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "debian";
repo = "r8125";
tag = "upstream/${finalAttrs.version}";
hash = "sha256-RA7rvvF2Ngeu+hSACBbKfAJgLbPqhaXG14DH2NmztTE=";
hash = "sha256-dWsJNU25LxlXw9W+RVcC3zpHgsuUb+59OVidHqIYrYw=";
};
hardeningDisable = [ "pic" ];