mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
qt6.qtmqtt: 6.5.1 -> 6.5.2
This commit is contained in:
parent
af8cd5ded7
commit
1fb9945efd
@ -5,12 +5,12 @@
|
||||
|
||||
qtModule rec {
|
||||
pname = "qtmqtt";
|
||||
version = "6.5.1";
|
||||
version = "6.5.2";
|
||||
src = fetchFromGitHub {
|
||||
owner = "qt";
|
||||
repo = "qtmqtt";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-tXCLb4ZWgdPSfnlGKsKNW9kJ57cm8+d8y416O42NZvk=";
|
||||
hash = "sha256-yyerVzz+nGT5kjNo24zYqZcJmrE50KCp38s3+samjd0=";
|
||||
};
|
||||
qtInputs = [ qtbase ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user