taskflow: 3.8.0 -> 3.9.0
Diff: https://github.com/taskflow/taskflow/compare/v3.8.0...v3.9.0 Changelog: https://taskflow.github.io/taskflow/release-3-9-0.html
This commit is contained in:
parent
e8f6d10c0b
commit
309aeece32
@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "taskflow";
|
pname = "taskflow";
|
||||||
version = "3.8.0";
|
version = "3.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "taskflow";
|
owner = "taskflow";
|
||||||
repo = "taskflow";
|
repo = "taskflow";
|
||||||
rev = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-gim1QQKtzMXz8BmNg5YeN4mcveiid5MrS8IrTaTtZ1Y=";
|
hash = "sha256-omon02xgf4vV7JzpLFtHgf2MXxR6JowI+pDyAswXMUY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user