We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb944a commit 28b2087Copy full SHA for 28b2087
flake.nix
@@ -70,11 +70,10 @@
70
version = "0.5.3";
71
src = pkgs.fetchgit {
72
url = "https://github.com/michael-mueller-git/Python-Funscript-Editor.git";
73
- rev = "e592c0b64ad2f52207c45889c1bdc4c131892cbd";
74
- sha256 = "sha256-v5Y1nIcf5n88VXtznGBgMIhG/JyP+rwO0RDLHJbHWBI=";
+ rev = "1bb944adcb0a66eb9688c311d3fe99afc12051aa";
+ sha256 = "sha256-Fma+5hr+q9iebbwVp2ZTcLP18IEY+rJDGULmixNCTEA=";
75
};
76
propagatedBuildInputs = mtfgDependencies;
77
- QT_QPA_PLATFORM = "xcb";
78
nativeBuildInputs = with pkgs; [
79
makeWrapper
80
];
0 commit comments