1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

Merge pull request #31984 from andir/texstudio

texstudio: 2.12.4 -> 2.12.6
This commit is contained in:
Joachim F 2017-11-23 21:29:58 +00:00 committed by GitHub
commit 9c048f4fb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "texstudio"; pname = "texstudio";
version = "2.12.4"; version = "2.12.6";
name = "${pname}-${version}"; name = "${pname}-${version}";
altname="Texstudio"; altname="Texstudio";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/texstudio/${name}.tar.gz"; url = "mirror://sourceforge/texstudio/${name}.tar.gz";
sha256 = "03917faqyy0a1k6b86blc2fcards5a1819ydgkc4jlhwiaym4iyw"; sha256 = "18rxd7ra5k2f7s4c296b3v3pqhxjmfix9xpy9i1g4jm87ygqrbnd";
}; };
nativeBuildInputs = [ qmake4Hook pkgconfig ]; nativeBuildInputs = [ qmake4Hook pkgconfig ];