Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 459ec6d127e7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: edef947871f2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 7, 2020

  1. pcsctools: 1.5.4 -> 1.5.5

    r-ryantm committed Jan 7, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    bd3e6a5 View commit details

Commits on Jan 9, 2020

  1. Merge pull request #77179 from r-ryantm/auto-update/pcsc-tools

    pcsctools: 1.5.4 -> 1.5.5
    marsam authored Jan 9, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    edef947 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/security/pcsctools/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/security/pcsctools/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@
let deps = lib.makeBinPath [ wget coreutils ];

in stdenv.mkDerivation rec {
name = "pcsc-tools-1.5.4";
name = "pcsc-tools-1.5.5";

src = fetchurl {
url = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools/${name}.tar.bz2";
sha256 = "14vw6ya8gzyw3lzyrsvfcxx7qm7ry39fbxcdqqh552c1lyxnm7n3";
sha256 = "01251m8hf7by8rw8fayhjxmcqvi6dp150680fpf89bqycha2vgqv";
};

buildInputs = [ udev dbus perlPackages.perl pcsclite ];