assorted patches

This commit is contained in:
Graham Christensen 2017-12-04 21:30:43 -05:00
parent 8c9e63d12c
commit 2981bd7f98
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
4 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,6 @@ in {
ofborg.rs = stripDeps (pkgs.callPackage ./nix/ofborg-carnix.nix {}).ofborg_0_1_0;
ircbot = stripDeps (pkgs.callPackage ./nix/ircbot-carnix.nix {}).ircbot_0_1_0;
# /nix/store/a4xfsgh5bwh5w4m9y1j40ry4dq892gl4-ofborg/
ofborg.php = pkgs.runCommand
"ofborg"
{

View file

@ -1,3 +1,4 @@
[factoids]
"!factoids" = "Have a helpful Nix factoid? Send a PR! https://github.com/grahamc/ofborg/blob/master/factoids.toml"
"!cloudfront" = "https://gist.github.com/grahamc/df1bb806eb3552650d03eef7036a72ba"
"!which channel" = "https://gist.github.com/grahamc/c60578c6e6928043d29a427361634df6#which-channel-is-right-for-me"
"!which channel" = "https://gist.github.com/grahamc/c60578c6e6928043d29a427361634df6#which-channel-is-right-for-me"

2
ircbot/Cargo.lock generated
View file

@ -53,7 +53,7 @@ dependencies = [
[[package]]
name = "amqp"
version = "0.1.0"
source = "git+https://github.com/grahamc/rust-amqp.git#7aedd23b36a44bf8820e708639273f19989ef688"
source = "git+https://github.com/grahamc/rust-amqp.git#8f40d623cf94af15a2e1e120cdf1d8c6f157e881"
dependencies = [
"amq-proto 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -42,8 +42,8 @@ let kernel = buildPlatform.parsed.kernel.name;
authors = [ "Andrii Dmytrenko <andrey@reevoo.com>" ];
src = fetchgit {
url = "https://github.com/grahamc/rust-amqp.git";
rev = "7aedd23b36a44bf8820e708639273f19989ef688";
sha256 = "13j5b6ndl3kplr55bmc2knzxxh7nggxr8xajrqnnds77iyqlcl8i";
rev = "8f40d623cf94af15a2e1e120cdf1d8c6f157e881";
sha256 = "1wqxw81cwarhfxp5mgfa8ygswj4rzi0xj4q6wsg93p6hcj2h3aib";
};
inherit dependencies buildDependencies features;
};