Merge pull request #213493 from r-ryantm/auto-update/brutespray

brutespray: 1.8 -> 1.8.1
This commit is contained in:
Nick Cao 2023-01-31 09:47:34 +08:00 committed by GitHub
commit ec771776fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "brutespray";
version = "1.8";
version = "1.8.1";
src = fetchFromGitHub {
owner = "x90skysn3k";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-hlFp2ZQnoydxF2NBCjSKtmNzMj9V14AKrNYKMF/8m70=";
sha256 = "sha256-O9HOsj0R6oHI7jjG4FBqbrSAQSVomgeD7tyPDNCNmIo=";
};
postPatch = ''