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

Configure Feed

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

darwin/brew: bump

isabel 0d24a464 1f47ff9d

+6 -6
+6 -6
modules/darwin/brew/default.nix
··· 18 18 package = pkgs.fetchFromGitHub { 19 19 owner = "homebrew"; 20 20 repo = "brew"; 21 - tag = "5.1.0"; 22 - hash = "sha256-Uh1WqU3WTzbl2uNpqd0+0uZ9IYW+lOCEpAM0LjXLWm0="; 21 + tag = "5.1.7"; 22 + hash = "sha256-ERStG27tf83VbCfYMxtDSs+sa8FUMJ/3jSu/QfX9rKE="; 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 = "90e08c44f606eb47997093d80d61aca985f7f72d"; 40 - hash = "sha256-/pABX51bSfBmT9ZNv3AQWrcgDW1SFc7lEvRy6jxMasY="; 39 + rev = "990ccf8b5181c6156533f0aca46e3fac0b8ebc6b"; 40 + hash = "sha256-q9+/cLag3tRlAZ6L9UEaRVQOPFNY3cTQo5RgclibxqQ="; 41 41 }; 42 42 "homebrew/homebrew-cask" = pkgs.fetchFromGitHub { 43 43 owner = "homebrew"; 44 44 repo = "homebrew-cask"; 45 - rev = "8ea63ac308861fea6c196b9c99995ac907a05f0c"; 46 - hash = "sha256-Q4friHeUHO1utlxhMvyZo9SNN38UkOV61lncWX3vJN8="; 45 + rev = "54d94435444db6285b45a3253238c52c75ce2c74"; 46 + hash = "sha256-OvHkafGowBbDKfRkbS5GHvMKSftfzQhB8KZSGItf7qE="; 47 47 }; 48 48 }; 49 49 };