Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 23 lines 528 B view raw
1{ 2 oauth = { 3 groups = [ "default" ]; 4 platforms = [ ]; 5 source = { 6 remotes = [ "https://rubygems.org" ]; 7 sha256 = "1zwd6v39yqfdrpg1p3d9jvzs9ljg55ana2p06m0l7qn5w0lgx1a0"; 8 type = "gem"; 9 }; 10 version = "0.5.6"; 11 }; 12 twurl = { 13 dependencies = [ "oauth" ]; 14 groups = [ "default" ]; 15 platforms = [ ]; 16 source = { 17 remotes = [ "https://rubygems.org" ]; 18 sha256 = "1jgsxa0cnkajnsxxlsrgl2wq3m7khaxvr0rcir4vwbc1hx210700"; 19 type = "gem"; 20 }; 21 version = "0.9.6"; 22 }; 23}