summary refs log tree commit diff
path: root/pkgs/tools/security/erosmb
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-12 19:45:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-12 19:45:40 +0000
commita951a2b7b7323ba90149baa430f6cd286629daa4 (patch)
tree278eb36d0895792eef672e7f6ca099904869d112 /pkgs/tools/security/erosmb
parentd1801a813d5a3dfb2c32fab0e3b1be0906f51348 (diff)
erosmb: 0.1.4 -> 0.1.5
Diffstat (limited to 'pkgs/tools/security/erosmb')
-rw-r--r--pkgs/tools/security/erosmb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/erosmb/default.nix b/pkgs/tools/security/erosmb/default.nix
index 90165b6581648..b7984feac5136 100644
--- a/pkgs/tools/security/erosmb/default.nix
+++ b/pkgs/tools/security/erosmb/default.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "erosmb";
-  version = "0.1.4";
+  version = "0.1.5";
   format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "viktor02";
     repo = "EroSmb";
     rev = "refs/tags/v${version}";
-    hash = "sha256-ThJwBKpxoTwHP84OlVKH62gQ3kfv83J8HNs5Mizi8Ck=";
+    hash = "sha256-9Zs5Z+3JiBiJkV9Ixl5pPmLv0dUT59CT0UkQDsmneWc=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [