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.13 " ;
17+ version = "7.1.14 " ;
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-1/fPBLbC6wcgQAX/soCCVeIUXXm124RnxTJJc/7ayzo =" ;
69+ hash = "sha256-cDONHrNPBTzEkVqxN1cHDqVumfyfcHrTYGZxn4s/mEA =" ;
7070 } ;
7171 "x86_64-darwin" = fetchFromGitHub {
7272 owner = "koekeishiya" ;
7373 repo = "yabai" ;
7474 rev = "v${ finalAttrs . version } " ;
75- hash = "sha256-6yCMd7+RBqRj3OjnAwm3Ex4CVKVFPWyWdeMqXFaHZlM =" ;
75+ hash = "sha256-YbEx1CzuvSFYFD3HgiZrrAd1x9cOQF6fGdgsOlkmUGU =" ;
7676 } ;
7777 } ;
7878
You can’t perform that action at this time.
0 commit comments