Skip to content

Commit b7817f4

Browse files
committed
libgpiod: 2.2 -> 2.2.1
Signed-off-by: Felix Singer <[email protected]>
1 parent 0900ec7 commit b7817f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libgpiod/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "libgpiod";
14-
version = "2.2";
14+
version = "2.2.1";
1515

1616
src = fetchgit {
1717
url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git";
1818
tag = "v${version}";
19-
hash = "sha256-xRuYBbL2jR0ebCMI6MG/flWfhRvs6o5NDsfe6vV9VJo=";
19+
hash = "sha256-BVVHyRmgLLUgc3qLHOXiLYaTjsPMntvIP1os9eL8v74=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)