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