diff --git a/pkgs/development/python-modules/dohq-artifactory/default.nix b/pkgs/development/python-modules/dohq-artifactory/default.nix index 12f1b068e2e9..458e9f3cbe75 100644 --- a/pkgs/development/python-modules/dohq-artifactory/default.nix +++ b/pkgs/development/python-modules/dohq-artifactory/default.nix @@ -14,13 +14,13 @@ buildPythonPackage rec { pname = "dohq-artifactory"; - version = "0.10.1"; + version = "0.10.3"; src = fetchFromGitHub { owner = "devopshq"; repo = "artifactory"; - rev = version; - hash = "sha256-lMT1b6JUDT01fJzQrVc0lMqeGrJnvk6ms4KIYtfTQps="; + tag = version; + hash = "sha256-AlC5WtYnMrrI8yR1io84QtblndlZLsGGiicc10tpnF8="; }; # https://github.com/devopshq/artifactory/issues/430 @@ -50,7 +50,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python interface library for JFrog Artifactory"; homepage = "https://devopshq.github.io/artifactory/"; - changelog = "https://github.com/devopshq/artifactory/releases/tag/${version}"; + changelog = "https://github.com/devopshq/artifactory/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ h7x4 ]; };