Merge pull request #95464 from sternenseemann/tllist-1.0.2

tllist: 1.0.1 → 1.0.2
This commit is contained in:
Daniël de Kok 2020-08-15 08:29:49 +02:00 committed by GitHub
commit 99ab8713bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "tllist";
version = "1.0.1";
version = "1.0.2";
src = fetchgit {
url = "https://codeberg.org/dnkl/tllist.git";
rev = "${version}";
sha256 = "0xifbbfg1kn281jybdc6ns5kzz0daha4hf47bd0yc0wcmvcfbgmp";
sha256 = "095wly66z9n2r6h318rackgl4g1w9l1vj96367ngcw7rpva9yppl";
};
nativeBuildInputs = [