lol

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

hwdata: 0.312 -> 0.313

authored by

Silvan Mosberger and committed by
GitHub
048133b5 94791ef9

+3 -3
+3 -3
pkgs/os-specific/linux/hwdata/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "hwdata-${version}"; 5 - version = "0.312"; 5 + version = "0.313"; 6 6 7 7 src = fetchurl { 8 - url = "https://github.com/vcrhonek/hwdata/archive/v0.312.tar.gz"; 9 - sha256 = "04dbxfn40b8vyw49qpkslv20akbqm5hwl3cndmqacp6cik1l0gai"; 8 + url = "https://github.com/vcrhonek/hwdata/archive/v0.313.tar.gz"; 9 + sha256 = "0x0qk2cim1mv8cl8h8rwqn8mbbs43j04rn06m81b531i182zii17"; 10 10 }; 11 11 12 12 preConfigure = "patchShebangs ./configure";