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

tintin: 2.02.31 -> 2.02.40
This commit is contained in:
Weijia Wang 2024-01-03 11:24:46 +01:00 committed by GitHub
commit 15341611e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ]