actool: 2.0.0 -> 2.1.2

Fix the issues with macos 26 / liquid glass icon bundles.
This commit is contained in:
Stanisław Pitucha
2026-05-30 11:50:30 +10:00
parent e70012b0e8
commit a062233d1e
+3 -3
View File
@@ -6,16 +6,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "actool";
version = "2.0.0";
version = "2.1.2";
src = fetchFromGitHub {
owner = "viraptor";
repo = "actool";
tag = finalAttrs.version;
hash = "sha256-TRxA9c6q66Gso/ziqvly8IJR2AEHMc197gC9cUSuwAw=";
hash = "sha256-LN35yD9iynU1sCkp5kWL9jUgRIvNTkssherTBaSBenU=";
};
cargoHash = "sha256-BhR5gwIrFE0OuSAxVTY5kMfmMlPfIABfOgmX/rOvpug=";
cargoHash = "sha256-Fw/0KmFDqXs3IjqnoYfvdrQS3QzF7QhIwmTRt18JEq4=";
meta = {
description = "Apple's actool reimplementation";