diff options
author | Artturin <Artturin@artturin.com> | 2023-03-07 22:54:03 +0200 |
---|---|---|
committer | Artturin <Artturin@artturin.com> | 2023-03-07 22:54:03 +0200 |
commit | 9f031004e71fe8cfa4ae1095a50a3afd8cdfe3d5 (patch) | |
tree | ecc90fa4cfc3c5bb0a3b8bcb98ab271c58129d58 /pkgs/development/libraries/libdisplay-info | |
parent | 7d2b144f7e6e8c8227f1c9fdf045c054e79a97bd (diff) |
libdisplay-info: 0.1.0 -> 0.1.1
fixes the pkg-config pc filename https://gitlab.freedesktop.org/emersion/libdisplay-info/-/commit/d0ad02c6405ffb892d2afd4368db5cf1d322f7d2
Diffstat (limited to 'pkgs/development/libraries/libdisplay-info')
-rw-r--r-- | pkgs/development/libraries/libdisplay-info/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libdisplay-info/default.nix b/pkgs/development/libraries/libdisplay-info/default.nix index fa499a0014649..3e29f621cb046 100644 --- a/pkgs/development/libraries/libdisplay-info/default.nix +++ b/pkgs/development/libraries/libdisplay-info/default.nix @@ -11,14 +11,14 @@ stdenv.mkDerivation rec { pname = "libdisplay-info"; - version = "0.1.0"; + version = "0.1.1"; src = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "emersion"; repo = pname; rev = version; - sha256 = "sha256-jfi7RpEtyQicW0WWhrQg28Fta60YWxTbpbmPHmXxDhw="; + sha256 = "sha256-7t1CoLus3rPba9paapM7+H3qpdsw7FlzJsSHFwM/2Lk="; }; nativeBuildInputs = [ meson pkg-config ninja edid-decode python3 ]; |