Merge pull request #109593 from Wulfsta/psw

psw: 0.1.2 -> 0.2.0
This commit is contained in:
Sandro 2021-01-17 14:13:49 +01:00 committed by GitHub
commit 17830a521a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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