mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
forecast: 0-unstable-2025-04-12 -> 0-unstable-2025-05-15 (#407760)
This commit is contained in:
commit
5c0c4807e4
1 changed files with 4 additions and 4 deletions
|
@ -16,17 +16,17 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "forecast";
|
pname = "forecast";
|
||||||
version = "0-unstable-2025-04-12";
|
version = "0-unstable-2025-05-15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cosmic-utils";
|
owner = "cosmic-utils";
|
||||||
repo = "forecast";
|
repo = "forecast";
|
||||||
rev = "2dc599ff9a4417d511305d910367dd195aa1378a";
|
rev = "7e10d602788c2da526c85cafdc5b167a8bfc2e2c";
|
||||||
hash = "sha256-sD6aGpU1gET+0YPCD8wtxJWEJgWE/xYTWQAaIu2+e/8=";
|
hash = "sha256-HsnQll+xqLXA3vRjsiYKkXLKw+uZZoJsSOfms4+fQg0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-mqZ2tIZzQWU39SMj8UBnScsGAg4xGhkcm51aXx3UBSk=";
|
cargoHash = "sha256-cLObhwMVnaj1HvMhCgSQOYN7IRPKcSeYuAfIy2V5Fns=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
libcosmicAppHook
|
libcosmicAppHook
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue