mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
psw: 0.2.0 -> 0.2.1
This commit is contained in:
parent
0852bd6a95
commit
4e02e079bf
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user