summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-04-27 00:55:35 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2020-04-28 00:18:25 +0200
commit12a614b633e26b14fe27bc5e4ac406a3a68efc60 (patch)
tree300e4016f07f6d63cdc7b1de1c3ad37b7bbbd088
parent974d11d53f4a3f5bfb654a83006bc02897e0cbf8 (diff)
downloadnixpkgs-12a614b633e26b14fe27bc5e4ac406a3a68efc60.tar
nixpkgs-12a614b633e26b14fe27bc5e4ac406a3a68efc60.tar.gz
nixpkgs-12a614b633e26b14fe27bc5e4ac406a3a68efc60.tar.bz2
nixpkgs-12a614b633e26b14fe27bc5e4ac406a3a68efc60.tar.lz
nixpkgs-12a614b633e26b14fe27bc5e4ac406a3a68efc60.tar.xz
nixpkgs-12a614b633e26b14fe27bc5e4ac406a3a68efc60.tar.zst
nixpkgs-12a614b633e26b14fe27bc5e4ac406a3a68efc60.zip
brutespray: 1.6.6 -> 1.6.8
https://github.com/x90skysn3k/brutespray/blob/brutespray-1.6.8/CHANGELOG.md#changelog
-rw-r--r--pkgs/tools/security/brutespray/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/brutespray/default.nix b/pkgs/tools/security/brutespray/default.nix
index be7c99f5252..78dd789047d 100644
--- a/pkgs/tools/security/brutespray/default.nix
+++ b/pkgs/tools/security/brutespray/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "brutespray";
-  version = "1.6.6";
+  version = "1.6.8";
 
   src = fetchFromGitHub {
     owner = "x90skysn3k";
     repo = pname;
     rev = "brutespray-${version}";
-    sha256 = "1rj8fkq1xz4ph1pmldphlsa25mg6xl7i7dranb0qjx00jhfxjxjh";
+    sha256 = "1pi4d5vcvvjsby39dq995dlhpxdicmfhqsiw23hr25m38ccfm3rh";
   };
 
   postPatch = ''