Merge branch 'staging-next' into staging

libkeyfinder no longer uses Qt so dontWrapQtApps is moot.
This commit is contained in:
Jan Tojnar
2021-02-04 19:34:26 +01:00
51 changed files with 311 additions and 246 deletions
@@ -4,14 +4,14 @@
stdenv.mkDerivation rec {
pname = "sbt-extras";
rev = "562e2f74295f9c3ba2b3c8a87f6665b171dcdf47";
version = "2021-02-01";
rev = "830b72140583e2790bbd3649890ac8ef5371d0c6";
version = "2021-02-04";
src = fetchFromGitHub {
owner = "paulp";
repo = "sbt-extras";
inherit rev;
sha256 = "1787ghqc62wnhkhc6x2ly63bvkmprgifw497npx2l08d3s4q7kbk";
sha256 = "0wq2mf8s254ns0sss5q394c1j2rnvl42x9l6kkrav505hbx0gyq6";
};
dontBuild = true;