about summary refs log tree commit diff
path: root/pkgs/profpatsch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/profpatsch')
-rw-r--r--pkgs/profpatsch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix
index 47c7b402..269eef0b 100644
--- a/pkgs/profpatsch/default.nix
+++ b/pkgs/profpatsch/default.nix
@@ -103,10 +103,10 @@ let
 
 
 in rec {
-  tvl = import (builtins.fetchGit {
+  tvl = import (pkgs.fetchgit {
     url = "https://code.tvl.fyi/depot.git";
-    ref = "canon";
     rev = "e2fbc10ebdb5d85813fd15c5dd371ee8e1e87a22"; # 2021-11-13
+    sha256 = "14hrzx31a7bas64n8rz89388nwfhmy77l5s85g82vvzd5fxg61by";
   }) {};
 
   inherit (nixperiments)