Commit fb3e9316 authored by R. RyanTM's avatar R. RyanTM Committed by Jonathan Ringer
Browse files

libgpiod: 2.0.2 -> 2.1

parent a3c637e0
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.2";
  version = "2.1";

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

  nativeBuildInputs = [