We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0900ec7 commit b7817f4Copy full SHA for b7817f4
pkgs/by-name/li/libgpiod/package.nix
@@ -11,12 +11,12 @@
11
12
stdenv.mkDerivation rec {
13
pname = "libgpiod";
14
- version = "2.2";
+ version = "2.2.1";
15
16
src = fetchgit {
17
url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git";
18
tag = "v${version}";
19
- hash = "sha256-xRuYBbL2jR0ebCMI6MG/flWfhRvs6o5NDsfe6vV9VJo=";
+ hash = "sha256-BVVHyRmgLLUgc3qLHOXiLYaTjsPMntvIP1os9eL8v74=";
20
};
21
22
nativeBuildInputs = [
0 commit comments