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