Guy Chronister 2ccf06c42e brakeman: migrate to by-name
brakeman: 6.1.2 -> 7.1.0

brakeman: fix changelog version with let binding
2025-08-03 12:52:15 +00:00

24 lines
529 B
Nix

{
brakeman = {
dependencies = [ "racc" ];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "1bs8bm3qj2wfy5h1bp8qi1d3vjw5zabhnq5rr288802kbakhiixv";
type = "gem";
};
version = "7.1.0";
};
racc = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa";
type = "gem";
};
version = "1.8.1";
};
}