Skip to content

Commit

Permalink
emiluaPlugins.qt6: 1.0.3 -> 1.1.0 (#347382)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada authored Oct 9, 2024
2 parents d38f63c + 0604792 commit 55c1ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/emilua-plugins/qt6/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

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

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

buildInputs = with qt6Packages; [
Expand Down

0 comments on commit 55c1ba8

Please sign in to comment.