From e405114a4e2ca4da9089823be698ea695236b6cd Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Wed, 1 Dec 2021 13:13:52 +0100 Subject: [PATCH] python3Packages.jupyterhub-systemdspawner: use git tag from upstream --- .../python-modules/jupyterhub-systemdspawner/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/jupyterhub-systemdspawner/default.nix b/pkgs/development/python-modules/jupyterhub-systemdspawner/default.nix index 1d0c7f1e7c16..2137a0f3f055 100644 --- a/pkgs/development/python-modules/jupyterhub-systemdspawner/default.nix +++ b/pkgs/development/python-modules/jupyterhub-systemdspawner/default.nix @@ -8,15 +8,12 @@ buildPythonPackage rec { pname = "jupyterhub-systemdspawner"; - version = "0.15.0"; + version = "0.15"; src = fetchFromGitHub { owner = "jupyterhub"; repo = "systemdspawner"; - # Corresponds to 0.15.0 - # Upstream didn't tag the latest release: - # https://github.com/jupyterhub/systemdspawner/issues/89 - rev = "7d7cf42db76d9cfa5a4bc42fff14943877ac570b"; + rev = "v${version}"; sha256 = "sha256-EUCA+CKCeYr+cLVrqTqe3Q32JkbqeALL6tfOnlVHk8Q="; };