Skip to content

Commit

Permalink
Merge pull request #105339 from r-ryantm/auto-update/pkcs11-helper
Browse files Browse the repository at this point in the history
pkcs11helper: 1.26 -> 1.27
  • Loading branch information
SuperSandro2000 authored Nov 29, 2020
2 parents 91e6ee0 + 1c794ee commit 9d440b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/pkcs11helper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "pkcs11-helper";
version = "1.26";
version = "1.27";

src = fetchFromGitHub {
owner = "OpenSC";
repo = "pkcs11-helper";
rev = "${pname}-${version}";
sha256 = "15n3vy1v5gian0gh5y7vq5a6n3fngfwb41sbvrlwbjw0yh23sb1b";
sha256 = "1idrqip59bqzcgddpnk2inin5n5yn4y0dmcyaggfpdishraiqgd5";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];
Expand Down

0 comments on commit 9d440b2

Please sign in to comment.