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 4c3b1cb commit a9feeaeCopy full SHA for a9feeae
flake.nix
@@ -67,11 +67,11 @@
67
{
68
packages.${system}.mtfg = pkgs.python39Packages.buildPythonPackage {
69
pname = "funscript-editor";
70
- version = "0.5.3";
+ version = "0.5.4";
71
src = pkgs.fetchgit {
72
url = "https://github.com/michael-mueller-git/Python-Funscript-Editor.git";
73
- rev = "1bb944adcb0a66eb9688c311d3fe99afc12051aa";
74
- sha256 = "sha256-Fma+5hr+q9iebbwVp2ZTcLP18IEY+rJDGULmixNCTEA=";
+ rev = "4c3b1cb0562a4a12cb27190e73a4445320d678d";
+ sha256 = "sha256-LsNjMVmawDMyh38N2MtAn0xsc1l5umaAnq/nomerjrw=";
75
};
76
propagatedBuildInputs = mtfgDependencies;
77
nativeBuildInputs = with pkgs; [
0 commit comments