mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
qrencode: update from 3.4.3 to 3.4.4
This commit is contained in:
parent
a904585789
commit
c6b29f8117
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, libpng, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "qrencode-3.4.3";
|
||||
name = "qrencode-3.4.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}/${name}.tar.bz2";
|
||||
sha256 = "163sb580p570p27imc6jhkfdw15kzp8vy1jq92nip1rwa63i9myz";
|
||||
sha256 = "198zvsfa2y5bb3ccikrhmhd4i43apr3b26dqcf3zkjyv3n5iirgg";
|
||||
};
|
||||
|
||||
buildInputs = [ libpng ];
|
||||
|
Loading…
Reference in New Issue
Block a user