procs: 0.12.0 -> 0.12.1

This commit is contained in:
Sandro Jäckel 2022-01-27 13:55:22 +01:00
parent aaece4c0cf
commit b81c67d478
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "procs";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "dalance";
repo = pname;
rev = "v${version}";
sha256 = "sha256-UZTt/+K8jDFhkNIMRfyDzRqOlceAEQKWwgEf1lcZIkY=";
sha256 = "sha256-hJe9JAUZZY2fx4I6+pVg1BYwzZrUWCkqPvQUT2OQXDo=";
};
cargoSha256 = "sha256-VE161UZKUiG2WW7CwjazQfR9ouOAsYCjiA5dczFQliM=";
cargoSha256 = "sha256-BChYzSnM9jnLioRhRDez6XOjJwGrU+giV4Ld3rp/57M=";
nativeBuildInputs = [ installShellFiles ];