Skip to content

Commit

Permalink
taskflow: 3.7.0 -> 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Oct 3, 2024
1 parent 6d096cb commit 2732ea5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/taskflow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "taskflow";
version = "3.7.0";
version = "3.8.0";

src = fetchFromGitHub {
repo = "taskflow";
owner = "taskflow";
rev = "v${version}";
sha256 = "sha256-q2IYhG84hPIZhuogWf6ojDG9S9ZyuJz9s14kQyIc6t0=";
sha256 = "sha256-gim1QQKtzMXz8BmNg5YeN4mcveiid5MrS8IrTaTtZ1Y=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 2732ea5

Please sign in to comment.