Skip to content

Commit

Permalink
opensc: 0.25.1 -> 0.26.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 2c2e671)
  • Loading branch information
michaeladler committed Nov 22, 2024
1 parent df94f89 commit 9a08ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/opensc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
pname = "opensc";
version = "0.25.1";
version = "0.26.0";

src = fetchFromGitHub {
owner = "OpenSC";
repo = "OpenSC";
rev = version;
sha256 = "sha256-Ktvp/9Hca87qWmDlQhFzvWsr7TvNpIAvOFS+4zTZbB8=";
sha256 = "sha256-EIQ9YpIGwckg/JjpK0S2ZYdFf/0YC4KaWcLXRNRMuzA=";
};

nativeBuildInputs = [ pkg-config autoreconfHook ];
Expand Down

0 comments on commit 9a08ea1

Please sign in to comment.