Merge pull request #184162 from r-ryantm/auto-update/zxing-cpp

zxing-cpp: 1.2.0 -> 1.4.0
This commit is contained in:
Anderson Torres
2022-08-01 21:17:25 -03:00
committed by GitHub
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "zxing-cpp";
version = "1.2.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "nu-book";
repo = pname;
rev = "v${version}";
hash = "sha256-M565VNKhSmYFmCMEI9UFuHWNZWeHrf9qzZkMAw9LUr4=";
hash = "sha256-MTu8tvJXpo6+Z0aSIZ27nmerNtNBOwnL/jDkGedIiM8=";
};
nativeBuildInputs = [