Unverified Commit 4599f379 authored by Aliaksandr's avatar Aliaksandr
Browse files

custom-sidebar: migrate from fetcherVersion = 1 to fetcherVersion = 3

parent 4c40c885
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {

  pnpmDeps = fetchPnpmDeps {
    inherit (finalAttrs) pname version src;
    fetcherVersion = 1;
    hash = "sha256-VbmbqTwuXfJQVSaQHGVwIZJf7350HsH+TGeVCtCXL38=";
    fetcherVersion = 3;
    hash = "sha256-gUVETXrl5rcXvn0YeKLfM+eErUpMxCuVlAOoyqQkLXs=";
  };

  nativeBuildInputs = [