tasks: 0.2.4 -> 0.3.1 (#543749)

This commit is contained in:
Gaétan Lepage
2026-07-20 09:51:53 +00:00
committed by GitHub

View File

@@ -13,7 +13,7 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tasks";
version = "0.2.4";
version = "0.3.1";
__structuredAttrs = true;
@@ -21,10 +21,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "cosmic-utils";
repo = "tasks";
tag = finalAttrs.version;
hash = "sha256-u8TYKXFbrF2fseMNGNOBAkgCA53af5gi1PDKS2FIE5I=";
hash = "sha256-gW9e+iYscJgwBdFf7QmYjnydUxrfAuS4VAoVce24eyk=";
};
cargoHash = "sha256-96uk8tQgvDbgZTC0ypzWRmWNToCUGnVefPyhI69nxxs=";
cargoHash = "sha256-Ztgdtr91KvS5BssB3Sd6Z9HcZajyLZe7FYbzuF4uNXc=";
nativeBuildInputs = [
libcosmicAppHook