Merge pull request #116695 from r-ryantm/auto-update/drm_info

drm_info: 2.2.0 -> 2.3.0
This commit is contained in:
Ryan Mulligan 2021-03-22 21:22:20 -07:00 committed by GitHub
commit d20e020961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "drm_info";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "ascent12";
repo = "drm_info";
rev = "v${version}";
sha256 = "0s4zp8xz21zcpinbcwdvg48rf0xr7rs0dqri28q093vfmllsk36f";
sha256 = "sha256-UTDYLe3QezPCyG9CIp+O+KX716JDTL9mn+OEjjyTwlg=";
};
nativeBuildInputs = [ meson ninja pkg-config ];