kdePackages.wayqt: 0.2.0 -> 0.3.0

This commit is contained in:
R. Ryantm
2025-04-22 00:36:50 +00:00
parent 21c17995f5
commit c01db90115
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wayqt";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitLab {
owner = "desktop-frameworks";
repo = "wayqt";
rev = "v${finalAttrs.version}";
hash = "sha256-qlRRkqhKlcsd9lzlqfE0V0gjudELyENu4IH1NfO/+pI=";
hash = "sha256-FPyHm96LYCTqMZlPrZoSPMeyocDjaCnaYJETH/nazBU=";
};
patches = [