Merge pull request #324893 from x123/x123-update-phraze

phraze: 0.3.11 -> 0.3.12
This commit is contained in:
Nick Cao 2024-07-06 11:37:41 -04:00 committed by GitHub
commit d18fb07934
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
rustPlatform.buildRustPackage rec {
pname = "phraze";
version = "0.3.11";
version = "0.3.12";
src = fetchFromGitHub {
owner = "sts10";
repo = "phraze";
rev = "v${version}";
hash = "sha256-1tvFVwTvtjAXVfCObdL3tGq50q4zouchNAuMo7euZ3g=";
hash = "sha256-lW7oYivIDGYg78MgcLFFNyxciVk+wKU/OBzWYx3KwPI=";
};
doCheck = true;
cargoHash = "sha256-q3nkNBEiisGp+ElSXZnT4x6P0Sm5sM2R9cpzpaJ/UU4=";
cargoHash = "sha256-kFk04YKDYiABWtild6aaP9H8gt/TuckOWRJE69dAXGU=";
meta = {
description = "Generate random passphrases";