From 2d2b44c12da5c1ee362ad1e01e6e7c33ba84ead6 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:15:12 +0100 Subject: [PATCH] python3Packages.dohq-artifactory: 0.10.1 -> 0.10.3 https://github.com/devopshq/artifactory/releases/tag/0.10.3 --- .../python-modules/dohq-artifactory/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ]; };