Skip to content

Commit 8f46e28

Browse files
committed
1 parent 3715e88 commit 8f46e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/al/alt-tab-macos/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenvNoCC.mkDerivation (finalAttrs: {
1010
pname = "alt-tab-macos";
11-
version = "7.18.1";
11+
version = "7.19.1";
1212

1313
src = fetchurl {
1414
url = "https://github.com/lwouis/alt-tab-macos/releases/download/v${finalAttrs.version}/AltTab-${finalAttrs.version}.zip";
15-
hash = "sha256-PMnA0G/CuofKR7mlWkcbQ+JVdGf91yQf7q8znFCIujY=";
15+
hash = "sha256-eT/HZDBDtOh9uQEffLhlBXfWuPSM/bnpgp5OFnSuCBk=";
1616
};
1717

1818
sourceRoot = ".";

0 commit comments

Comments
 (0)