Skip to content

Commit

Permalink
lact: 0.6.0 -> 0.7.0
Browse files Browse the repository at this point in the history
changelog: https://github.com/ilya-zlobintsev/LACT/releases/tag/v0.7.0

also add nix-update-script to passthru.updateScript
  • Loading branch information
cything committed Jan 18, 2025
1 parent 9ee0966 commit 7c18b2b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkgs/by-name/la/lact/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,29 @@
libdrm,
vulkan-loader,
coreutils,
nix-update-script,
}:

rustPlatform.buildRustPackage rec {
pname = "lact";
version = "0.6.0";
version = "0.7.0";

src = fetchFromGitHub {
owner = "ilya-zlobintsev";
repo = "LACT";
rev = "v${version}";
hash = "sha256-goNwLtVjNY3O/BhFrCcM3X11dtM34XgfHL6bh+YFoIY=";
hash = "sha256-9Enht9bwvk1jHYHRDPSUtwRxPGbPlU3V0hv0CuCOCls=";
};
passthru.updateScript = nix-update-script { };

useFetchCargoVendor = true;
cargoHash = "sha256-rgpBmoGCNMU5nFVxzNtqsPaOn93mHW5P2isKgbP9UN4=";
cargoHash = "sha256-Tw3yOu1pZJxjbg5fpOgWA46qbigq4hTIKh9eOXjAtBU=";

nativeBuildInputs = [
blueprint-compiler
pkg-config
wrapGAppsHook4
rustPlatform.bindgenHook
];

buildInputs = [
Expand All @@ -43,6 +46,7 @@ rustPlatform.buildRustPackage rec {
checkFlags = [
# tries and fails to initialize gtk
"--skip=app::pages::thermals_page::fan_curve_frame::tests::set_get_curve"
"--skip=tests::snapshot_everything"
];

postPatch = ''
Expand Down

0 comments on commit 7c18b2b

Please sign in to comment.