tllist: 1.0.2 -> 1.0.4

This commit is contained in:
Sergey Makarov 2020-10-12 19:11:31 +03:00
parent 99a6e13929
commit 445e34a268
No known key found for this signature in database
GPG Key ID: 6AA23A1193B7064B

View File

@ -2,18 +2,20 @@
stdenv.mkDerivation rec {
pname = "tllist";
version = "1.0.2";
version = "1.0.4";
src = fetchgit {
url = "https://codeberg.org/dnkl/tllist.git";
rev = "${version}";
sha256 = "095wly66z9n2r6h318rackgl4g1w9l1vj96367ngcw7rpva9yppl";
rev = version;
sha256 = "sha256-+u8p/VmI61SGRhZHaJBwgcVNetNOrYzg2NVQehbfRqg=";
};
nativeBuildInputs = [
meson ninja
];
doCheck = true;
meta = with lib; {
homepage = "https://codeberg.org/dnkl/tllist";
description = "C header file only implementation of a typed linked list";