waylock: 1.5.0 -> 1.6.0 (#514022)

This commit is contained in:
Adam C. Stephens
2026-04-30 17:39:44 +00:00
committed by GitHub
2 changed files with 10 additions and 8 deletions
+3 -3
View File
@@ -8,10 +8,10 @@
linkFarm "zig-packages" [
{
name = "wayland-0.4.0-lQa1khbMAQAsLS2eBR7M5lofyEGPIbu2iFDmoz8lPC27";
name = "wayland-0.6.0-lQa1kqz8AQADQmdNJsNhLoNHcnEGEUjrOaPV-dtEnEmX";
path = fetchzip {
url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.4.0.tar.gz";
hash = "sha256-ulIII5iJpM/W/VJB0HcdktEO2eb9T9J0ln2A1Z94dU4=";
url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.6.0.tar.gz";
hash = "sha256-3m/ITNhZUJ/5uD/Tqm+0uZSktGoYgWF5oldOqOCUkIE=";
};
}
{
+7 -5
View File
@@ -10,18 +10,20 @@
wayland,
wayland-scanner,
wayland-protocols,
zig_0_15,
zig_0_16,
}:
let
zig = zig_0_16;
in
stdenv.mkDerivation (finalAttrs: {
pname = "waylock";
version = "1.5.0";
version = "1.6.0";
src = fetchFromCodeberg {
owner = "ifreund";
repo = "waylock";
tag = "v${finalAttrs.version}";
hash = "sha256-TSCE6HSGUkXh76epNuJ+AuG/ZCgR0O8EWRDxz9YDuq8=";
hash = "sha256-A/XPgoon1J+fmEVUGuqvqbimRRDfLPkzkMYipPaKrfo=";
};
postPatch = ''
@@ -34,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
pkg-config
scdoc
wayland-scanner
zig_0_15
zig
];
buildInputs = [