0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python312Packages.libtmux: 0.46.1 -> 0.46.2 (#411433)

This commit is contained in:
Fabian Affolter 2025-05-29 11:40:08 +02:00 committed by GitHub
commit 70954f1db3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "libtmux";
version = "0.46.1";
version = "0.46.2";
pyproject = true;
src = fetchFromGitHub {
owner = "tmux-python";
repo = "libtmux";
tag = "v${version}";
hash = "sha256-x+zEfHFTAF0m6j/WFmelcBVOzh7oJE02BdB3bz/EcNM=";
hash = "sha256-M3su+bDFuvmNEDVK+poWfxwbpsw/0L1/R6Z4CL0mvZ4=";
};
postPatch = ''