about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-12-11 15:24:25 +0000
committerGitHub <noreply@github.com>2021-12-11 15:24:25 +0000
commitd68aad6a3af976005409d509959d8c09456dbe08 (patch)
treefea0666f47cfb4e28e7e988965d099ab7d739e06 /pkgs/tools
parent97ee678aa197c66ec9205662a4a7abc7408f03ee (diff)
parent9553b26e79993917ba7d934a38e586c7b5b43962 (diff)
Merge pull request #150249 from r-ryantm/auto-update/ccid
ccid: 1.4.35 -> 1.4.36
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/ccid/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/ccid/default.nix b/pkgs/tools/security/ccid/default.nix
index a7312731203b6..d1b5f4a83c0fb 100644
--- a/pkgs/tools/security/ccid/default.nix
+++ b/pkgs/tools/security/ccid/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "ccid";
-  version = "1.4.35";
+  version = "1.4.36";
 
   src = fetchurl {
     url = "https://ccid.apdu.fr/files/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-fD4qeSTt2nIhicpXyNHP+lHn+TVKI+ga7NnRro2XEMo=";
+    sha256 = "sha256-K3OsiF8byrgZ3DV4lE0XQGJB4MckBCmJzqQ3NTtnScE=";
   };
 
   postPatch = ''