From 5fae7c71afc4caa6304113305e1a994b46700edd Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Fri, 29 May 2026 15:22:18 +0200 Subject: [PATCH] chore: let's guess cargoHash because there's something wrong with nixpkgs! --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a050caa..3978a04 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ pname = "archivr"; version = "0.1.0"; src = pkgs.lib.cleanSource ./.; - cargoHash = "sha256-4m+4SMYA/rJ0eHEOc32zA2VdZI1pqzB5NenD0R0f2zM="; + cargoHash = ""; nativeBuildInputs = [ pkgs.pkg-config ]; }; archivr = pkgs.stdenv.mkDerivation {