tslib: 1.23 -> 1.24 (#460163)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-09 21:54:26 +00:00
committed by GitHub
2 changed files with 2 additions and 18 deletions
+2 -7
View File
@@ -8,20 +8,15 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tslib";
version = "1.23";
version = "1.24";
src = fetchFromGitHub {
owner = "libts";
repo = "tslib";
tag = finalAttrs.version;
hash = "sha256-2YJDADh/WCksAEIjngAdji98YGmwjpvxSBZkxAwFc7k=";
hash = "sha256-WrzOTZlceYnFXi5AI5vb+ZDSRoqUDk/yyCdBUWKn0sM=";
};
patches = [
# CMake 4 dropped support of versions lower than 3.5
./tslib-1.23-cmake4.patch
];
nativeBuildInputs = [ cmake ];
passthru.updateScript = nix-update-script { };
@@ -1,11 +0,0 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@
#
#
-cmake_minimum_required(VERSION 3.3)
+cmake_minimum_required(VERSION 3.10)
project(tslib LANGUAGES C)