contour: 0.6.2.8008 -> 0.6.3.8249
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user