psw: 0.1.2 -> 0.2.0

This commit is contained in:
Wulfsta 2021-01-16 19:54:36 -05:00
parent 68398d2dd5
commit 727cb67dfb

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "psw"; pname = "psw";
version = "0.1.2"; version = "0.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Wulfsta"; owner = "Wulfsta";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "10raj4899i01f5v13w0wxdnjjicql2wjblkq1zcagrfv3ly3d0fy"; sha256 = "1nwmps3zw99lrz6k1j14w4rcm7yj8vhf4cs9wjfc3c1zfjibz9iz";
}; };
cargoSha256 = "1w18rym0xnjk7vhrb2dc4cvhg659zbq5d2153gw2snxcbs7gh7r1"; cargoSha256 = "0a6hhangbx62nsyrfzbxjv7cg5c9d8wh83f02ay72gkf48sqy75h";
meta = with lib; { meta = with lib; {
description = "A command line tool to write random bytes to stdout"; description = "A command line tool to write random bytes to stdout";