drm_info: 2.7.0 -> 2.8.0

This commit is contained in:
R. Ryantm
2025-08-29 11:36:24 +00:00
parent c73522789a
commit 0f67f49541
+2 -2
View File
@@ -14,14 +14,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "drm_info";
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "emersion";
repo = "drm_info";
rev = "v${finalAttrs.version}";
hash = "sha256-pgYhZtmyhuhxBiiTRdrEp/YsuwrD6KK/ahfO2L3mfM8=";
hash = "sha256-LtZ7JJmVNWMjJL2F6k+tcBpJ2v2fd+HNWyHAOvIi7Ko=";
};
strictDeps = true;