waywall: add update script, 0.2025.12.20 -> 0.2025.12.30 (#475951)

This commit is contained in:
Sandro
2026-01-10 06:55:34 +00:00
committed by GitHub
+5 -2
View File
@@ -9,6 +9,7 @@
makeWrapper,
meson,
ninja,
nix-update-script,
pkg-config,
wayland,
wayland-protocols,
@@ -18,13 +19,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "waywall";
version = "0.2025.12.20";
version = "0.2025.12.30";
src = fetchFromGitHub {
owner = "tesselslate";
repo = "waywall";
tag = finalAttrs.version;
hash = "sha256-sGb/dxXBlzXBvv2IWjgwSE8WM5qB04mYATl0uhSozMQ=";
hash = "sha256-idtlOXT3RGjAOMgZ+e5vwZnxd33snc4sIjq0G6TU7HU=";
};
nativeBuildInputs = [
@@ -57,6 +58,8 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Wayland compositor for Minecraft speedrunning";
longDescription = ''