Skip to content

Commit

Permalink
tintin: 2.02.05 -> 2.02.11
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 19, 2021
1 parent 456481a commit 93185c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/tintin/default.nix
Expand Up @@ -7,11 +7,11 @@ assert tlsSupport -> gnutls != null;

stdenv.mkDerivation rec {
pname = "tintin";
version = "2.02.05";
version = "2.02.11";

src = fetchurl {
url = "mirror://sourceforge/tintin/tintin-${version}.tar.gz";
sha256 = "sha256-Y6cAUhItJNade8ASOVdF8aBBLf/UVqjoqrhXBNRL1aE=";
sha256 = "sha256-s5KJ7x4m0vW39+M/cLzYlAYMld2WwVe7l28GPFmosfU=";
};

nativeBuildInputs = lib.optional tlsSupport gnutls.dev;
Expand Down

0 comments on commit 93185c3

Please sign in to comment.