Unverified Commit 37346c3f authored by Anthony's avatar Anthony Committed by GitHub
Browse files

ccid: 1.7.0 -> 1.7.1 (#494181)

parents c14c29c8 91ad477e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ccid";
  version = "1.7.0";
  version = "1.7.1";

  src = fetchFromGitHub {
    owner = "LudovicRousseau";
    repo = "CCID";
    tag = finalAttrs.version;
    hash = "sha256-6eaznSIQZl1bpIe1F9EtwotF9BjOruJ9g/c2QrTgfUg=";
    hash = "sha256-5GkpsrjGFfiGDNIhU9zsx0p7/MSVra1fse9yFhjGSFU=";
  };

  postPatch = ''