wlcs: 1.7.0 -> 1.8.1

Needed for Mir 2.22.0
This commit is contained in:
OPNA2608
2025-08-27 16:06:20 +02:00
parent 384f865e3d
commit 776a05d88a
+2 -12
View File
@@ -3,7 +3,6 @@
lib,
gitUpdater,
fetchFromGitHub,
fetchpatch,
testers,
cmake,
pkg-config,
@@ -15,24 +14,15 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wlcs";
version = "1.7.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "MirServer";
repo = "wlcs";
rev = "v${finalAttrs.version}";
hash = "sha256-BQPRymkbGu4YvTYXTaTMuyP5fHpqMWI4xPwjDRHZNEQ=";
hash = "sha256-W4/a7neFcaqdPIAWDk5TcIuIWZ76rC7xCk3beJVqE/E=";
};
patches = [
# Remove when version > 1.7.0
(fetchpatch {
name = "0001-wlcs-Fix-GCC14-compat.patch";
url = "https://github.com/canonical/wlcs/commit/5c812e560052e2cbff4c6d26439935020ddee52f.patch";
hash = "sha256-8YrVKhgpTYZi8n4dZ4pRWJoAcZtr9eaFMv0NNV7/kWU=";
})
];
strictDeps = true;
nativeBuildInputs = [