about summary refs log tree commit diff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/hashi/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/hashi/default.nix b/packages/hashi/default.nix
index 54f71d1..cadabb4 100644
--- a/packages/hashi/default.nix
+++ b/packages/hashi/default.nix
@@ -6,7 +6,7 @@ in
 stdenv.mkDerivation rec {
   pname = "hashi";
   version = "0.1.4";
-  src = builtins.trace "Attempting to fetch: ${url}" fetchurl {
+  src = fetchurl {
     inherit url;
     sha256 = "sha256-uX6AdOUfh6JEwS20kQwjp9Os12lVOGoCajOV9sYWXtA=";
   };
@@ -32,4 +32,3 @@ stdenv.mkDerivation rec {
     platforms = [ "x86_64-darwin" ];
   };
 }
-