Skip to content

Commit a9feeae

Browse files
author
nix
committed
update flake
1 parent 4c3b1cb commit a9feeae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
{
6868
packages.${system}.mtfg = pkgs.python39Packages.buildPythonPackage {
6969
pname = "funscript-editor";
70-
version = "0.5.3";
70+
version = "0.5.4";
7171
src = pkgs.fetchgit {
7272
url = "https://github.com/michael-mueller-git/Python-Funscript-Editor.git";
73-
rev = "1bb944adcb0a66eb9688c311d3fe99afc12051aa";
74-
sha256 = "sha256-Fma+5hr+q9iebbwVp2ZTcLP18IEY+rJDGULmixNCTEA=";
73+
rev = "4c3b1cb0562a4a12cb27190e73a4445320d678d";
74+
sha256 = "sha256-LsNjMVmawDMyh38N2MtAn0xsc1l5umaAnq/nomerjrw=";
7575
};
7676
propagatedBuildInputs = mtfgDependencies;
7777
nativeBuildInputs = with pkgs; [

0 commit comments

Comments
 (0)