Merge pull request #156999 from SuperSandro2000/procs

authored by Sandro and committed by GitHub 55eab1b1 a4e916ad

+3 -3
+3 -3
pkgs/tools/admin/procs/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "procs"; 5 - version = "0.12.0"; 6 7 src = fetchFromGitHub { 8 owner = "dalance"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-UZTt/+K8jDFhkNIMRfyDzRqOlceAEQKWwgEf1lcZIkY="; 12 }; 13 14 - cargoSha256 = "sha256-VE161UZKUiG2WW7CwjazQfR9ouOAsYCjiA5dczFQliM="; 15 16 nativeBuildInputs = [ installShellFiles ]; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "procs"; 5 + version = "0.12.1"; 6 7 src = fetchFromGitHub { 8 owner = "dalance"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-hJe9JAUZZY2fx4I6+pVg1BYwzZrUWCkqPvQUT2OQXDo="; 12 }; 13 14 + cargoSha256 = "sha256-BChYzSnM9jnLioRhRDez6XOjJwGrU+giV4Ld3rp/57M="; 15 16 nativeBuildInputs = [ installShellFiles ]; 17