pcsclite: 2.0.1 -> 2.0.3
Diff: https://salsa.debian.org/rousseau/PCSC/-/compare/refs/tags/2.0.1...2.0.3 Changelog: https://salsa.debian.org/rousseau/PCSC/-/blob/2.0.3/ChangeLog Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
parent
9b4937d421
commit
9782a7ce24
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
inherit pname;
|
||||
version = "2.0.1";
|
||||
version = "2.0.3";
|
||||
|
||||
outputs = [ "out" "lib" "dev" "doc" "man" ];
|
||||
|
||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
owner = "rousseau";
|
||||
repo = "PCSC";
|
||||
rev = "refs/tags/${finalAttrs.version}";
|
||||
hash = "sha256-7NGlU4byGxtGBticewg8K4FUiDSQZAiB7Q/y+LaqKPo=";
|
||||
hash = "sha256-VDQh2PYAMFwgWvZFD20H3JxgKSFrSUoDLv/6fKEoy5Y=";
|
||||
};
|
||||
|
||||
configureFlags = [
|
||||
|
|
Loading…
Reference in a new issue