From 4c40c88521ea30b9ee8c854147643e7549de66fe Mon Sep 17 00:00:00 2001 From: Aliaksandr Date: Fri, 24 Apr 2026 21:48:17 +0300 Subject: [PATCH] ocis.web: migrate from fetcherVersion = 1 to fetcherVersion = 3 --- pkgs/by-name/oc/ocis/web.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/oc/ocis/web.nix b/pkgs/by-name/oc/ocis/web.nix index 9568c5c30b02..8aa78a3d340c 100644 --- a/pkgs/by-name/oc/ocis/web.nix +++ b/pkgs/by-name/oc/ocis/web.nix @@ -44,8 +44,8 @@ stdenvNoCC.mkDerivation rec { src ; pnpm = pnpm_9; - fetcherVersion = 1; - hash = "sha256-3Erva6srdkX1YQ727trx34Ufx524nz19MUyaDQToz6M="; + fetcherVersion = 3; + hash = "sha256-EsoGio2D8HZmbe+uuzsOhhwaLMSbJcfV4iUJUaqtA0M="; }; meta = {