mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
pin python depds to latest tag
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
}:
|
||||
buildPythonPackage {
|
||||
pname = "blessed";
|
||||
version = "unstable-2026-02-23";
|
||||
version = "unstable-1.31";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -17,8 +17,8 @@ buildPythonPackage {
|
||||
src = fetchFromGitHub {
|
||||
owner = "jquast";
|
||||
repo = "blessed";
|
||||
rev = "master";
|
||||
hash = "sha256-ROd/O9pfqnF5DHXqoz+tkl1jQJSZad3Ta1h+oC3+gvY=";
|
||||
rev = "9d2580b5f800a26a19cebe7119163be5e9ae58e9"; # tag 1.31
|
||||
hash = "sha256-Nn+aiDk0Qwk9xAvAqtzds/WlrLAozjPL1eSVNU75tJA=";
|
||||
};
|
||||
|
||||
build-system = [flit-core];
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
}:
|
||||
buildPythonPackage {
|
||||
pname = "ucs-detect";
|
||||
version = "unstable-2026-02-23";
|
||||
version = "unstable-2.0.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -21,8 +21,8 @@ buildPythonPackage {
|
||||
src = fetchFromGitHub {
|
||||
owner = "jquast";
|
||||
repo = "ucs-detect";
|
||||
rev = "master";
|
||||
hash = "sha256-x7BD14n1/mP9bzjM6DPqc5R1Fk/HLLycl4o41KV+xAE=";
|
||||
rev = "44884c9581b57ed17d514b54adca07986576c2bf"; # tag 2.0.2
|
||||
hash = "sha256-pCJNrJN+SO0pGveNJuISJbzOJYyxP9Tbljp8PwqbgYU=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user