1 diff --git a/pkgs/applications/version-management/sourcehut/builds.nix b/pkgs/applications/version-management/sourcehut/builds.nix
2 index c8163caf8ea..5b313a3a4e9 100644
3 --- a/pkgs/applications/version-management/sourcehut/builds.nix
4 +++ b/pkgs/applications/version-management/sourcehut/builds.nix
10 + version = "0.70.12";
12 buildWorker = src: buildGoModule {
14 pname = "builds-sr-ht-worker";
16 - vendorSha256 = "sha256-giOaldV46aBqXyFH/cQVsbUr6Rb4VMhbBO86o48tRZY=";
17 + vendorSha256 = "sha256-ZEarWM/33t+pNXUEIpfd/DkBkhu3UUg17Hh8XXWOepA=";
20 buildPythonPackage rec {
21 @@ -28,7 +28,7 @@ buildPythonPackage rec {
23 repo = "builds.sr.ht";
25 - sha256 = "sha256-2MLs/DOXHjEYarXDVUcPZe3o0fmZbzVxn528SE72lhM=";
26 + sha256 = "sha256-k5BOb48WVOhBVKRLZeSGNePclvl9cjjJPIEt6pU7M3I=";
29 nativeBuildInputs = srht.nativeBuildInputs;
30 diff --git a/pkgs/applications/version-management/sourcehut/core.nix b/pkgs/applications/version-management/sourcehut/core.nix
31 index d359d524eb2..2d9a18bb233 100644
32 --- a/pkgs/applications/version-management/sourcehut/core.nix
33 +++ b/pkgs/applications/version-management/sourcehut/core.nix
36 buildPythonPackage rec {
39 + version = "0.67.14";
42 url = "https://git.sr.ht/~sircmpwn/core.sr.ht";
44 - sha256 = "sha256-XvzFfcBK5Mq8p7xEBAF/eupUE1kkUBh5k+ByM/WA9bc=";
45 + sha256 = "sha256-u98Se7QvZF2Xi6LcGHZ3ixLv2pJLYHufP2G4FtDppJc=";
46 fetchSubmodules = true;
49 diff --git a/pkgs/applications/version-management/sourcehut/default.nix b/pkgs/applications/version-management/sourcehut/default.nix
50 index 401a1437b7d..00810f208cc 100644
51 --- a/pkgs/applications/version-management/sourcehut/default.nix
52 +++ b/pkgs/applications/version-management/sourcehut/default.nix
54 listssrht = self.callPackage ./lists.nix { };
55 mansrht = self.callPackage ./man.nix { };
56 metasrht = self.callPackage ./meta.nix { };
57 + pagessrht = self.callPackage ./pages.nix { };
58 pastesrht = self.callPackage ./paste.nix { };
59 todosrht = self.callPackage ./todo.nix { };
61 @@ -40,6 +41,7 @@ with python.pkgs; recurseIntoAttrs {
62 listssrht = toPythonApplication listssrht;
63 mansrht = toPythonApplication mansrht;
64 metasrht = toPythonApplication metasrht;
65 + pagessrht = pagessrht;
66 pastesrht = toPythonApplication pastesrht;
67 todosrht = toPythonApplication todosrht;
69 diff --git a/pkgs/applications/version-management/sourcehut/dispatch.nix b/pkgs/applications/version-management/sourcehut/dispatch.nix
70 index 637c6f9c1df..af2ea1e9a4f 100644
71 --- a/pkgs/applications/version-management/sourcehut/dispatch.nix
72 +++ b/pkgs/applications/version-management/sourcehut/dispatch.nix
75 buildPythonPackage rec {
76 pname = "dispatchsrht";
78 + version = "0.15.32";
80 src = fetchFromSourcehut {
82 repo = "dispatch.sr.ht";
84 - sha256 = "sha256-zWCGPjIgMKHXHJUs9aciV7IFgo0rpahon6KXHDwcfss=";
85 + sha256 = "sha256-4P4cXhjcZ8IBzpRfmYIJkzl9U4Plo36a48Pf/KjmhFY=";
88 nativeBuildInputs = srht.nativeBuildInputs;
89 diff --git a/pkgs/applications/version-management/sourcehut/git.nix b/pkgs/applications/version-management/sourcehut/git.nix
90 index e44fb9cd6c6..cbbc420123f 100644
91 --- a/pkgs/applications/version-management/sourcehut/git.nix
92 +++ b/pkgs/applications/version-management/sourcehut/git.nix
98 + version = "0.72.43";
100 src = fetchFromSourcehut {
104 - sha256 = "sha256-AB2uzajO5PtcpJfbOOTfuDFM6is5K39v3AZJ1hShRNc=";
105 + sha256 = "sha256-mb/zFHekLhAH5cpkB7dfTRDATWvgZKVcxdwiA4SntnU=";
108 buildShell = src: buildGoModule {
109 diff --git a/pkgs/applications/version-management/sourcehut/hg.nix b/pkgs/applications/version-management/sourcehut/hg.nix
110 index cddb76cabf2..a7317980134 100644
111 --- a/pkgs/applications/version-management/sourcehut/hg.nix
112 +++ b/pkgs/applications/version-management/sourcehut/hg.nix
115 buildPythonPackage rec {
117 - version = "0.27.4";
118 + version = "0.27.6";
121 url = "https://hg.sr.ht/~sircmpwn/hg.sr.ht";
123 - sha256 = "1c0qfi0gmbfngvds6917fy9ii2iglawn429757rh7b4bvzn7n6mr";
124 + sha256 = "ibijvKjS4CiWTYrO6Qdh3RkD0EUE7BY8wjdPwrD6vkA=";
127 nativeBuildInputs = srht.nativeBuildInputs;
128 diff --git a/pkgs/applications/version-management/sourcehut/hub.nix b/pkgs/applications/version-management/sourcehut/hub.nix
129 index 17cb3fe4b61..ff5ffcca38a 100644
130 --- a/pkgs/applications/version-management/sourcehut/hub.nix
131 +++ b/pkgs/applications/version-management/sourcehut/hub.nix
134 buildPythonPackage rec {
136 - version = "0.13.1";
137 + version = "0.13.5";
139 src = fetchFromSourcehut {
143 - sha256 = "sha256-Kqzy4mh5Nn1emzHBco/LVuXro/tW3NX+OYqdEwBSQ/U=";
144 + sha256 = "sha256-hCsHwKCnXOdUnJuklb0C7+yq2JduswMjaYGWmNS6rkc=";
147 nativeBuildInputs = srht.nativeBuildInputs;
148 diff --git a/pkgs/applications/version-management/sourcehut/lists.nix b/pkgs/applications/version-management/sourcehut/lists.nix
149 index b419b49f7b5..7f616fda834 100644
150 --- a/pkgs/applications/version-management/sourcehut/lists.nix
151 +++ b/pkgs/applications/version-management/sourcehut/lists.nix
154 buildPythonPackage rec {
156 - version = "0.48.19";
157 + version = "0.49.1";
159 src = fetchFromSourcehut {
161 repo = "lists.sr.ht";
163 - sha256 = "sha256-bsakEMyvWaxiE4/SGcAP4mlGG9jkdHfFxpt9H+TJn/8=";
164 + sha256 = "sha256-3YTn705lPFGHww/xUVXc7c8OkVq02usPbdoikMA34IQ=";
167 nativeBuildInputs = srht.nativeBuildInputs;
168 diff --git a/pkgs/applications/version-management/sourcehut/man.nix b/pkgs/applications/version-management/sourcehut/man.nix
169 index bd331f000a7..effe70059df 100644
170 --- a/pkgs/applications/version-management/sourcehut/man.nix
171 +++ b/pkgs/applications/version-management/sourcehut/man.nix
174 buildPythonPackage rec {
176 - version = "0.15.12";
177 + version = "0.15.18";
179 src = fetchFromSourcehut {
183 - sha256 = "sha256-MqH/8K9XRvEg6P7GHE6XXtWnhDP3wT8iGoNaFtYQbio=";
184 + sha256 = "sha256-hlp3WBKgRHEWlQvs2Ep1sWA8gVR91pQnd7gvl8jMaVE=";
187 nativeBuildInputs = srht.nativeBuildInputs;
188 diff --git a/pkgs/applications/version-management/sourcehut/meta.nix b/pkgs/applications/version-management/sourcehut/meta.nix
189 index a285d484ed2..87122a03cab 100644
190 --- a/pkgs/applications/version-management/sourcehut/meta.nix
191 +++ b/pkgs/applications/version-management/sourcehut/meta.nix
196 - version = "0.53.14";
197 + version = "0.54.3";
199 src = fetchFromSourcehut {
203 - sha256 = "sha256-/+r/XLDkcSTW647xPMh5bcJmR2xZNNH74AJ5jemna2k=";
204 + sha256 = "sha256-u9cl0YGPnCo+AYLA4qkrqqzQhsf4IRR6W95JulpNIIE=";
207 buildApi = src: buildGoModule {
209 pname = "metasrht-api";
210 - vendorSha256 = "sha256-eZyDrr2VcNMxI++18qUy7LA1Q1YDlWCoRtl00L8lfR4=";
211 + vendorSha256 = "sha256-s0Hjt/6S9vMBL5iGREQjmA1BQ1ImB2Va++9NxSfUZzw=";
215 diff --git a/pkgs/applications/version-management/sourcehut/pages-fix-syntax-error-in-schema.sql.patch b/pkgs/applications/version-management/sourcehut/pages-fix-syntax-error-in-schema.sql.patch
217 index 00000000000..9b3f6fbc6fb
219 +++ b/pkgs/applications/version-management/sourcehut/pages-fix-syntax-error-in-schema.sql.patch
221 +From 3df160ad289b25574322f587095d00d6641f057c Mon Sep 17 00:00:00 2001
222 +From: Juan Picca <juan.picca@jumapico.uy>
223 +Date: Wed, 21 Jul 2021 08:26:56 -0300
224 +Subject: [PATCH] Fix syntax error in schema.sql
227 + schema.sql | 4 ++--
228 + 1 file changed, 2 insertions(+), 2 deletions(-)
230 +diff --git a/schema.sql b/schema.sql
231 +index 168377f..2e473ea 100644
234 +@@ -28,8 +28,8 @@ CREATE TABLE sites (
235 + user_id integer NOT NULL references "user"(id),
236 + domain varchar NOT NULL,
237 + protocol protocol NOT NULL,
238 +- version varchar NOT NULL
239 +- UNIQUE (domain, protocol),
240 ++ version varchar NOT NULL,
241 ++ UNIQUE (domain, protocol)
248 diff --git a/pkgs/applications/version-management/sourcehut/pages.nix b/pkgs/applications/version-management/sourcehut/pages.nix
250 index 00000000000..420045ec837
252 +++ b/pkgs/applications/version-management/sourcehut/pages.nix
255 +, fetchFromSourcehut
261 + src = fetchFromSourcehut {
262 + owner = "~sircmpwn";
263 + repo = "pages.sr.ht";
265 + sha256 = "sha256-z9w8v5e6LY6VUEczltyD55KEUUH7Gw1vUO00KPmT+D8=";
270 + inherit src version;
271 + pname = "pagessrht";
272 + vendorSha256 = "sha256-xOd9i+PNlLxZrw/+z/C9V+AbOLEociW2YHY+x1K+mJI=";
275 + # Upstream after 0.4.8
276 + ./pages-fix-syntax-error-in-schema.sql.patch
280 + mkdir -p $out/share/sql/
281 + cp -r -t $out/share/sql/ schema.sql migrations
285 + homepage = "https://git.sr.ht/~sircmpwn/pages.sr.ht";
286 + description = "Web hosting service for the sr.ht network";
287 + license = licenses.agpl3;
288 + maintainers = with maintainers; [ eadwu ];
291 diff --git a/pkgs/applications/version-management/sourcehut/paste.nix b/pkgs/applications/version-management/sourcehut/paste.nix
292 index 0d8c9135493..71a95bb10b0 100644
293 --- a/pkgs/applications/version-management/sourcehut/paste.nix
294 +++ b/pkgs/applications/version-management/sourcehut/paste.nix
297 buildPythonPackage rec {
299 - version = "0.12.1";
300 + version = "0.12.4";
302 src = fetchFromSourcehut {
304 repo = "paste.sr.ht";
306 - sha256 = "sha256-QQhd2LeH9BLmlHilhsv+9fZ+RPNmEMSmOpFA3dsMBFc=";
307 + sha256 = "sha256-hFjWa7L7JiQoG3Hm9NyoP2FNypDiW+nGDmQ2DoZkAIw=";
310 nativeBuildInputs = srht.nativeBuildInputs;
311 diff --git a/pkgs/applications/version-management/sourcehut/scm.nix b/pkgs/applications/version-management/sourcehut/scm.nix
312 index 1f385265360..1ce3fe867ed 100644
313 --- a/pkgs/applications/version-management/sourcehut/scm.nix
314 +++ b/pkgs/applications/version-management/sourcehut/scm.nix
317 buildPythonPackage rec {
319 - version = "0.22.9";
320 + version = "0.22.12";
322 src = fetchFromSourcehut {
326 - sha256 = "sha256-327G6C8FW+iZx+167D7TQsFtV6FGc8MpMVo9L/cUUqU=";
327 + sha256 = "sha256-ktDQ0pVljt85sN2v5QgBiqaW5wtVc5pRC8WT31HSwpI=";
330 nativeBuildInputs = srht.nativeBuildInputs;
331 diff --git a/pkgs/applications/version-management/sourcehut/todo.nix b/pkgs/applications/version-management/sourcehut/todo.nix
332 index 85e1f5637b6..8aa4730b1cb 100644
333 --- a/pkgs/applications/version-management/sourcehut/todo.nix
334 +++ b/pkgs/applications/version-management/sourcehut/todo.nix
337 buildPythonPackage rec {
339 - version = "0.64.14";
340 + version = "0.64.23";
342 src = fetchFromSourcehut {
346 - sha256 = "sha256-huIAhn6h1F5w5ST4/yBwr82kAzyYwhLu+gpRuOQgnsE=";
347 + sha256 = "sha256-gagOaYlOfkho8nV7feboPjmOYazsMV72NfMngubxRFc=";
350 nativeBuildInputs = srht.nativeBuildInputs;
351 diff --git a/pkgs/applications/version-management/sourcehut/update.sh b/pkgs/applications/version-management/sourcehut/update.sh
352 index 156d4cc35e4..36040c6d14f 100755
353 --- a/pkgs/applications/version-management/sourcehut/update.sh
354 +++ b/pkgs/applications/version-management/sourcehut/update.sh
356 #! /usr/bin/env nix-shell
357 #! nix-shell -i bash -p git mercurial common-updater-scripts
360 -cd "$(dirname "${BASH_SOURCE[0]}")"
361 +cd "$(dirname "${BASH_SOURCE[0]}")" || exit 1
364 +trap 'rm -rf "$tmp"' EXIT
367 (cd "$root" && nix-instantiate --eval --strict -A "sourcehut.python.pkgs.$1.meta.position" | sed -re 's/^"(.*):[0-9]+"$/\1/')
368 @@ -13,19 +16,18 @@ version() {
372 - (cd "$root" && nix-instantiate --eval --strict -A "sourcehut.python.pkgs.$1.src.drvAttrs.url" | tr -d '"')
373 + nix-instantiate --eval --strict --expr " with import $root {}; let src = sourcehut.python.pkgs.$1.drvAttrs.src; in src.url or src.meta.homepage" | tr -d '"'
376 get_latest_version() {
377 src="$(src_url "$1")"
381 if [ "$1" = "hgsrht" ]; then
382 - hg clone "$src" "$tmp" &> /dev/null
383 + hg clone "$src" "$tmp" >/dev/null
384 printf "%s" "$(cd "$tmp" && hg log --limit 1 --template '{latesttag}')"
386 - git clone "$src" "$tmp"
387 - printf "%s" "$(cd "$tmp" && git describe $(git rev-list --tags --max-count=1))"
388 + git clone "$src" "$tmp" >/dev/null
389 + printf "%s" "$(cd "$tmp" && git describe "$(git rev-list --tags --max-count=1)")"
393 @@ -36,19 +38,33 @@ update_version() {
395 (cd "$root" && update-source-version "sourcehut.python.pkgs.$1" "$version")
397 + # Update vendorSha256 of Go modules
398 + nixFile="${1%srht}".nix
399 + nixFile="${nixFile/build/builds}"
403 + exec < <(exec nix -L build -f "$root" sourcehut.python.pkgs."$1" 2>&1)
404 + while IFS=' :' read -r origin hash; do
406 + (expected|specified) oldHash="$hash";;
407 + (got) sed -i "s|$oldHash|$(nix hash to-sri --type sha256 "$hash")|" "$nixFile"; retry=true; break;;
408 + (*) printf >&2 "%s\n" "$origin${hash:+:$hash}"
413 git add "$default_nix"
414 git commit -m "$1: $version_old -> $version"
417 -services=( "srht" "buildsrht" "dispatchsrht" "gitsrht" "hgsrht" "hubsrht" "listssrht" "mansrht"
418 - "metasrht" "pastesrht" "todosrht" "scmsrht" )
420 -# Whether or not a specific service is requested
421 -if [ -n "$1" ]; then
422 - version="$(get_latest_version "$1")"
423 - (cd "$root" && update-source-version "sourcehut.python.pkgs.$1" "$version")
424 +if [ $# -gt 0 ]; then
427 - for service in "${services[@]}"; do
428 - update_version "$service"
430 + services=( "srht" "buildsrht" "dispatchsrht" "gitsrht" "hgsrht" "hubsrht" "listssrht" "mansrht"
431 + "metasrht" "pagessrht" "pastesrht" "todosrht" "scmsrht" )
434 +for service in "${services[@]}"; do
435 + update_version "$service"