Unverified Commit 158fead6 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

forecast: 0-unstable-2025-09-17 -> 0-unstable-2025-09-27 (#447332)

parents 386f5355 49469bda
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -16,16 +16,16 @@

rustPlatform.buildRustPackage {
  pname = "forecast";
  version = "0-unstable-2025-09-17";
  version = "0-unstable-2025-09-27";

  src = fetchFromGitHub {
    owner = "cosmic-utils";
    repo = "forecast";
    rev = "eb09f7131a0e6e31229a01c83892ef489bed917a";
    hash = "sha256-aNMt4CK6k/pepxSq6s8SLu4l2qXdpbMUaQ0AJ5KvU+E=";
    rev = "f782e617c2ed4335414dd332dfa7cee27a67252d";
    hash = "sha256-5nXcOOOdwTBYrtHfCM6J48E1Kobm6XIc4w5ftzMC8/Q=";
  };

  cargoHash = "sha256-rSl09TD844DK5/8+wjQ07uvMMEwRznjyLSwWXvgnsn8=";
  cargoHash = "sha256-gehtv89/80JVCWVmHfRkTQynAMiEy1DBUUuoGu3Xts4=";

  nativeBuildInputs = [
    libcosmicAppHook