tclcurl: 7.22.0 -> 7.22.1

This commit is contained in:
R. Ryantm
2024-08-17 14:10:30 +00:00
committed by Francesco Gazzetta
parent c32d9bbf25
commit 577eaa9d50
+2 -2
View File
@@ -7,13 +7,13 @@
tcl.mkTclDerivation rec {
pname = "tclcurl";
version = "7.22.0";
version = "7.22.1";
src = fetchFromGitHub {
owner = "flightaware";
repo = "tclcurl-fa";
rev = "refs/tags/v${version}";
hash = "sha256-FQSzujHuP7vGJ51sdXh+31gRKqn98dV1kIqMKSoVB0M=";
hash = "sha256-XQuP+SiqvGX3ckBShUxsGBADjV3QdvYpU4hW6LMbMMQ=";
};
buildInputs = [ curl ];