File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070 version = "0.5.3" ;
7171 src = pkgs . fetchgit {
7272 url = "https://github.com/michael-mueller-git/Python-Funscript-Editor.git" ;
73- rev = "0b6b02c1c57ceb970197a7215d910115a18d4056 " ;
74- sha256 = "sha256-bdaPoDQEykKC8Y5bJ/SfiVj4JJhaXVvBMMqHzSix7ZQ =" ;
73+ rev = "218cf759c3ac926ffa1be1b47093935bf5401b08 " ;
74+ sha256 = "sha256-nQmXGiOp9oo9XTrlVKnDV6EI5YW0XBtHtGW1utb8+pM =" ;
7575 } ;
7676 propagatedBuildInputs = mtfgDependencies ;
7777 QT_QPA_PLATFORM = "xcb" ;
Original file line number Diff line number Diff line change 1212###############
1313
1414ROOT_DIR = os .path .dirname (os .path .abspath (__file__ ))
15- if os .path .abspath (__file__ ).starts_with ("/nix" ):
15+ if os .path .abspath (__file__ ).startswith ("/nix" ):
1616 CACHE_DIR = '/tmp/mtfg-cache'
1717else :
1818 CACHE_DIR = os .path .join (ROOT_DIR , 'cache' )
You can’t perform that action at this time.
0 commit comments