Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ 2 net-ldap = { 3 groups = [ "default" ]; 4 platforms = [ ]; 5 source = { 6 remotes = [ "https://rubygems.org" ]; 7 sha256 = "0xqcffn3c1564c4fizp10dzw2v5g2pabdzrcn25hq05bqhsckbar"; 8 type = "gem"; 9 }; 10 version = "0.18.0"; 11 }; 12 pyu-ruby-sasl = { 13 groups = [ "default" ]; 14 platforms = [ ]; 15 source = { 16 remotes = [ "https://rubygems.org" ]; 17 sha256 = "1rcpjiz9lrvyb3rd8k8qni0v4ps08psympffyldmmnrqayyad0sn"; 18 type = "gem"; 19 }; 20 version = "0.0.3.3"; 21 }; 22 rubyntlm = { 23 groups = [ "default" ]; 24 platforms = [ ]; 25 source = { 26 remotes = [ "https://rubygems.org" ]; 27 sha256 = "18d1lxhx62swggf4cqg76h7hp04f5801c8h07w08cm9xng2niqby"; 28 type = "gem"; 29 }; 30 version = "0.3.4"; 31 }; 32}