Unverified Commit 88f9052d authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

tintin: 2.02.51 -> 2.02.60 (#478640)

parents e5fa8e04 a8e20b88
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
  ];