zbar: 0.23.1 -> 0.23.90

This commit is contained in:
R. RyanTM 2021-02-18 19:23:27 +00:00
parent afcea01614
commit 0172521d63

View File

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