my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

darwin/brew: bump

isabel 12a1e9c7 cdcf9fc4

+12 -12
+5 -5
flake.lock
··· 175 175 "brew-src": [] 176 176 }, 177 177 "locked": { 178 - "lastModified": 1769437432, 179 - "narHash": "sha256-8d7KnCpT2LweRvSzZYEGd9IM3eFX+A78opcnDM0+ndk=", 180 - "owner": "zhaofengli", 178 + "lastModified": 1773614241, 179 + "narHash": "sha256-Ou9E6jp2hQvM2/os+0DWvOMPAFGPYPXEVVUgC7imPTg=", 180 + "owner": "isabelroses", 181 181 "repo": "nix-homebrew", 182 - "rev": "a5409abd0d5013d79775d3419bcac10eacb9d8c5", 182 + "rev": "2789f55cd3fc93d602b33d7b08aa3fee3ca29176", 183 183 "type": "github" 184 184 }, 185 185 "original": { 186 - "owner": "zhaofengli", 186 + "owner": "isabelroses", 187 187 "repo": "nix-homebrew", 188 188 "type": "github" 189 189 }
+1 -1
flake.nix
··· 95 95 96 96 homebrew = { 97 97 type = "github"; 98 - owner = "zhaofengli"; 98 + owner = "isabelroses"; # zhaofengli 99 99 repo = "nix-homebrew"; 100 100 inputs.brew-src.follows = ""; 101 101 };
+6 -6
modules/darwin/brew/default.nix
··· 18 18 package = pkgs.fetchFromGitHub { 19 19 owner = "homebrew"; 20 20 repo = "brew"; 21 - tag = "5.0.16"; 22 - hash = "sha256-5Lv4H/2LvbE92S34FHvs3O2sobXSNalvfS7RsBAy4oA="; 21 + tag = "5.1.0"; 22 + hash = "sha256-Uh1WqU3WTzbl2uNpqd0+0uZ9IYW+lOCEpAM0LjXLWm0="; 23 23 }; 24 24 25 25 # I want to force us to only use declarative taps ··· 36 36 "homebrew/homebrew-core" = pkgs.fetchFromGitHub { 37 37 owner = "homebrew"; 38 38 repo = "homebrew-core"; 39 - rev = "46dd6cc602c4b243f81b0f244aadea89cc3c6d8d"; 40 - hash = "sha256-CX6GseaGururJOdahykQmlWL+Qm7j8FFzxoRtyP92vk="; 39 + rev = "90e08c44f606eb47997093d80d61aca985f7f72d"; 40 + hash = "sha256-/pABX51bSfBmT9ZNv3AQWrcgDW1SFc7lEvRy6jxMasY="; 41 41 }; 42 42 "homebrew/homebrew-cask" = pkgs.fetchFromGitHub { 43 43 owner = "homebrew"; 44 44 repo = "homebrew-cask"; 45 - rev = "438b59541ec89caf2ed09b6408609769fbd2df8b"; 46 - hash = "sha256-KQm/xyi1VVkYqDFgJwrqooNlpBF0xOeVNNHksQFab5o="; 45 + rev = "8ea63ac308861fea6c196b9c99995ac907a05f0c"; 46 + hash = "sha256-Q4friHeUHO1utlxhMvyZo9SNN38UkOV61lncWX3vJN8="; 47 47 }; 48 48 }; 49 49 };