about summary refs log tree commit diff
path: root/pkgs/tools/misc/freshfetch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/freshfetch/default.nix')
-rw-r--r--pkgs/tools/misc/freshfetch/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/tools/misc/freshfetch/default.nix b/pkgs/tools/misc/freshfetch/default.nix
index e73fec1a59429..89ec74b20258e 100644
--- a/pkgs/tools/misc/freshfetch/default.nix
+++ b/pkgs/tools/misc/freshfetch/default.nix
@@ -20,7 +20,12 @@ rustPlatform.buildRustPackage rec {
     sha256 = "1l9zngr5l12g71j85iyph4jjri3crxc2pi9q0gczrrzvs03439mn";
   };
 
-  cargoSha256 = "sha256-ra29AwUleHVom6Pi5bL1IPqW7yyLYwRtKFvadMB/380=";
+  cargoLock = {
+    lockFile = ./Cargo.lock;
+    outputHashes = {
+      "clml_rs-0.3.0" = "sha256-KTAm0TCNHGeuOmqmLcZfjl2mQmWcCxWaTPOzA38qbUM=";
+    };
+  };
 
   # freshfetch depends on rust nightly features
   RUSTC_BOOTSTRAP = 1;