Unverified Commit c36e944d authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

libcacard: 2.8.1 -> 2.8.2 (#485047)

parents a71c103d 5be987ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libcacard";
  version = "2.8.1";
  version = "2.8.2";

  src = fetchurl {
    url = "https://www.spice-space.org/download/libcacard/libcacard-${finalAttrs.version}.tar.xz";
    sha256 = "sha256-+79N6Mt9tb3/XstnL/Db5pOfufNEuQDVG6YpUymjMuc=";
    sha256 = "sha256-Rfwopv88ejWdREgTLKGQ8KnHYFQMRF26RZeltx3kD2g=";
  };

  postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''