Merge pull request #193375 from r-ryantm/auto-update/hw-probe

hw-probe: 1.6.4 -> 1.6.5
This commit is contained in:
Mario Rodas 2022-09-29 21:52:48 -05:00 committed by GitHub
commit ce7b368bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,13 +60,13 @@
stdenv.mkDerivation rec {
pname = "hw-probe";
version = "1.6.4";
version = "1.6.5";
src = fetchFromGitHub {
owner = "linuxhw";
repo = pname;
rev = version;
sha256 = "sha256:028wnhrbn10lfxwmcpzdbz67ygldimv7z1k1bm64ggclykvg5aim";
sha256 = "sha256-WlLSgjVLqGGtwCyyUn9X3XbE2Yhz6LD245+U2JgGd+k=";
};
makeFlags = [ "prefix=$(out)" ];