Skip to content

Commit

Permalink
Merge pull request #329417 from r-ryantm/auto-update/qrcode
Browse files Browse the repository at this point in the history
qrcode: 0-unstable-2024-06-05 -> 0-unstable-2024-07-18
  • Loading branch information
7c6f434c authored Jul 24, 2024
2 parents c7035aa + c20fa33 commit 9f6d76a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/qr/qrcode/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit 9f6d76a

Please sign in to comment.