raysession: 0.14.3 -> 0.14.4; fix ray_jackpatch (#391956)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-24 02:17:57 +01:00
committed by GitHub
@@ -12,11 +12,11 @@
buildPythonApplication rec {
pname = "raysession";
version = "0.14.3";
version = "0.14.4";
src = fetchurl {
url = "https://github.com/Houston4444/RaySession/releases/download/v${version}/RaySession-${version}-source.tar.gz";
sha256 = "sha256-3+g1zdjGkxNEpyuKuxzhr2p9gkEFjYAso4fPedbjmlY=";
sha256 = "sha256-cr9kqZdqY6Wq+RkzwYxNrb/PLFREKUgWeVNILVUkc7A=";
};
postPatch = ''
@@ -24,6 +24,7 @@ buildPythonApplication rec {
substituteInPlace Makefile --replace '$(DESTDIR)/' '$(DESTDIR)$(PREFIX)/'
# Do not wrap an importable module with a shell script.
chmod -x src/daemon/desktops_memory.py
chmod -x src/clients/jackpatch/main_loop.py
'';
format = "other";