hwdata: 0.376 -> 0.377-2

Changes: https://github.com/vcrhonek/hwdata/compare/v0.376...v0.377-2
This commit is contained in:
Sergei Trofimovich 2023-12-10 20:00:38 +00:00
parent d4901634df
commit 2f583fdd05

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hwdata";
version = "0.376";
version = "0.377-2";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${version}";
hash = "sha256-M1uBamN09XepOembDAcHXO/UvnM9s/OiN+eNzChF5Tw=";
hash = "sha256-Nh+EIsJ/98NnflndQeSgiV2iOC0icTEfgwAySPbG6Lo=";
};
postPatch = ''