Commit 4b2a04de authored by R. RyanTM's avatar R. RyanTM
Browse files

libgpiod: 2.0.1 -> 2.0.2

parent 7fdd1421
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
  pname = "libgpiod";
  version = "2.0.1";
  version = "2.0.2";

  src = fetchurl {
    url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz";
    hash = "sha256-tu2lU1YWCo5zkG49SOlZ74EpZ4fXZJdbEPJX6WYGaOk=";
    hash = "sha256-NTLh26/9wsWWWnYaB1DyaR7kmq0nPdu9k6z2pyextlw=";
  };

  nativeBuildInputs = [