zbar: 0.23 -> 0.23.1

This allows decoding binary QR codes, e.g as in
https://wiki.archlinux.org/index.php/Paperkey
This commit is contained in:
Kovacsics Robert 2020-05-21 18:41:57 +01:00
parent 9d21fe813f
commit d48ec14f48

View File

@ -20,7 +20,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "zbar"; pname = "zbar";
version = "0.23"; version = "0.23.1";
outputs = [ "out" "lib" "dev" "doc" "man" ]; outputs = [ "out" "lib" "dev" "doc" "man" ];
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
owner = "mchehab"; owner = "mchehab";
repo = "zbar"; repo = "zbar";
rev = version; rev = version;
sha256 = "0hlxakpyjg4q9hp7yp3har1n78341b4knwyll28hn48vykg28pza"; sha256 = "0l4nxha8k18iqzrbqpgca49lrf1gigy3kpbzl3ldw2lw8alwy8x2";
}; };
nativeBuildInputs = [ nativeBuildInputs = [