tintin: 2.02.51 -> 2.02.60 (#478640)

This commit is contained in:
Donovan Glover
2026-01-12 00:28:12 +00:00
committed by GitHub
+4 -4
View File
@@ -3,24 +3,24 @@
fetchFromGitHub,
lib,
zlib,
pcre,
pcre2,
gnutls,
}:
stdenv.mkDerivation rec {
pname = "tintin";
version = "2.02.51";
version = "2.02.60";
src = fetchFromGitHub {
owner = "scandum";
repo = "tintin";
rev = version;
hash = "sha256-QU9Q2VbJ44NHm//LTwDoHQIUV/LnLM94I7GtoCxL3js=";
hash = "sha256-2pkQv3Tf0cT0P7x1eiQYYlDYr9kA5F4DQxb8muJFX6Y=";
};
buildInputs = [
zlib
pcre
pcre2
gnutls
];