Merge pull request #244920 from r-ryantm/auto-update/pcstat

pcstat: 0.0.1 -> 0.0.2

authored by

Nick Cao and committed by
GitHub
9517f41c b8188934

+3 -3
+3 -3
pkgs/tools/system/pcstat/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "pcstat"; 5 - version = "0.0.1"; 5 + version = "0.0.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "tobert"; 9 9 repo = "pcstat"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-rN6oqhvrzMBhwNLm8+r4rZWZYZUhOq2h764KVhSycNo="; 11 + sha256 = "sha256-e8fQZEfsS5dATPgshJktfKVTdZ9CvN1CttYipMjpGNM="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-1y6rzarkFNX8G4E9FzCLfWxULbdNYK3DeelNCJ+7Y9Q="; 14 + vendorHash = "sha256-fdfiHTE8lySfyiKKiYJsQNCY6MBfjaVYSIZXtofIz3E="; 15 15 16 16 meta = with lib; { 17 17 description = "Page Cache stat: get page cache stats for files on Linux";