mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
qrcode: unstable-2016-08-04 -> unstable-2022-01-10
This commit is contained in:
parent
9336e11d5e
commit
1aea47f678
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "qrcode";
|
||||
version = "unstable-2016-08-04";
|
||||
version = "unstable-2022-01-10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "qsantos";
|
||||
repo = "qrcode";
|
||||
rev = "ad0fdb4aafd0d56b903f110f697abaeb27deee73";
|
||||
sha256 = "0v81745nx5gny2g05946k8j553j18a29ikmlyh6c3syq6c15k8cf";
|
||||
rev = "f4475866bbf963ad118db936060f606eedc224d5";
|
||||
hash = "sha256-IbWYSAc0PvSWcxKaPUXDldGDCK/lPZjptepYtLppPmA=";
|
||||
};
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
|
||||
@ -23,6 +23,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A small QR-code tool";
|
||||
homepage = "https://github.com/qsantos/qrcode";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
platforms = with platforms; unix;
|
||||
|
Loading…
Reference in New Issue
Block a user