We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a71c103 + 5be987c commit c36e944Copy full SHA for c36e944
pkgs/by-name/li/libcacard/package.nix
@@ -9,11 +9,11 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "libcacard";
12
- version = "2.8.1";
+ version = "2.8.2";
13
14
src = fetchurl {
15
url = "https://www.spice-space.org/download/libcacard/libcacard-${finalAttrs.version}.tar.xz";
16
- sha256 = "sha256-+79N6Mt9tb3/XstnL/Db5pOfufNEuQDVG6YpUymjMuc=";
+ sha256 = "sha256-Rfwopv88ejWdREgTLKGQ8KnHYFQMRF26RZeltx3kD2g=";
17
};
18
19
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
0 commit comments