trurl: 0.14 -> 0.16

git changelog: https://github.com/curl/trurl/compare/trurl-0.14...trurl-0.16

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-09-19 15:29:30 +02:00
parent 4116ad8034
commit 2ad965e1db
No known key found for this signature in database
GPG Key ID: 73D5E7FDEE3DE49A

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "trurl";
version = "0.14";
version = "0.16";
src = fetchFromGitHub {
owner = "curl";
repo = pname;
rev = "${pname}-${version}";
hash = "sha256-BzsDvEsUntVwTPY/+kIKOhznDIabfioT2y4cofD+eTg=";
hash = "sha256-Og7+FVCBWohVd58GVxFN3KChcG0Kts1MokiOQXZ1OTc=";
};
outputs = [ "out" "dev" "man" ];