hw-probe: 1.6.4 -> 1.6.5

This commit is contained in:
R. Ryantm 2022-09-28 18:45:18 +00:00
parent bc71a15e46
commit a82319fe74

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)" ];