Unverified Commit 92163354 authored by Bu Kun's avatar Bu Kun
Browse files

flowtime: 6.1 -> 6.5

parent 48705e5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+0 −2
Original line number Diff line number Diff line
@@ -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;
  };