1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

tintin: 2.02.20 -> 2.02.30

This commit is contained in:
R. Ryantm 2023-01-08 04:42:04 +00:00
parent be313a93bb
commit 76766f8bcd

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "tintin";
version = "2.02.20";
version = "2.02.30";
src = fetchFromGitHub {
owner = "scandum";
repo = "tintin";
rev = version;
hash = "sha256-H9Cjg/GkyV50pgewv77zOJ8/Op78P9sQmZ5LorO4L+A=";
hash = "sha256-zZ7bajZURMuaTn7vhN5DF2HUfNVlDWnp71FXPCbidnM=";
};
buildInputs = [ zlib pcre gnutls ]