Merge pull request #69550 from r-ryantm/auto-update/fmit
fmit: 1.2.6 -> 1.2.13
This commit is contained in:
commit
f75b5c0407
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@ with stdenv.lib;
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "fmit";
|
pname = "fmit";
|
||||||
version = "1.2.6";
|
version = "1.2.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gillesdegottex";
|
owner = "gillesdegottex";
|
||||||
repo = "fmit";
|
repo = "fmit";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "03nzkig5mw2rqwhwmg0qvc5cnk9bwh2wp13jh0mdrr935w0587mz";
|
sha256 = "1qyskam053pvlap1av80rgp12pzhr92rs88vqs6s0ia3ypnixcc6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake itstool wrapQtAppsHook ];
|
nativeBuildInputs = [ qmake itstool wrapQtAppsHook ];
|
||||||
|
|
Loading…
Reference in a new issue