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

tintin: 2.02.40 -> 2.02.41
This commit is contained in:
Weijia Wang 2024-01-13 02:53:14 +01:00 committed by GitHub
commit b26e248445
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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