lol

taskflow: 3.5.0 -> 3.6.0

Diff: https://github.com/taskflow/taskflow/compare/v3.5.0...v3.6.0

Changelog: https://taskflow.github.io/taskflow/release-3-6-0.html

authored by

Robert Schütz and committed by
Martin Weinelt
39b5325a a37a318c

+2 -2
+2 -2
pkgs/development/libraries/taskflow/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "taskflow"; 11 - version = "3.5.0"; 11 + version = "3.6.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "taskflow"; 15 15 repo = "taskflow"; 16 16 rev = "v${version}"; 17 - hash = "sha256-UUWJENGn60YQdUSQ55uL+/3xt/JUsVuKnqm/ef7wPVM="; 17 + hash = "sha256-Iy9BhkyJa2nFxwVXb4LAlgVAHnu+58Ago2eEgAIlZ7M="; 18 18 }; 19 19 20 20 patches = [