psudohash: unstable-2023-05-15 -> 1.0.2

Changelog: https://github.com/t3l3machus/psudohash/releases/tag/v1.0.2
This commit is contained in:
Fabian Affolter 2024-08-10 08:45:48 +02:00
parent 3922c7b42a
commit 44342de071

View File

@ -6,13 +6,12 @@
stdenv.mkDerivation rec {
pname = "psudohash";
version = "unstable-2023-05-15";
version = "1.0.2";
src = fetchFromGitHub {
owner = "t3l3machus";
repo = "psudohash";
# https://github.com/t3l3machus/psudohash/issues/8
rev = "2d586dec8b5836546ae54b924eb59952a7ee393c";
rev = "refs/tags/v${version}";
hash = "sha256-l/Rp9405Wf6vh85PFrRTtTLJE7GPODowseNqEw42J18=";
};
@ -36,6 +35,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Password list generator for orchestrating brute force attacks and cracking hashes";
homepage = "https://github.com/t3l3machus/psudohash";
changelog = "https://github.com/t3l3machus/psudohash/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ exploitoverload ];
mainProgram = "psudohash";