tytools: 0.9.7 -> 0.9.8

This commit is contained in:
R. Ryantm 2022-10-03 02:19:05 +00:00 committed by Bobby Rong
parent 3ffe9266e5
commit 8d05bf52e0

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "tytools";
version = "0.9.7";
version = "0.9.8";
src = fetchFromGitHub {
owner = "Koromix";
repo = pname;
rev = "v${version}";
sha256 = "sha256-iF2XyWSBBCO23iY/ni+QlpgtOuWKN2JTMTz+9OLEadk=";
sha256 = "sha256-MKhh0ooDZI1Ks8vVuPRiHhpOqStetGaAhE2ulvBstxA=";
};
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];