mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
tintin: 2.01.8 -> 2.01.90
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
c455adcc42
commit
7a497fa762
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, zlib, pcre }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "tintin-2.01.8";
|
||||
name = "tintin-2.01.90";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/tintin/${name}.tar.gz";
|
||||
sha256 = "056g82yi784mf4gbrida9fxqmz347m2l9vad2ksv2fhl7g553y2s";
|
||||
sha256 = "0v4khry5fmsp5w370v00ici5c8ryxak4mkaz9h4xfl1jk4mfygkb";
|
||||
};
|
||||
|
||||
buildInputs = [ zlib pcre ];
|
||||
|
Loading…
Reference in New Issue
Block a user