From af4862018906548b56d69215afd576460af3cdb2 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Sun, 14 Dec 2025 20:44:46 +0800 Subject: [PATCH] readeck: 0.21.3 -> 0.21.5 --- pkgs/by-name/re/readeck/package.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/re/readeck/package.nix b/pkgs/by-name/re/readeck/package.nix index 763363ea4696..e9f3ccc42b78 100644 --- a/pkgs/by-name/re/readeck/package.nix +++ b/pkgs/by-name/re/readeck/package.nix @@ -10,16 +10,20 @@ buildGoModule rec { pname = "readeck"; - version = "0.21.3"; + version = "0.21.5"; src = fetchFromGitea { domain = "codeberg.org"; owner = "readeck"; repo = "readeck"; tag = version; - hash = "sha256-d4FLyD2uOngUANc7fai8j0wZSY1ISS18JEBDxCqXdQw="; + hash = "sha256-9M9Bgl1CJ35x/Onlk5xUNCFkZKW40efF6qMOM+2/HR0="; }; + postPatch = '' + sed -i -e '/^go /s/1.25.5/1.25.4/' go.mod + ''; + nativeBuildInputs = [ nodejs npmHooks.npmConfigHook @@ -62,10 +66,10 @@ buildGoModule rec { npmDeps = fetchNpmDeps { src = "${src}/web"; - hash = "sha256-XT+4IR1xVXiDY4wx2smt0pcNUx6UFoXYq+zxvbGsQ8A="; + hash = "sha256-znUKRaUdx6GXD2YL6hs0iveaAAHQ8H9n4NHZFi331+g="; }; - vendorHash = "sha256-IWRlruj+zYixCRgbaf7QYBeCGwzf0qRY8OFa4s/PzME="; + vendorHash = "sha256-2MB7v5oG/LcEKtgbFNxPXSI8TljpbqYUrI7pvu7m+e8="; meta = { description = "Web application that lets you save the readable content of web pages you want to keep forever";