mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
tintin: 2.02.30 -> 2.02.31
This commit is contained in:
parent
ac718d0286
commit
72a92f048e
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tintin";
|
pname = "tintin";
|
||||||
version = "2.02.30";
|
version = "2.02.31";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "scandum";
|
owner = "scandum";
|
||||||
repo = "tintin";
|
repo = "tintin";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-zZ7bajZURMuaTn7vhN5DF2HUfNVlDWnp71FXPCbidnM=";
|
hash = "sha256-emCxA5+YB4S7QXxRqkDKN1xeWttR857VfGzFQ1cGbYg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zlib pcre gnutls ]
|
buildInputs = [ zlib pcre gnutls ]
|
||||||
|
Loading…
Reference in New Issue
Block a user