psw: 0.2.0 -> 0.2.1

This commit is contained in:
R. Ryantm 2024-05-20 14:06:46 +00:00
parent 0852bd6a95
commit 4e02e079bf

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "psw";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "Wulfsta";
repo = pname;
rev = version;
sha256 = "1nwmps3zw99lrz6k1j14w4rcm7yj8vhf4cs9wjfc3c1zfjibz9iz";
sha256 = "sha256-Rf6vpVgenTzb42/aGqItuxUodl61eNyUPlry7rgLPbI=";
};
cargoSha256 = "1y2am1bz68q7d9bn4264al13fv2j6a87bwrd60ycx0qak9fczlmv";
cargoHash = "sha256-+0eMhOteNK3QTnG0HB3/TYDFmPTztdQ0h3RKBTN0J/o=";
meta = with lib; {
description = "A command line tool to write random bytes to stdout";