fmit: 1.2.13 -> 1.2.14

gstqt5
R. RyanTM 2020-07-27 16:37:13 +00:00 committed by Frederik Rietdijk
parent 1f79f65521
commit 604ba08483
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@ with stdenv.lib;
mkDerivation rec {
pname = "fmit";
version = "1.2.13";
version = "1.2.14";
src = fetchFromGitHub {
owner = "gillesdegottex";
repo = "fmit";
rev = "v${version}";
sha256 = "1qyskam053pvlap1av80rgp12pzhr92rs88vqs6s0ia3ypnixcc6";
sha256 = "1q062pfwz2vr9hbfn29fv54ip3jqfd9r99nhpr8w7mn1csy38azx";
};
nativeBuildInputs = [ qmake itstool wrapQtAppsHook ];