Merge pull request #115668 from r-ryantm/auto-update/tintin

tintin: 2.02.03 -> 2.02.05
This commit is contained in:
Mario Rodas 2021-03-09 22:32:37 -05:00 committed by GitHub
commit d5112782d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
assert tlsSupport -> gnutls != null;
stdenv.mkDerivation rec {
name = "tintin-2.02.03";
name = "tintin-2.02.05";
src = fetchurl {
url = "mirror://sourceforge/tintin/${name}.tar.gz";
sha256 = "0ybgy8j8i36d7f892x539vl6fl5zvvfyy5ffc98550vjr6qqhk74";
sha256 = "sha256-Y6cAUhItJNade8ASOVdF8aBBLf/UVqjoqrhXBNRL1aE=";
};
nativeBuildInputs = lib.optional tlsSupport gnutls.dev;