summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/default.nix2
-rw-r--r--pkgs/duksebot/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index d8ba3f2..c47bb24 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -1,7 +1,7 @@
pkgs:
{
- # duksebot = pkgs.callPackage ./duksebot { };
+ duksebot = pkgs.callPackage ./duksebot { };
tcl-cmark = pkgs.callPackage ./tcl-cmark { };
diff --git a/pkgs/duksebot/default.nix b/pkgs/duksebot/default.nix
index 894158a..6908854 100644
--- a/pkgs/duksebot/default.nix
+++ b/pkgs/duksebot/default.nix
@@ -35,7 +35,7 @@ let
owner = "linnnus";
repo = "duksebot";
rev = "0092e752610ec00b5080269721666d1b4c258119";
- hash = "";
+ hash = "sha256-fGVULOdV1EWXMTJor0MqCYQlTFMUw5m7HOwdmqxViEM=";
};
in
writeShellScriptBin "duksebot"