taskflow: 3.3.0 -> 3.4.0 (#178384)

https://taskflow.github.io/taskflow/release-3-4-0.html
This commit is contained in:
Robert Schütz
2022-06-24 11:04:02 -04:00
committed by GitHub
parent 32aa830e10
commit dc0380bb21
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "taskflow";
version = "3.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "taskflow";
repo = "taskflow";
rev = "v${version}";
hash = "sha256-UfXGupxgtowIt3BnIVWwim3rTE57TT1C9TCx9LVyN34=";
hash = "sha256-5bTTV/WAxslHQ+hvATtUUA1h3MuNzwVTlYMbD/sINRM=";
};
patches = [