tasks: 0.1.1 -> 0.2.0 (#413140)

This commit is contained in:
Matthias Beyer
2025-06-02 09:09:19 +02:00
committed by GitHub
+3 -3
View File
@@ -13,17 +13,17 @@
rustPlatform.buildRustPackage rec {
pname = "tasks";
version = "0.1.1";
version = "0.2.0";
src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "tasks";
tag = version;
hash = "sha256-OKXkAJ+TyMnTzvlUPwPU2MWgCTIN3cDiPcVPOzU4WEg=";
hash = "sha256-R8wXIw9Gn4uyLoXxyjp/bcK8vK7NkG/chcHe8LtTvo8=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-3SbqKB9DI1Bl8u8rrAPCO/sPKMByYhQ3YT63K5BDVvE=";
cargoHash = "sha256-iJutA18TvsWJceacfhzfEQa5zaQBMVC7fmtF1uPN3sQ=";
nativeBuildInputs = [
libcosmicAppHook