From 7ae2be51548c68632bf8973439c311eae317637b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 30 Jan 2022 00:17:43 +0000 Subject: [PATCH] appthreat-depscan: 2.1.0 -> 2.1.2 --- pkgs/development/tools/appthreat-depscan/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/appthreat-depscan/default.nix b/pkgs/development/tools/appthreat-depscan/default.nix index 2177c20a972..e93dfe84543 100644 --- a/pkgs/development/tools/appthreat-depscan/default.nix +++ b/pkgs/development/tools/appthreat-depscan/default.nix @@ -5,13 +5,13 @@ python3.pkgs.buildPythonApplication rec { pname = "appthreat-depscan"; - version = "2.1.0"; + version = "2.1.2"; src = fetchFromGitHub { owner = "AppThreat"; repo = "dep-scan"; rev = "v${version}"; - hash = "sha256-HCOS8/jn7BOzDwSpenVGo6QpI/1ey6L1zBucTyqsSY4="; + hash = "sha256-hRmTx0qs/QnDLl4KhGbKw5Mucq4wQCaCIkeObrZlJSI="; }; propagatedBuildInputs = with python3.pkgs; [