Commit b7817f47 authored by Felix Singer's avatar Felix Singer
Browse files

libgpiod: 2.2 -> 2.2.1

parent 0900ec79
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

stdenv.mkDerivation rec {
  pname = "libgpiod";
  version = "2.2";
  version = "2.2.1";

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

  nativeBuildInputs = [