about summary refs log tree commit diff
path: root/pkgs/development/tools/appthreat-depscan
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-30 00:17:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-30 00:17:43 +0000
commit7ae2be51548c68632bf8973439c311eae317637b (patch)
treed2691b8bd84d0df11f756aaa979b63230cc277d1 /pkgs/development/tools/appthreat-depscan
parenta64f60b1b86551ea0be22652dd931be7adeb6ef5 (diff)
appthreat-depscan: 2.1.0 -> 2.1.2
Diffstat (limited to 'pkgs/development/tools/appthreat-depscan')
-rw-r--r--pkgs/development/tools/appthreat-depscan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/appthreat-depscan/default.nix b/pkgs/development/tools/appthreat-depscan/default.nix
index 2177c20a972be..e93dfe845436e 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; [