Unverified Commit 6363797b authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

forecast: 0-unstable-2025-09-04 -> 0-unstable-2025-09-17 (#444216)

parents b7ed5ab6 b1b27dbc
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-04";
  version = "0-unstable-2025-09-17";

  src = fetchFromGitHub {
    owner = "cosmic-utils";
    repo = "forecast";
    rev = "9671eb42c35da6ceb8196db41a58b7d0929876cd";
    hash = "sha256-lwNjdblE/pRxhwAtRQiaXvx/UV6VbDiQeg/HZOZ2BYw=";
    rev = "eb09f7131a0e6e31229a01c83892ef489bed917a";
    hash = "sha256-aNMt4CK6k/pepxSq6s8SLu4l2qXdpbMUaQ0AJ5KvU+E=";
  };

  cargoHash = "sha256-mZ6nVQo83/o1fAVcHJGPqulBaQtE/8MJk3eLBAUoMmc=";
  cargoHash = "sha256-rSl09TD844DK5/8+wjQ07uvMMEwRznjyLSwWXvgnsn8=";

  nativeBuildInputs = [
    libcosmicAppHook