pcstat: 0.0.1 -> 0.0.2

This commit is contained in:
R. Ryantm 2023-07-22 22:14:34 +00:00
parent f18b8ec8c6
commit 6711adfe91

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pcstat";
version = "0.0.1";
version = "0.0.2";
src = fetchFromGitHub {
owner = "tobert";
repo = "pcstat";
rev = "v${version}";
sha256 = "sha256-rN6oqhvrzMBhwNLm8+r4rZWZYZUhOq2h764KVhSycNo=";
sha256 = "sha256-e8fQZEfsS5dATPgshJktfKVTdZ9CvN1CttYipMjpGNM=";
};
vendorSha256 = "sha256-1y6rzarkFNX8G4E9FzCLfWxULbdNYK3DeelNCJ+7Y9Q=";
vendorHash = "sha256-fdfiHTE8lySfyiKKiYJsQNCY6MBfjaVYSIZXtofIz3E=";
meta = with lib; {
description = "Page Cache stat: get page cache stats for files on Linux";