lol

taskwarrior3: 3.2.0-unstable-2024-12-18 -> 3.3.0 (#366602)

authored by

Doron Behar and committed by
GitHub
4ed6fcf4 336503b3

+2 -2
+2 -2
pkgs/by-name/ta/taskwarrior3/package.nix
··· 22 22 }: 23 23 stdenv.mkDerivation (finalAttrs: { 24 24 pname = "taskwarrior"; 25 - version = "3.2.0-unstable-2024-12-18"; 25 + version = "3.3.0"; 26 26 src = fetchFromGitHub { 27 27 owner = "GothenburgBitFactory"; 28 28 repo = "taskwarrior"; ··· 33 33 cargoDeps = rustPlatform.fetchCargoTarball { 34 34 name = "${finalAttrs.pname}-${finalAttrs.version}-cargo-deps"; 35 35 inherit (finalAttrs) src; 36 - hash = "sha256-yaIjtwZuYqyiXHxq4NDuZC9aE+mYpovXygxWENf6v1o="; 36 + hash = "sha256-mzmrbsUuIjUVuNEa33EgtOTl9r+0xYj2WkKqFjxX1oU="; 37 37 }; 38 38 39 39 postPatch = ''