forkstat: 0.03.00 -> 0.03.01

This commit is contained in:
R. Ryantm 2023-03-07 11:18:45 +00:00
parent 33c9fd85e5
commit c3982aae4e

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "forkstat";
version = "0.03.00";
version = "0.03.01";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-hxheElo/v23Xt7m6GvDgGdyIH+fC4eZSUztiuBbQ8T8=";
hash = "sha256-T7O+PIWmFC4wi4nnmNsAH8H0SazixBoCx5ZdBV2wL+E=";
};
installFlags = [