summary refs log tree commit diff
path: root/pkgs/applications/misc/tilda
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 17:34:35 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-02-28 20:34:17 +0000
commit8e4fe4a47daec1558c7668817c44972cc9c0931f (patch)
treeb0008be377843ef2ad93edb9be38de7cf77a992f /pkgs/applications/misc/tilda
parent9d8a5a404f94fc69ba9c0890673937e778eca49f (diff)
downloadnixpkgs-8e4fe4a47daec1558c7668817c44972cc9c0931f.tar
nixpkgs-8e4fe4a47daec1558c7668817c44972cc9c0931f.tar.gz
nixpkgs-8e4fe4a47daec1558c7668817c44972cc9c0931f.tar.bz2
nixpkgs-8e4fe4a47daec1558c7668817c44972cc9c0931f.tar.lz
nixpkgs-8e4fe4a47daec1558c7668817c44972cc9c0931f.tar.xz
nixpkgs-8e4fe4a47daec1558c7668817c44972cc9c0931f.tar.zst
nixpkgs-8e4fe4a47daec1558c7668817c44972cc9c0931f.zip
tilda: 1.3.3 -> 1.4.1
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/wrapped/tilda --help` got 0 exit code
- ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/wrapped/tilda -v` and found version 1.4.1
- ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/wrapped/tilda --version` and found version 1.4.1
- ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/tilda --help` got 0 exit code
- ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/tilda -v` and found version 1.4.1
- ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/tilda --version` and found version 1.4.1
- found 1.4.1 with grep in /nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1
- found 1.4.1 in filename of file in /nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1

cc "@AndersonTorres"
Diffstat (limited to 'pkgs/applications/misc/tilda')
-rw-r--r--pkgs/applications/misc/tilda/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/tilda/default.nix b/pkgs/applications/misc/tilda/default.nix
index 7378950b189..d5b927bb536 100644
--- a/pkgs/applications/misc/tilda/default.nix
+++ b/pkgs/applications/misc/tilda/default.nix
@@ -6,11 +6,11 @@
 stdenv.mkDerivation rec {
 
   name = "tilda-${version}";
-  version = "1.3.3";
+  version = "1.4.1";
 
   src = fetchurl {
     url = "https://github.com/lanoxx/tilda/archive/${name}.tar.gz";
-    sha256 = "1cc4qbg1m3i04lj5p6i6xbd0zvy1320pxdgmjhz5p3j95ibsbfki";
+    sha256 = "0w2hry2bqcqrkik4l100b1a9jlsih6sq8zwhfpl8zzfq20i00lfs";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];