Merge pull request #293792 from r-ryantm/auto-update/bruteforce-salted-openssl

bruteforce-salted-openssl: 1.4.2 -> 1.5.0
This commit is contained in:
Nick Cao 2024-03-07 09:43:55 -05:00 committed by GitHub
commit 4476893404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "bruteforce-salted-openssl";
version = "1.4.2";
version = "1.5.0";
src = fetchFromGitHub {
owner = "glv2";
repo = "bruteforce-salted-openssl";
rev = version;
hash = "sha256-ICxXdKjRP2vXdJpjn0PP0/6rw9LKju0nVOSj47TyrzY=";
hash = "sha256-hXB4CUQ5pihKmahyK359cgQACrs6YH1gHmZJAuTXgQM=";
};
nativeBuildInputs = [