Merge pull request #329417 from r-ryantm/auto-update/qrcode

qrcode: 0-unstable-2024-06-05 -> 0-unstable-2024-07-18
This commit is contained in:
7c6f434c 2024-07-24 00:47:32 +00:00 committed by GitHub
commit 9f6d76aa4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "qrcode";
version = "0-unstable-2024-06-05";
version = "0-unstable-2024-07-18";
src = fetchFromGitHub {
owner = "qsantos";
repo = "qrcode";
rev = "822923d1b088c58e329c155baa5e5f3e83021947";
hash = "sha256-e/HnMOcfpGaQkPdp9zww08G4Rc1z0flA2Ghu57kKsQA=";
rev = "6e882a26a30ab9478ba98591ecc547614fb62b69";
hash = "sha256-wJL+XyYnI8crKVu+xwCioD5YcFjE5a92qkbOB7juw+s=";
};
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];