Merge pull request #203006 from r-ryantm/auto-update/hwdata

hwdata: 0.363 -> 0.364

authored by Mario Rodas and committed by GitHub 4aaf0cc3 6157af4b

+2 -2
+2 -2
pkgs/os-specific/linux/hwdata/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "hwdata"; 5 - version = "0.363"; 5 + version = "0.364"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "vcrhonek"; 9 9 repo = "hwdata"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-A6GNrHc/t2SVyAyJWmzQTa+pD9wGESsz7DNruW2kH4s="; 11 + sha256 = "sha256-9fGYoyj7vN3j72H+6jv/R0MaWPZ+4UNQhCSWnZRZZS4="; 12 12 }; 13 13 14 14 postPatch = ''