summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/bruteforce-luks
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-06-06 21:57:48 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2016-06-06 21:58:19 +0200
commitb04e2fab7cc7f3323e5328eff1265a1e0cebe77a (patch)
tree192f250a7d9dcf7529290fd04140855fd3348769 /pkgs/tools/security/bruteforce-luks
parent2b0f12c07345d8d9ea6b9c5d70a8795d5b5db164 (diff)
bruteforce-luks: 1.2.0 -> 1.2.1
Diffstat (limited to 'pkgs/tools/security/bruteforce-luks')
-rw-r--r--pkgs/tools/security/bruteforce-luks/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/bruteforce-luks/default.nix b/pkgs/tools/security/bruteforce-luks/default.nix
index a28f949c7fdd..85773953af0f 100644
--- a/pkgs/tools/security/bruteforce-luks/default.nix
+++ b/pkgs/tools/security/bruteforce-luks/default.nix
@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "bruteforce-luks-${version}";
- version = "1.2.0";
+ version = "1.2.1";
src = fetchFromGitHub {
- sha256 = "0d01rn45dg7ysa75r8z0b31hj1z7w47vv5vr359pl71zxgzngjd2";
+ sha256 = "1i3qr2qgqdx3a5kjl0wrjh9kw8fx2indrj57z6911nx747pmda0n";
rev = version;
repo = "bruteforce-luks";
owner = "glv2";