3
0
Fork 0
forked from mirrors/nixpkgs

tintin: 2.02.03 -> 2.02.05

This commit is contained in:
R. RyanTM 2021-03-10 01:36:39 +00:00
parent 29b0d4d0b6
commit 4c5b71878d

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;