summary refs log tree commit diff
path: root/pkgs/os-specific/linux/hwdata
diff options
context:
space:
mode:
authorPedroHLC ☭ <root@pedrohlc.com>2023-02-08 12:42:40 -0300
committerPedroHLC ☭ <root@pedrohlc.com>2023-02-08 13:48:36 -0300
commitd5f88d5d1cc6c5fdcb892b2fe58b436facd6c78a (patch)
tree1bad9550f07b6a5be35802484d4a8a877a8da486 /pkgs/os-specific/linux/hwdata
parent555c21b15ddf3bc2b05f55cb79e6a822dace79cf (diff)
downloadnixpkgs-d5f88d5d1cc6c5fdcb892b2fe58b436facd6c78a.tar
nixpkgs-d5f88d5d1cc6c5fdcb892b2fe58b436facd6c78a.tar.gz
nixpkgs-d5f88d5d1cc6c5fdcb892b2fe58b436facd6c78a.tar.bz2
nixpkgs-d5f88d5d1cc6c5fdcb892b2fe58b436facd6c78a.tar.lz
nixpkgs-d5f88d5d1cc6c5fdcb892b2fe58b436facd6c78a.tar.xz
nixpkgs-d5f88d5d1cc6c5fdcb892b2fe58b436facd6c78a.tar.zst
nixpkgs-d5f88d5d1cc6c5fdcb892b2fe58b436facd6c78a.zip
hwdata: 0.366 -> 0.367
Diffstat (limited to 'pkgs/os-specific/linux/hwdata')
-rw-r--r--pkgs/os-specific/linux/hwdata/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/hwdata/default.nix b/pkgs/os-specific/linux/hwdata/default.nix
index d7a13faf4a0..d9ae091f8f0 100644
--- a/pkgs/os-specific/linux/hwdata/default.nix
+++ b/pkgs/os-specific/linux/hwdata/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "hwdata";
-  version = "0.366";
+  version = "0.367";
 
   src = fetchFromGitHub {
     owner = "vcrhonek";
     repo = "hwdata";
     rev = "v${version}";
-    sha256 = "sha256-Qn5fx4EiE4bGmPaMcB3ne0wS5ZRRgZC+cYEH5HCRQ7g=";
+    sha256 = "sha256-cFusLjRH7E3TCEREQH4Y9fZLjB6b5IJV/NThdS7c19A=";
   };
 
   postPatch = ''
@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
     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;
   };
 }