fix(nix): Update flake.lock and increment fetcher version

This commit is contained in:
jervw
2026-08-02 21:41:20 +00:00
committed by Yuri Karamian
parent 65e09e8fdd
commit 4931ee3fab
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -26,13 +26,13 @@
inherit pname version;
src = ./.;
cargoHash = "sha256-oPShWgL5DjucCmQgqKbIBaxRwqyWnae52+Hj/YVIqbE=";
cargoHash = "sha256-P0iXImWYKYPxVj7q2JSuDmd8JvjcKW4DzFUzXeUQZPk=C";
pnpmDeps = pkgs.fetchPnpmDeps {
inherit pname version;
src = ./.;
fetcherVersion = 3;
hash = "sha256-0TFLZY9zmRFNHPFJEiU2U8zMqSSPkeCl4bhORAbcdZY=";
fetcherVersion = 4;
hash = "sha256-odUNKO2D50DG+VpuoTEo5FLMYy5pQSHQBtfHJrhJt78=";
};
nativeBuildInputs = with pkgs; [