nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

at python-updates 47 lines 1.1 kB view raw
1{ 2 cmdparse = { 3 groups = [ "default" ]; 4 platforms = [ ]; 5 source = { 6 remotes = [ "https://rubygems.org" ]; 7 sha256 = "0f87jny4zk21iyrkyyw4kpnq8ymrwjay02ipagwapimy237cmigp"; 8 type = "gem"; 9 }; 10 version = "3.0.7"; 11 }; 12 geom2d = { 13 groups = [ "default" ]; 14 platforms = [ ]; 15 source = { 16 remotes = [ "https://rubygems.org" ]; 17 sha256 = "1nafcfznjqycxd062cais64ydgl99xddh4zy4hp7bwn4j3m9h2ga"; 18 type = "gem"; 19 }; 20 version = "0.4.1"; 21 }; 22 hexapdf = { 23 dependencies = [ 24 "cmdparse" 25 "geom2d" 26 "openssl" 27 ]; 28 groups = [ "default" ]; 29 platforms = [ ]; 30 source = { 31 remotes = [ "https://rubygems.org" ]; 32 sha256 = "13dbscnf7c3jlghlkgl01b7hzgx2ps26m57qmhyv5g626n342i4c"; 33 type = "gem"; 34 }; 35 version = "1.0.2"; 36 }; 37 openssl = { 38 groups = [ "default" ]; 39 platforms = [ ]; 40 source = { 41 remotes = [ "https://rubygems.org" ]; 42 sha256 = "054d6ybgjdzxw567m7rbnd46yp6gkdbc5ihr536vxd3p15vbhjrw"; 43 type = "gem"; 44 }; 45 version = "3.2.0"; 46 }; 47}