kdePackages.qtspell: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm
2025-07-17 19:47:14 +00:00
parent 77110a5187
commit 18fd650acc
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "qtspell";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "manisandro";
repo = "qtspell";
rev = "${version}";
hash = "sha256-yaR3eCUbK2KTpvzO2G5sr+NEJ2mDnzJzzzwlU780zqU=";
hash = "sha256-OuEGY+0XJo3EUUcH8xAzlgE6zKPndBvG0arWhG/QO6Y=";
};
nativeBuildInputs = [