mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 08:01:50 +00:00
texmaker: 5.1.1 -> 5.1.2
This commit is contained in:
parent
ea59da44e8
commit
9bd2d91ec5
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "texmaker";
|
pname = "texmaker";
|
||||||
version = "5.1.1";
|
version = "5.1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.xm1math.net/texmaker/${pname}-${version}.tar.bz2";
|
url = "http://www.xm1math.net/texmaker/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "sha256-gANJknSWIMN+B0uAOtPil8EbjyWt4E+xOxOseR87Dd4=";
|
sha256 = "sha256-UmiW8sGuVhEw7seq6BW53Nqejut3K2VB0NyUzpGnEEQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qtbase qtscript poppler zlib qtwebengine ];
|
buildInputs = [ qtbase qtscript poppler zlib qtwebengine ];
|
||||||
|
|
Loading…
Reference in a new issue