lol

readeck: 0.19.2 -> 0.20.1 (#438563)

authored by

Gaétan Lepage and committed by
GitHub
011174b5 3ffc00bb

+7 -7
+7 -7
pkgs/by-name/re/readeck/package.nix
··· 2 lib, 3 fetchFromGitea, 4 fetchNpmDeps, 5 - buildGoModule, 6 nodejs, 7 npmHooks, 8 python3, 9 }: 10 11 let 12 - file-compose = buildGoModule { 13 pname = "file-compose"; 14 version = "unstable-2023-10-21"; 15 ··· 25 }; 26 in 27 28 - buildGoModule rec { 29 pname = "readeck"; 30 - version = "0.19.2"; 31 32 src = fetchFromGitea { 33 domain = "codeberg.org"; 34 owner = "readeck"; 35 repo = "readeck"; 36 tag = version; 37 - hash = "sha256-gTU1RMd6b1wLIqI8VGa1Fn8+ydhW76E8ft5du71E1zM="; 38 }; 39 40 nativeBuildInputs = [ ··· 80 81 npmDeps = fetchNpmDeps { 82 src = "${src}/web"; 83 - hash = "sha256-RkyQ7uY7OIpBY7ep2L2Ilq5abY0f91g2uqigdS64sL0="; 84 }; 85 86 - vendorHash = "sha256-gqiK96FnfvRAzT0RUpYnT7HftZ1YV9jxbjstcKtGBho="; 87 88 meta = { 89 description = "Web application that lets you save the readable content of web pages you want to keep forever";
··· 2 lib, 3 fetchFromGitea, 4 fetchNpmDeps, 5 + buildGo125Module, 6 nodejs, 7 npmHooks, 8 python3, 9 }: 10 11 let 12 + file-compose = buildGo125Module { 13 pname = "file-compose"; 14 version = "unstable-2023-10-21"; 15 ··· 25 }; 26 in 27 28 + buildGo125Module rec { 29 pname = "readeck"; 30 + version = "0.20.1"; 31 32 src = fetchFromGitea { 33 domain = "codeberg.org"; 34 owner = "readeck"; 35 repo = "readeck"; 36 tag = version; 37 + hash = "sha256-7ZLEAMma0eLrcCbwbeK8EPDY1+ZOJy3i4Rz+obDsuko="; 38 }; 39 40 nativeBuildInputs = [ ··· 80 81 npmDeps = fetchNpmDeps { 82 src = "${src}/web"; 83 + hash = "sha256-/imn3IoRh6aoQFNH0yMmgYNktfkN647H4KfpcVVC728="; 84 }; 85 86 + vendorHash = "sha256-8SdDuMsFKpEhJ3qnH/9nly54A/PJCCh5xIyKNLDs740="; 87 88 meta = { 89 description = "Web application that lets you save the readable content of web pages you want to keep forever";