alt-tab-macos: 7.2.0 -> 7.4.0

This commit is contained in:
DontEatOreo 2024-11-16 15:50:41 +00:00
parent 6e88b6175a
commit a3eda6b4a4
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "alt-tab-macos";
version = "7.2.0";
version = "7.4.0";
src = fetchurl {
url = "https://github.com/lwouis/alt-tab-macos/releases/download/v${finalAttrs.version}/AltTab-${finalAttrs.version}.zip";
hash = "sha256-70ODYDPcE5UT6bVY3H2J7RvqB3sDpPoeOpkqhwVkxJ0=";
hash = "sha256-uCernCv52gZUxyn9LxsZGxd33z0y0YoEHEZ4mf4Ve4Y=";
};
sourceRoot = ".";