lol

Merge pull request #150249 from r-ryantm/auto-update/ccid

ccid: 1.4.35 -> 1.4.36

authored by

Jörg Thalheim and committed by
GitHub
d68aad6a 97ee678a

+2 -2
+2 -2
pkgs/tools/security/ccid/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "ccid"; 5 - version = "1.4.35"; 5 + version = "1.4.36"; 6 6 7 7 src = fetchurl { 8 8 url = "https://ccid.apdu.fr/files/${pname}-${version}.tar.bz2"; 9 - sha256 = "sha256-fD4qeSTt2nIhicpXyNHP+lHn+TVKI+ga7NnRro2XEMo="; 9 + sha256 = "sha256-K3OsiF8byrgZ3DV4lE0XQGJB4MckBCmJzqQ3NTtnScE="; 10 10 }; 11 11 12 12 postPatch = ''