Skip to content

Commit

Permalink
libp11: 0.4.12 -> 0.4.13
Browse files Browse the repository at this point in the history
(cherry picked from commit 64ca378)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Dec 29, 2024
1 parent 2fafce5 commit 4e32c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/li/libp11/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "libp11";
version = "0.4.12";
version = "0.4.13";

src = fetchFromGitHub {
owner = "OpenSC";
repo = "libp11";
rev = "${pname}-${version}";
sha256 = "sha256-Xqjl12xT30ZXWYzPWNN3jWY9pxojhd7Kq0OC7rABt4M=";
sha256 = "sha256-teYXlPtCt6ifQDArbCJWGrYl9pdr6V7HVpU4HXTPIco=";
};

configureFlags = [
Expand Down

0 comments on commit 4e32c2e

Please sign in to comment.