File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414} :
1515stdenv . mkDerivation ( finalAttrs : {
1616 pname = "yabai" ;
17- version = "7.1.4 " ;
17+ version = "7.1.5 " ;
1818
1919 src =
2020 finalAttrs . passthru . sources . ${ stdenv . hostPlatform . system }
@@ -66,13 +66,13 @@ stdenv.mkDerivation (finalAttrs: {
6666 # See the comments on https://github.com/NixOS/nixpkgs/pull/188322 for more information.
6767 "aarch64-darwin" = fetchzip {
6868 url = "https://github.com/koekeishiya/yabai/releases/download/v${ finalAttrs . version } /yabai-v${ finalAttrs . version } .tar.gz" ;
69- hash = "sha256-DAHZwEhPIBIfR2V+jTKje1msB8OMKzwGYgYnDql8zb0 =" ;
69+ hash = "sha256-o+9Z3Kxo1ff1TZPmmE6ptdOSsruQzxZm59bdYvhRo3c =" ;
7070 } ;
7171 "x86_64-darwin" = fetchFromGitHub {
7272 owner = "koekeishiya" ;
7373 repo = "yabai" ;
7474 rev = "v${ finalAttrs . version } " ;
75- hash = "sha256-i/UqmBNTLBYY4ORI1Y7FWr+LZK0f/qMdWLPPuTb9+2w =" ;
75+ hash = "sha256-6HBWJvjVWagtHrfjWaYSRcnQOuwTBVeVxo3wc+jSlyE =" ;
7676 } ;
7777 } ;
7878
You can’t perform that action at this time.
0 commit comments