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

tintin: 2.02.20 -> 2.02.30
This commit is contained in:
Nikolay Korotkiy 2023-01-08 17:16:30 +04:00 committed by GitHub
commit 2f2aa2b846
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.20";
version = "2.02.30";
src = fetchFromGitHub {
owner = "scandum";
repo = "tintin";
rev = version;
hash = "sha256-H9Cjg/GkyV50pgewv77zOJ8/Op78P9sQmZ5LorO4L+A=";
hash = "sha256-zZ7bajZURMuaTn7vhN5DF2HUfNVlDWnp71FXPCbidnM=";
};
buildInputs = [ zlib pcre gnutls ]