0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

kddockwidgets: 2.2.4 -> 2.2.5

This commit is contained in:
R. Ryantm 2025-05-23 19:37:03 +00:00
parent 980ae9854c
commit 67e8b7b03f

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "KDDockWidgets";
version = "2.2.4";
version = "2.2.5";
src = fetchFromGitHub {
owner = "KDAB";
repo = pname;
rev = "v${version}";
sha256 = "sha256-B5Fy0ax5ytNB9w8a0HxsVdkQrFubLs/D26LAijrQk3E=";
sha256 = "sha256-4xaTfNwfAIQox2YcusEZJt5f9/Kld+zveFEiIVw5dRc=";
};
nativeBuildInputs = [ cmake ];