mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
libgbm: 26.0.3 -> 26.1.3
This commit is contained in:
parent
85da0b85ce
commit
bc52944a1e
1 changed files with 2 additions and 2 deletions
|
|
@ -20,14 +20,14 @@ stdenv.mkDerivation rec {
|
|||
|
||||
# We don't use the versions from common.nix, because libgbm is a world rebuild,
|
||||
# so the updates need to happen separately on staging.
|
||||
version = "26.0.3";
|
||||
version = "26.1.3";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.freedesktop.org";
|
||||
owner = "mesa";
|
||||
repo = "mesa";
|
||||
rev = "mesa-${version}";
|
||||
hash = "sha256-CTOnJKsx9hDtLhDnuJSGc/lBQ2ZcDm3/Iie7awusGho=";
|
||||
hash = "sha256-W2Ud9wmiIuDYMnFj8sK2SGAI1WayMCtdj7/7od/1Ql4=";
|
||||
};
|
||||
|
||||
mesonAutoFeatures = "disabled";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue