Robert Schütz 2023-07-19 17:59:52 -07:00 committed by Martin Weinelt
parent a37a318c53
commit 39b5325a66

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "taskflow"; pname = "taskflow";
version = "3.5.0"; version = "3.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "taskflow"; owner = "taskflow";
repo = "taskflow"; repo = "taskflow";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-UUWJENGn60YQdUSQ55uL+/3xt/JUsVuKnqm/ef7wPVM="; hash = "sha256-Iy9BhkyJa2nFxwVXb4LAlgVAHnu+58Ago2eEgAIlZ7M=";
}; };
patches = [ patches = [