1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

tintin: 2.02.31 -> 2.02.40

This commit is contained in:
R. Ryantm 2024-01-02 21:14:40 +00:00
parent ee291783e5
commit 684fa47648

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "tintin";
version = "2.02.31";
version = "2.02.40";
src = fetchFromGitHub {
owner = "scandum";
repo = "tintin";
rev = version;
hash = "sha256-emCxA5+YB4S7QXxRqkDKN1xeWttR857VfGzFQ1cGbYg=";
hash = "sha256-nJTxAAM5HOStYFjEopLA47ruM9uoVway+aH97AdXo/w=";
};
buildInputs = [ zlib pcre gnutls ]