contour: 0.6.2.8008 -> 0.6.3.8249

This commit is contained in:
Karui "second2050" Hoshimiya
2026-04-20 11:20:18 +02:00
parent 76c18c8f11
commit ea7d5b27b7
+5 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "contour";
version = "0.6.2.8008";
version = "0.6.3.8249";
src = fetchFromGitHub {
owner = "contour-terminal";
repo = "contour";
tag = "v${finalAttrs.version}";
hash = "sha256-xbJxV1q7+ddhnH0jDYzqVHwARCD0EyVh3POFRkl4d1Q=";
hash = "sha256-+rr1bn4O5v9rXyoIx+ejL+qe5Kf2bFpgWA3DkWRcDYk=";
};
patches = lib.optionals stdenv.hostPlatform.isDarwin [
@@ -42,6 +42,9 @@ stdenv.mkDerivation (finalAttrs: {
./remove-deep-flag-from-codesign.diff
];
# Dependencies are already managed by nix
cmakeFlags = [ "-DCONTOUR_USE_CPM=OFF" ];
outputs = [
"out"
"terminfo"