tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
texmaker: 5.1.1 -> 5.1.2
R. RyanTM
4 years ago
9bd2d91e
ea59da44
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
texmaker
default.nix
+2
-2
pkgs/applications/editors/texmaker/default.nix
···
2
3
mkDerivation rec {
4
pname = "texmaker";
5
-
version = "5.1.1";
6
7
src = fetchurl {
8
url = "http://www.xm1math.net/texmaker/${pname}-${version}.tar.bz2";
9
-
sha256 = "sha256-gANJknSWIMN+B0uAOtPil8EbjyWt4E+xOxOseR87Dd4=";
10
};
11
12
buildInputs = [ qtbase qtscript poppler zlib qtwebengine ];
···
2
3
mkDerivation rec {
4
pname = "texmaker";
5
+
version = "5.1.2";
6
7
src = fetchurl {
8
url = "http://www.xm1math.net/texmaker/${pname}-${version}.tar.bz2";
9
+
sha256 = "sha256-UmiW8sGuVhEw7seq6BW53Nqejut3K2VB0NyUzpGnEEQ=";
10
};
11
12
buildInputs = [ qtbase qtscript poppler zlib qtwebengine ];