Commit d4509228 authored by lucasew's avatar lucasew
Browse files

emiluaPlugins.qt6: 1.1.0 -> 1.2.0



Signed-off-by: default avatarlucasew <lucas59356@gmail.com>
parent 4e44068f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

stdenv.mkDerivation rec {
  pname = "emilua-qt6";
  version = "1.1.0";
  version = "1.2.0";

  src = fetchFromGitLab {
    owner = "emilua";
    repo = "qt6";
    rev = "v${version}";
    hash = "sha256-tSVJTEPLQ5z1OPtyNiu71AZcVmgzD7oWhDI8ccctGOQ=";
    hash = "sha256-/GIEMkJnF/nubbTya9SDm3Zb8dvdbPQCMrgKtRtIrMs=";
  };

  buildInputs = with qt6Packages; [