flowtime: 6.1 -> 6.5
This commit is contained in:
parent
48705e5f4d
commit
92163354aa
2 changed files with 2 additions and 4 deletions
|
@ -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 = [
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue