tintin: 2.02.51 -> 2.02.60 (#478640)
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user