lol

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

ccid: 1.5.4 -> 1.5.5

authored by

Weijia Wang and committed by
GitHub
753775b2 6960a8c4

+2 -2
+2 -2
pkgs/tools/security/ccid/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "ccid"; 15 - version = "1.5.4"; 15 + version = "1.5.5"; 16 16 17 17 src = fetchurl { 18 18 url = "https://ccid.apdu.fr/files/${pname}-${version}.tar.bz2"; 19 - hash = "sha256-boMq3Bcuzc/e4rVvMxRGhIgsvpctr/GTjnqcc6ZPiL8="; 19 + hash = "sha256-GUcI91/jadRd18Feiz6Kfbi0nPxVV1dMoqLnbvEsoMo="; 20 20 }; 21 21 22 22 postPatch = ''