miriway: 25.02.1 -> 25.10

This commit is contained in:
OPNA2608
2025-09-20 16:09:29 +02:00
parent 41239f0343
commit e575a9dcf1
+6 -2
View File
@@ -5,23 +5,25 @@
gitUpdater,
nixosTests,
bash,
boost,
cmake,
inotify-tools,
pkg-config,
mir,
libxkbcommon,
swaybg,
wayland,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "miriway";
version = "25.02.1";
version = "25.10";
src = fetchFromGitHub {
owner = "Miriway";
repo = "Miriway";
tag = "v${finalAttrs.version}";
hash = "sha256-+HHHF9dhVYMxugJZckAnQduuSBLAw5StbwRJF5Fz+rU=";
hash = "sha256-VAYnIMspGKSeqg+9YG6WrmoeaNNg0uLE3Ht4jJZSLLk=";
};
postPatch = ''
@@ -41,8 +43,10 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
bash
boost
mir
libxkbcommon
wayland # wayland-server.pc, for mirwayland.pc
];
postInstall = ''