Skip to content

Commit

Permalink
Merge pull request NixOS#306541 from Kamillaova/init/rubyPackages_sec…
Browse files Browse the repository at this point in the history
…comp-tools

rubyPackages.seccomp-tools: init at 1.6.1
  • Loading branch information
marsam authored Apr 25, 2024
2 parents 220c14b + 8782f91 commit 91014ca
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/ruby-modules/with-packages/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ gem 'rubyzip'
gem 'rugged'
gem 'sassc'
gem 'scrypt'
gem 'seccomp-tools'
gem 'semian'
gem 'sequel'
gem 'sequel_pg'
Expand Down
21 changes: 21 additions & 0 deletions pkgs/top-level/ruby-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2549,6 +2549,16 @@
};
version = "1.0.1";
};
os = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0gwd20smyhxbm687vdikfh1gpi96h8qb1x28s2pdcysf6dm6v0ap";
type = "gem";
};
version = "1.1.4";
};
ovirt-engine-sdk = {
dependencies = ["json"];
groups = ["default"];
Expand Down Expand Up @@ -3452,6 +3462,17 @@
};
version = "3.0.7";
};
seccomp-tools = {
dependencies = ["os"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0v5zyby5glih0prddxm8wp6gn2glrnvf7y4r64k4iqfpdazdpsa3";
type = "gem";
};
version = "1.6.1";
};
semian = {
groups = ["default"];
platforms = [];
Expand Down

0 comments on commit 91014ca

Please sign in to comment.