hwdata 0.367 -> 0.368 https://github.com/vcrhonek/hwdata/releases attrpath: hwdata Checking auto update branch... No auto update branch exists Old version 0.367" not present in staging derivation file with contents: { lib, stdenv, fetchFromGitHub }: stdenv.mkDerivation rec { pname = "hwdata"; version = "0.368"; src = fetchFromGitHub { owner = "vcrhonek"; repo = "hwdata"; rev = "v${version}"; sha256 = "sha256-+9UyF4tcy5cJPjbyQ2RuWVJkBsZut+YX2ncUJIqIQZo="; }; postPatch = '' patchShebangs ./configure ''; configureFlags = [ "--datadir=${placeholder "out"}/share" ]; doCheck = false; # this does build machine-specific checks (e.g. enumerates PCI bus) meta = { homepage = "https://github.com/vcrhonek/hwdata"; description = "Hardware Database, including Monitors, pci.ids, usb.ids, and video cards"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ pedrohlc ]; platforms = lib.platforms.all; }; } hwdata 0.367 -> 0.368 https://github.com/vcrhonek/hwdata/releases attrpath: hwdata Checking auto update branch... No auto update branch exists Old version 0.367" not present in staging derivation file with contents: { lib, stdenv, fetchFromGitHub }: stdenv.mkDerivation rec { pname = "hwdata"; version = "0.368"; src = fetchFromGitHub { owner = "vcrhonek"; repo = "hwdata"; rev = "v${version}"; sha256 = "sha256-+9UyF4tcy5cJPjbyQ2RuWVJkBsZut+YX2ncUJIqIQZo="; }; postPatch = '' patchShebangs ./configure ''; configureFlags = [ "--datadir=${placeholder "out"}/share" ]; doCheck = false; # this does build machine-specific checks (e.g. enumerates PCI bus) meta = { homepage = "https://github.com/vcrhonek/hwdata"; description = "Hardware Database, including Monitors, pci.ids, usb.ids, and video cards"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ pedrohlc ]; platforms = lib.platforms.all; }; }