From 237787db5aa8426e0956fa3b265b276e30151e24 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 5 Jul 2025 14:27:23 +0000 Subject: [PATCH] forecast: 0-unstable-2025-05-25 -> 0-unstable-2025-07-03 --- pkgs/by-name/fo/forecast/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/fo/forecast/package.nix b/pkgs/by-name/fo/forecast/package.nix index 466e1f631374..99159c70501f 100644 --- a/pkgs/by-name/fo/forecast/package.nix +++ b/pkgs/by-name/fo/forecast/package.nix @@ -16,17 +16,17 @@ rustPlatform.buildRustPackage { pname = "forecast"; - version = "0-unstable-2025-05-25"; + version = "0-unstable-2025-07-03"; src = fetchFromGitHub { owner = "cosmic-utils"; repo = "forecast"; - rev = "a31dacc0430fb9065755e53856ed925aa866d1ff"; - hash = "sha256-xi5HxDL2YS9LXIgeNxR5ZszMrbtifplysEfxfRj/Ik0="; + rev = "066dfdd33bb9df6e70e0567ed87f1dd4107328be"; + hash = "sha256-5XBB0kQ6gJVO4NT+RbWw0QUA3RHr7iIeIcNB/66w+FA="; }; useFetchCargoVendor = true; - cargoHash = "sha256-cLObhwMVnaj1HvMhCgSQOYN7IRPKcSeYuAfIy2V5Fns="; + cargoHash = "sha256-mZ6nVQo83/o1fAVcHJGPqulBaQtE/8MJk3eLBAUoMmc="; nativeBuildInputs = [ libcosmicAppHook