Merge pull request #309408 from pokon548/update-flowtime

flowtime: 6.1 -> 6.5
This commit is contained in:
Fabián Heredia Montiel 2024-05-06 16:02:25 -06:00 committed by GitHub
commit 94c9b786ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

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