diff --git a/flake.nix b/flake.nix index 1673889..064db78 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ outputs = { self, nixpkgs }: let system = "x86_64-linux"; - version = "4.0.1"; + version = "4.1.0"; pnpm = pkgs.pnpm_11; pkgs = import nixpkgs { inherit system; }; in @@ -29,7 +29,7 @@ inherit (finalAttrs) pname version src; inherit pnpm; fetcherVersion = 4; - hash = "sha256-m7DknUzp6vRaAVKm5ZXLtof3CpUTLOsEO9NihPEM4p0="; + hash = "sha256-AYfRC7UGPbf659aGVJNk/9S3TBsZ3rI1mxPQVvS9+3Q="; }; buildPhase = ''