We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0463425 + 3e39004 commit 5c0c480Copy full SHA for 5c0c480
pkgs/by-name/fo/forecast/package.nix
@@ -16,17 +16,17 @@
16
17
rustPlatform.buildRustPackage {
18
pname = "forecast";
19
- version = "0-unstable-2025-04-12";
+ version = "0-unstable-2025-05-15";
20
21
src = fetchFromGitHub {
22
owner = "cosmic-utils";
23
repo = "forecast";
24
- rev = "2dc599ff9a4417d511305d910367dd195aa1378a";
25
- hash = "sha256-sD6aGpU1gET+0YPCD8wtxJWEJgWE/xYTWQAaIu2+e/8=";
+ rev = "7e10d602788c2da526c85cafdc5b167a8bfc2e2c";
+ hash = "sha256-HsnQll+xqLXA3vRjsiYKkXLKw+uZZoJsSOfms4+fQg0=";
26
};
27
28
useFetchCargoVendor = true;
29
- cargoHash = "sha256-mqZ2tIZzQWU39SMj8UBnScsGAg4xGhkcm51aXx3UBSk=";
+ cargoHash = "sha256-cLObhwMVnaj1HvMhCgSQOYN7IRPKcSeYuAfIy2V5Fns=";
30
31
nativeBuildInputs = [
32
libcosmicAppHook
0 commit comments