Merge pull request #112871 from r-ryantm/auto-update/eudev

eudev: 3.2.9 -> 3.2.10

authored by Michael Raskin and committed by GitHub 15e3cfd7 c1b9e4c8

+2 -2
+2 -2
pkgs/os-specific/linux/eudev/default.nix
··· 3 3 s = # Generated upstream information 4 4 rec { 5 5 baseName="eudev"; 6 - version = "3.2.9"; 6 + version = "3.2.10"; 7 7 name="${baseName}-${version}"; 8 8 url="http://dev.gentoo.org/~blueness/eudev/eudev-${version}.tar.gz"; 9 - sha256 = "1z6lfhhbjs6j7pbp6ybn17ywjsdl87ql6g1p3m2y26aa10cqcqc9"; 9 + sha256 = "sha256-h7sCjUcP0bhRaTSbRMVdW3M3M9wtUN3xGW4CZyXq0DQ="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ pkg-config ];