mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
qrcode: 0-unstable-2024-06-05 -> 0-unstable-2024-07-18
This commit is contained in:
parent
65f98a6801
commit
c20fa33d8b
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user