losurdo: sourcehut: update config
[sourcephile-nix.git] / nixpkgs / patches / sourcehut.diff
index 26bbe214a0bef9baaafbb8fd7242573bbf043def..a5ea27c4af3b9ca732fde57fd50946614a7a9184 100644 (file)
@@ -1,5 +1,5 @@
 diff --git a/pkgs/applications/version-management/sourcehut/builds.nix b/pkgs/applications/version-management/sourcehut/builds.nix
-index c8163caf8ea..24ec5fe4e63 100644
+index c8163caf8ea..5b313a3a4e9 100644
 --- a/pkgs/applications/version-management/sourcehut/builds.nix
 +++ b/pkgs/applications/version-management/sourcehut/builds.nix
 @@ -11,13 +11,13 @@
@@ -7,7 +7,7 @@ index c8163caf8ea..24ec5fe4e63 100644
  }:
  let
 -  version = "0.66.7";
-+  version = "0.70.8";
++  version = "0.70.12";
  
    buildWorker = src: buildGoModule {
      inherit src version;
@@ -23,12 +23,12 @@ index c8163caf8ea..24ec5fe4e63 100644
      repo = "builds.sr.ht";
      rev = version;
 -    sha256 = "sha256-2MLs/DOXHjEYarXDVUcPZe3o0fmZbzVxn528SE72lhM=";
-+    sha256 = "sha256-0guAknoCUGmREZTu1KYs+TPd1jmLlgapriyoi5eg2Ig=";
++    sha256 = "sha256-k5BOb48WVOhBVKRLZeSGNePclvl9cjjJPIEt6pU7M3I=";
    };
  
    nativeBuildInputs = srht.nativeBuildInputs;
 diff --git a/pkgs/applications/version-management/sourcehut/core.nix b/pkgs/applications/version-management/sourcehut/core.nix
-index d359d524eb2..b872208cb40 100644
+index d359d524eb2..2d9a18bb233 100644
 --- a/pkgs/applications/version-management/sourcehut/core.nix
 +++ b/pkgs/applications/version-management/sourcehut/core.nix
 @@ -30,12 +30,12 @@
@@ -36,18 +36,18 @@ index d359d524eb2..b872208cb40 100644
  buildPythonPackage rec {
    pname = "srht";
 -  version = "0.67.4";
-+  version = "0.67.13";
++  version = "0.67.14";
  
    src = fetchgit {
      url = "https://git.sr.ht/~sircmpwn/core.sr.ht";
      rev = version;
 -    sha256 = "sha256-XvzFfcBK5Mq8p7xEBAF/eupUE1kkUBh5k+ByM/WA9bc=";
-+    sha256 = "sha256-hwoG/xEE+58a9+MO7ViCr70qSIm/Oyr6qy3QYfmI6Uw=";
++    sha256 = "sha256-u98Se7QvZF2Xi6LcGHZ3ixLv2pJLYHufP2G4FtDppJc=";
      fetchSubmodules = true;
    };
  
 diff --git a/pkgs/applications/version-management/sourcehut/dispatch.nix b/pkgs/applications/version-management/sourcehut/dispatch.nix
-index 637c6f9c1df..0aec2210599 100644
+index 637c6f9c1df..af2ea1e9a4f 100644
 --- a/pkgs/applications/version-management/sourcehut/dispatch.nix
 +++ b/pkgs/applications/version-management/sourcehut/dispatch.nix
 @@ -9,13 +9,13 @@
@@ -55,19 +55,19 @@ index 637c6f9c1df..0aec2210599 100644
  buildPythonPackage rec {
    pname = "dispatchsrht";
 -  version = "0.15.8";
-+  version = "0.15.31";
++  version = "0.15.32";
  
    src = fetchFromSourcehut {
      owner = "~sircmpwn";
      repo = "dispatch.sr.ht";
      rev = version;
 -    sha256 = "sha256-zWCGPjIgMKHXHJUs9aciV7IFgo0rpahon6KXHDwcfss=";
-+    sha256 = "sha256-y+7Q6yEwmGYTZakHLvNTNazOQOlv7oa8Z9K1jccj19M=";
++    sha256 = "sha256-4P4cXhjcZ8IBzpRfmYIJkzl9U4Plo36a48Pf/KjmhFY=";
    };
  
    nativeBuildInputs = srht.nativeBuildInputs;
 diff --git a/pkgs/applications/version-management/sourcehut/git.nix b/pkgs/applications/version-management/sourcehut/git.nix
-index e44fb9cd6c6..3b76bda965f 100644
+index e44fb9cd6c6..cbbc420123f 100644
 --- a/pkgs/applications/version-management/sourcehut/git.nix
 +++ b/pkgs/applications/version-management/sourcehut/git.nix
 @@ -8,13 +8,13 @@
@@ -75,14 +75,14 @@ index e44fb9cd6c6..3b76bda965f 100644
  }:
  let
 -  version = "0.72.8";
-+  version = "0.72.40";
++  version = "0.72.43";
  
    src = fetchFromSourcehut {
      owner = "~sircmpwn";
      repo = "git.sr.ht";
      rev = version;
 -    sha256 = "sha256-AB2uzajO5PtcpJfbOOTfuDFM6is5K39v3AZJ1hShRNc=";
-+    sha256 = "sha256-Y5485XY614AfAO65jtA72ylZ1LZC2DKFBN4Ijh4anFg=";
++    sha256 = "sha256-mb/zFHekLhAH5cpkB7dfTRDATWvgZKVcxdwiA4SntnU=";
    };
  
    buildShell = src: buildGoModule {
@@ -126,7 +126,7 @@ index 17cb3fe4b61..ff5ffcca38a 100644
  
    nativeBuildInputs = srht.nativeBuildInputs;
 diff --git a/pkgs/applications/version-management/sourcehut/lists.nix b/pkgs/applications/version-management/sourcehut/lists.nix
-index b419b49f7b5..b98f7b38918 100644
+index b419b49f7b5..7f616fda834 100644
 --- a/pkgs/applications/version-management/sourcehut/lists.nix
 +++ b/pkgs/applications/version-management/sourcehut/lists.nix
 @@ -12,13 +12,13 @@
@@ -134,14 +134,14 @@ index b419b49f7b5..b98f7b38918 100644
  buildPythonPackage rec {
    pname = "listssrht";
 -  version = "0.48.19";
-+  version = "0.48.24";
++  version = "0.49.1";
  
    src = fetchFromSourcehut {
      owner = "~sircmpwn";
      repo = "lists.sr.ht";
      rev = version;
 -    sha256 = "sha256-bsakEMyvWaxiE4/SGcAP4mlGG9jkdHfFxpt9H+TJn/8=";
-+    sha256 = "sha256-2WU+Q33rZnth0y87blr7dSiy4iV1ZD9xx51gAks1z/Y=";
++    sha256 = "sha256-3YTn705lPFGHww/xUVXc7c8OkVq02usPbdoikMA34IQ=";
    };
  
    nativeBuildInputs = srht.nativeBuildInputs;
@@ -166,27 +166,34 @@ index bd331f000a7..effe70059df 100644
  
    nativeBuildInputs = srht.nativeBuildInputs;
 diff --git a/pkgs/applications/version-management/sourcehut/meta.nix b/pkgs/applications/version-management/sourcehut/meta.nix
-index a285d484ed2..9e514022a2e 100644
+index a285d484ed2..87122a03cab 100644
 --- a/pkgs/applications/version-management/sourcehut/meta.nix
 +++ b/pkgs/applications/version-management/sourcehut/meta.nix
-@@ -18,13 +18,13 @@
+@@ -18,19 +18,19 @@
  , python
  }:
  let
 -  version = "0.53.14";
-+  version = "0.54.0";
++  version = "0.54.3";
  
    src = fetchFromSourcehut {
      owner = "~sircmpwn";
      repo = "meta.sr.ht";
      rev = version;
 -    sha256 = "sha256-/+r/XLDkcSTW647xPMh5bcJmR2xZNNH74AJ5jemna2k=";
-+    sha256 = "sha256-OrtYdKjO8jLoamGHW9sSJ1WpE/7yESk2yPUQhwD19vU=";
++    sha256 = "sha256-u9cl0YGPnCo+AYLA4qkrqqzQhsf4IRR6W95JulpNIIE=";
    };
  
    buildApi = src: buildGoModule {
+     inherit src version;
+     pname = "metasrht-api";
+-    vendorSha256 = "sha256-eZyDrr2VcNMxI++18qUy7LA1Q1YDlWCoRtl00L8lfR4=";
++    vendorSha256 = "sha256-s0Hjt/6S9vMBL5iGREQjmA1BQ1ImB2Va++9NxSfUZzw=";
+   };
+ in
 diff --git a/pkgs/applications/version-management/sourcehut/paste.nix b/pkgs/applications/version-management/sourcehut/paste.nix
-index 0d8c9135493..884b9bf6c6f 100644
+index 0d8c9135493..71a95bb10b0 100644
 --- a/pkgs/applications/version-management/sourcehut/paste.nix
 +++ b/pkgs/applications/version-management/sourcehut/paste.nix
 @@ -8,13 +8,13 @@
@@ -194,14 +201,14 @@ index 0d8c9135493..884b9bf6c6f 100644
  buildPythonPackage rec {
    pname = "pastesrht";
 -  version = "0.12.1";
-+  version = "0.12.3";
++  version = "0.12.4";
  
    src = fetchFromSourcehut {
      owner = "~sircmpwn";
      repo = "paste.sr.ht";
      rev = version;
 -    sha256 = "sha256-QQhd2LeH9BLmlHilhsv+9fZ+RPNmEMSmOpFA3dsMBFc=";
-+    sha256 = "sha256-cBIeK3wBzIYDOed8zvz8+abcLvFAeWua44UWlhO0ZEY=";
++    sha256 = "sha256-hFjWa7L7JiQoG3Hm9NyoP2FNypDiW+nGDmQ2DoZkAIw=";
    };
  
    nativeBuildInputs = srht.nativeBuildInputs;
@@ -226,7 +233,7 @@ index 1f385265360..1ce3fe867ed 100644
  
    nativeBuildInputs = srht.nativeBuildInputs;
 diff --git a/pkgs/applications/version-management/sourcehut/todo.nix b/pkgs/applications/version-management/sourcehut/todo.nix
-index 85e1f5637b6..218e958f3a6 100644
+index 85e1f5637b6..8aa4730b1cb 100644
 --- a/pkgs/applications/version-management/sourcehut/todo.nix
 +++ b/pkgs/applications/version-management/sourcehut/todo.nix
 @@ -12,13 +12,13 @@
@@ -234,14 +241,14 @@ index 85e1f5637b6..218e958f3a6 100644
  buildPythonPackage rec {
    pname = "todosrht";
 -  version = "0.64.14";
-+  version = "0.64.21";
++  version = "0.64.23";
  
    src = fetchFromSourcehut {
      owner = "~sircmpwn";
      repo = "todo.sr.ht";
      rev = version;
 -    sha256 = "sha256-huIAhn6h1F5w5ST4/yBwr82kAzyYwhLu+gpRuOQgnsE=";
-+    sha256 = "sha256-kPO9A0g/i7xbVQ+PQ4+QDfP5zQrTiftmeIA1sTP/0AA=";
++    sha256 = "sha256-gagOaYlOfkho8nV7feboPjmOYazsMV72NfMngubxRFc=";
    };
  
    nativeBuildInputs = srht.nativeBuildInputs;