Skip to content

Commit

Permalink
qrcode: 0-unstable-2024-06-05 -> 0-unstable-2024-07-18
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 23, 2024
1 parent 65f98a6 commit c20fa33
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 c20fa33

Please sign in to comment.