Commit b87d71a1 authored by Michael Adler's avatar Michael Adler Committed by Bjørn Forsman
Browse files

opensc: 0.22.0 -> 0.23.0

(cherry picked from commit 3a027954804ee3da5a0053ce9b0fc060b725362e)
parent 657c5e5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "opensc";
  version = "0.22.0";
  version = "0.23.0";

  src = fetchFromGitHub {
    owner = "OpenSC";
    repo = "OpenSC";
    rev = version;
    sha256 = "sha256-0IFpiG1SJq4cpS5z6kwpWSPVWjO0q0SHs+doD2vbUKs=";
    sha256 = "sha256-Yo8dwk7+d6q+hi7DmJ0GJM6/pmiDOiyEm/tEBSbCU8k=";
  };

  nativeBuildInputs = [ pkg-config autoreconfHook ];