Unverified Commit 9517f41c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

pcstat: 0.0.1 -> 0.0.2
parents b8188934 6711adfe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";