tllist: 1.0.2 -> 1.0.4
This commit is contained in:
parent
99a6e13929
commit
445e34a268
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user