Commit c3982aae authored by R. RyanTM's avatar R. RyanTM
Browse files

forkstat: 0.03.00 -> 0.03.01

parent 33c9fd85
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [