tangled
alpha
login
or
join now
isabelroses.com
/
dotfiles
12
fork
atom
my over complex system configurations
dotfiles.isabelroses.com/
nixos
nix
flake
dotfiles
linux
12
fork
atom
overview
issues
pulls
pipelines
darwin/brew: bump deps
isabelroses.com
2 weeks ago
6f6fbc39
4b8b60c8
+6
-6
1 changed file
expand all
collapse all
unified
split
modules
darwin
brew
default.nix
+6
-6
modules/darwin/brew/default.nix
···
18
18
package = pkgs.fetchFromGitHub {
19
19
owner = "homebrew";
20
20
repo = "brew";
21
21
-
rev = "d01011cac6d72032c75fd2cd9489909e95d9faf2"; # version 5.0.12
22
22
-
hash = "sha256-BiGPeulrDVetXP+tjxhMcGLUROZAtZIhU5m4MqawCfM=";
21
21
+
tag = "5.0.16";
22
22
+
hash = "sha256-5Lv4H/2LvbE92S34FHvs3O2sobXSNalvfS7RsBAy4oA=";
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
39
-
rev = "9a3a8cbd34f484f49eea6983c76bbb426471b2d4";
40
40
-
hash = "sha256-TgYG8IMWfUpCZU626tzYRblVNixUkBe1r64CCI/4xtY=";
39
39
+
rev = "46dd6cc602c4b243f81b0f244aadea89cc3c6d8d";
40
40
+
hash = "sha256-CX6GseaGururJOdahykQmlWL+Qm7j8FFzxoRtyP92vk=";
41
41
};
42
42
"homebrew/homebrew-cask" = pkgs.fetchFromGitHub {
43
43
owner = "homebrew";
44
44
repo = "homebrew-cask";
45
45
-
rev = "17c026cbe827d8eb5c751bfa6feadf8b68908074";
46
46
-
hash = "sha256-ZVEL9zEF9J2Yq7EvtAu96dorrBtmTaw13v+wQ+4cIj4=";
45
45
+
rev = "438b59541ec89caf2ed09b6408609769fbd2df8b";
46
46
+
hash = "sha256-KQm/xyi1VVkYqDFgJwrqooNlpBF0xOeVNNHksQFab5o=";
47
47
};
48
48
};
49
49
};