flowtime: 6.1 -> 6.5

This commit is contained in:
Bu Kun 2024-05-06 08:15:15 +08:00
parent 48705e5f4d
commit 92163354aa
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "flowtime";
version = "6.1";
version = "6.5";
src = fetchFromGitHub {
owner = "Diego-Ivan";
repo = "Flowtime";
rev = "v${version}";
hash = "sha256-wTqHTkt1O3Da2fzxf6DiQjrqOt65ZEhLOkGK5C6HzIk=";
hash = "sha256-J0Pscv0ZOpA/LV2mPTLOmDPQpfZhizTghatGnrJHToE=";
};
nativeBuildInputs = [

View file

@ -30700,8 +30700,6 @@ with pkgs;
expenses = callPackage ../applications/misc/expenses { };
flowtime = callPackage ../applications/misc/flowtime { };
furnace = callPackage ../applications/audio/furnace {
inherit (darwin.apple_sdk.frameworks) Cocoa;
};