Skip to content

Commit c36e944

Browse files
authored
libcacard: 2.8.1 -> 2.8.2 (#485047)
2 parents a71c103 + 5be987c commit c36e944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libcacard/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "libcacard";
12-
version = "2.8.1";
12+
version = "2.8.2";
1313

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

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

0 commit comments

Comments
 (0)