3
0
Fork 0
forked from mirrors/nixpkgs
Robert Schütz 2023-01-19 11:08:47 -08:00
parent 4f50411cfc
commit 91c3020954

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "taskflow";
version = "3.4.0";
version = "3.5.0";
src = fetchFromGitHub {
owner = "taskflow";
repo = "taskflow";
rev = "v${version}";
hash = "sha256-5bTTV/WAxslHQ+hvATtUUA1h3MuNzwVTlYMbD/sINRM=";
hash = "sha256-UUWJENGn60YQdUSQ55uL+/3xt/JUsVuKnqm/ef7wPVM=";
};
patches = [