mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
hwdata: 0.308 -> 0.309
Semi-automatic update. These checks were performed: - built on NixOS - found 0.309 with grep in /nix/store/jid52565zlg8jhgqarln207dcj5g9njn-hwdata-0.309 - found 0.309 in filename of file in /nix/store/jid52565zlg8jhgqarln207dcj5g9njn-hwdata-0.309
This commit is contained in:
parent
b63297b203
commit
ba1e24c749
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "hwdata-${version}";
|
name = "hwdata-${version}";
|
||||||
version = "0.308";
|
version = "0.309";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/vcrhonek/hwdata/archive/v0.308.tar.gz";
|
url = "https://github.com/vcrhonek/hwdata/archive/v0.309.tar.gz";
|
||||||
sha256 = "17zcwplw41dfwb2l9jfgvm65rjzlsbv30f56d6vgiix042f92vcq";
|
sha256 = "1njx4lhg7a0cawz82x535vk4mslmnfj7nmf8dbq8kgqxiqh6h2c7";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = "patchShebangs ./configure";
|
preConfigure = "patchShebangs ./configure";
|
||||||
|
Loading…
Reference in New Issue
Block a user