Commit 5be987ce authored by R. RyanTM's avatar R. RyanTM Committed by Philip Taron
Browse files

libcacard: 2.8.1 -> 2.8.2

parent d2acf504
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 ''