about summary refs log tree commit diff
path: root/pkgs/applications/version-management/sourcehut/hub.nix
diff options
context:
space:
mode:
authorChristoph Heiss <christoph@c8h4.io>2023-03-29 21:39:26 +0200
committerChristoph Heiss <christoph@c8h4.io>2023-11-11 13:01:32 +0100
commit900664876c724d0ec8f14486c96462cb4953d5f2 (patch)
tree4619e407425ac42f6240c389424256e6c19214e3 /pkgs/applications/version-management/sourcehut/hub.nix
parentc0c73555a5d19052cf5e22cadfb5c040be5101e3 (diff)
downloadnixlib-900664876c724d0ec8f14486c96462cb4953d5f2.tar
nixlib-900664876c724d0ec8f14486c96462cb4953d5f2.tar.gz
nixlib-900664876c724d0ec8f14486c96462cb4953d5f2.tar.bz2
nixlib-900664876c724d0ec8f14486c96462cb4953d5f2.tar.lz
nixlib-900664876c724d0ec8f14486c96462cb4953d5f2.tar.xz
nixlib-900664876c724d0ec8f14486c96462cb4953d5f2.tar.zst
nixlib-900664876c724d0ec8f14486c96462cb4953d5f2.zip
sourcehut: default gqlgenVersion 0.17.2 -> 0.17.20
Most packages now uses this version, so avoid having it specify it every
time.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
Diffstat (limited to 'pkgs/applications/version-management/sourcehut/hub.nix')
-rw-r--r--pkgs/applications/version-management/sourcehut/hub.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/sourcehut/hub.nix b/pkgs/applications/version-management/sourcehut/hub.nix
index 50fab20a3489..6f1b17b01c3e 100644
--- a/pkgs/applications/version-management/sourcehut/hub.nix
+++ b/pkgs/applications/version-management/sourcehut/hub.nix
@@ -28,7 +28,7 @@ buildPythonPackage rec {
     pname = "hubsrht-api";
     modRoot = "api";
     vendorHash = "sha256-K5EmZ4U+xItTR85+SCwhwg5KUGLkKHo9Nr2pkvmJpfo=";
-  } // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.20"; });
+  } // import ./fix-gqlgen-trimpath.nix { inherit unzip; });
 
   propagatedBuildInputs = [
     srht