nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

pcsclite: 1.8.25 -> 1.8.26

authored by

R. RyanTM and committed by
Frederik Rietdijk
478fd057 3cccbaa9

+2 -2
+2 -2
pkgs/tools/security/pcsclite/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "pcsclite"; 6 - version = "1.8.25"; 6 + version = "1.8.26"; 7 7 8 8 outputs = [ "bin" "out" "dev" "doc" "man" ]; 9 9 10 10 src = fetchurl { 11 11 url = "https://pcsclite.apdu.fr/files/pcsc-lite-${version}.tar.bz2"; 12 - sha256 = "14l7irs1nsh8b036ag4cfy8wryyysch78scz5dw6xxqwqgnpjvfp"; 12 + sha256 = "1ndvvz0fgqwz70pijymsxmx25mzryb0zav1i8jjc067ndryvxdry"; 13 13 }; 14 14 15 15 patches = [ ./no-dropdir-literals.patch ];