about summary refs log tree commit diff
path: root/fun/paroxysm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'fun/paroxysm/default.nix')
-rw-r--r--fun/paroxysm/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/fun/paroxysm/default.nix b/fun/paroxysm/default.nix
index b6eefc7a2e..dafd3cbb61 100644
--- a/fun/paroxysm/default.nix
+++ b/fun/paroxysm/default.nix
@@ -5,12 +5,13 @@ let
 in
 pkgs.naersk.buildPackage {
   name = "paroxysm";
-  version = "0.0.1";
+  version = "0.0.2";
   src = ./.;
 
   buildInputs = with pkgs; [
     openssl
     pkgconfig
     postgresql.lib
+    curl
   ];
 }