mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-02 11:33:39 +08:00
update libfprint
This commit is contained in:
parent
65a37d47af
commit
a4867cd1ef
1 changed files with 9 additions and 0 deletions
|
|
@ -30,6 +30,15 @@
|
|||
});
|
||||
inherit (inputs.awww.packages.${final.stdenv.hostPlatform.system}) awww;
|
||||
inherit (inputs.nixpkgs-new-libinput.legacyPackages.${final.stdenv.hostPlatform.system}) libinput;
|
||||
libfprint = prev.libfprint.overrideAttrs (oldAttrs: {
|
||||
src = final.fetchFromGitLab {
|
||||
domain = "gitlab.freedesktop.org";
|
||||
owner = "libfprint";
|
||||
repo = "libfprint";
|
||||
rev = "d79f157282085738ea8ffbe8c2ae96fb8b3ad831";
|
||||
hash = "sha256-Ek5MxO+XgTeJ1wty0+WiMf1PUKJTyo/TjIgjWQV8wt8=";
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
inherit (inputs.niri.overlays) niri;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue