taskwarrior3: 3.2.0-unstable-2024-12-18 -> 3.3.0
Diff: https://github.com/GothenburgBitFactory/taskwarrior/compare/dcbe916286792e6f5d2d3af3baab79918ebc5f71...v3.3.0 Changelog: https://github.com/GothenburgBitFactory/taskwarrior/blob/dcbe916286792e6f5d2d3af3baab79918ebc5f71/ChangeLog
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "taskwarrior";
|
||||
version = "3.2.0-unstable-2024-12-18";
|
||||
version = "3.3.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "GothenburgBitFactory";
|
||||
repo = "taskwarrior";
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cargoDeps = rustPlatform.fetchCargoTarball {
|
||||
name = "${finalAttrs.pname}-${finalAttrs.version}-cargo-deps";
|
||||
inherit (finalAttrs) src;
|
||||
hash = "sha256-yaIjtwZuYqyiXHxq4NDuZC9aE+mYpovXygxWENf6v1o=";
|
||||
hash = "sha256-mzmrbsUuIjUVuNEa33EgtOTl9r+0xYj2WkKqFjxX1oU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user