summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorIngo Blechschmidt <iblech@web.de>2019-03-08 21:38:17 +0100
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-08 21:38:17 +0100
commit20e32de5e3e536a59ed540ef33a3955f0deb9f04 (patch)
tree35d061f402f5b2f44aab9ee9e170ab62e7969755 /pkgs/tools/typesetting
parent6a11ba39caf215521435461598461042945da36f (diff)
tikzit: 2.1 -> 2.1.4 (#57071)
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/tikzit/default.nix11
1 files changed, 3 insertions, 8 deletions
diff --git a/pkgs/tools/typesetting/tikzit/default.nix b/pkgs/tools/typesetting/tikzit/default.nix
index 69e3995bf624..c040677118e9 100644
--- a/pkgs/tools/typesetting/tikzit/default.nix
+++ b/pkgs/tools/typesetting/tikzit/default.nix
@@ -2,18 +2,13 @@
stdenv.mkDerivation rec {
name = "tikzit-${version}";
- version = "2.1";
+ version = "2.1.4";
src = fetchFromGitHub {
owner = "tikzit";
repo = "tikzit";
- # We don't reference the revision by the appropriate tag (v2.1) here,
- # as the version of that tag still has the old version number in the
- # relevant header file. This would cause a bad user experience, as
- # "Help > About" would still display the old version number even though
- # we indeed ship the new version 2.1.
- rev = "97c2a2a7ecae12bf376558997805c24c3b6e3e07";
- sha256 = "0sbgijbln18gac9989x484r62jlxyagkq0ap0fvzislrkac4z3y9";
+ rev = "v2.1.4";
+ sha256 = "121pgl2cdkksw48mjg6hzk7324ax6iw6fq7q3v1kdgwm8rwxm1fl";
};
nativeBuildInputs = [ qmake qttools flex bison ];