nix-forecast: 0.2.0 -> 0.3.0 (#389735)

This commit is contained in:
Leona Maroni 2025-03-14 16:53:10 +01:00 committed by GitHub
commit c42c21346d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,24 +11,25 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "nix-forecast"; pname = "nix-forecast";
version = "0.2.0"; version = "0.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "getchoo"; owner = "getchoo";
repo = "nix-forecast"; repo = "nix-forecast";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-kNSH2QbryNAfZXILQzMk9MHDzX4420KyQJOKW0Xrl7c="; hash = "sha256-di9RV4xSCqIa+UCdALAEdR0cDq3u799L3YyFyAF+bRg=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-M4gMvF7v1uxBPh8it0DWSSSgWeES/QXSApeCFW+0dlI="; cargoHash = "sha256-n5LKfHBmua8iridnHY0C6ayjREwnqQpDI75+Ips4aNc=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles
makeBinaryWrapper makeBinaryWrapper
]; ];
doInstallCheck = true; # TODO: Re-enable next update
# doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ]; nativeInstallCheckInputs = [ versionCheckHook ];
# NOTE: Yes, we specifically need Nix. Lix does not have the newer # NOTE: Yes, we specifically need Nix. Lix does not have the newer