1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

phraze: 0.3.11 -> 0.3.12

This commit is contained in:
x123 2024-07-05 22:05:26 +02:00
parent 35a90c3f3d
commit bbca97b224

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";