1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

texstudio: 4.1.1 -> 4.1.2

This commit is contained in:
R. Ryantm 2021-12-12 15:23:35 +00:00
parent 552d420f3a
commit 6871e40bbb

View file

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "texstudio";
version = "4.1.1";
version = "4.1.2";
src = fetchFromGitHub {
owner = "${pname}-org";
repo = pname;
rev = version;
sha256 = "sha256-zsZBqheHrjd17pXDIG0qWd7KI/zhNl3sQS5No0WvnBY=";
sha256 = "sha256-+HEA0IvWy0jvjFdU0sG9CzOKzysERMZBs/yHoE0I8B4=";
};
nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];