mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
tintin: 2.01.90 -> 2.01.91
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tintin/versions
This commit is contained in:
parent
83e7a50664
commit
ed57cd6147
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, zlib, pcre }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "tintin-2.01.90";
|
||||
name = "tintin-2.01.91";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/tintin/${name}.tar.gz";
|
||||
sha256 = "0v4khry5fmsp5w370v00ici5c8ryxak4mkaz9h4xfl1jk4mfygkb";
|
||||
sha256 = "0nb3przw84r5zaibhpcb8gxm5vllrchca663c3f650fm83asd5im";
|
||||
};
|
||||
|
||||
buildInputs = [ zlib pcre ];
|
||||
|
Loading…
Reference in New Issue
Block a user