From a92bb7e99705561a581f00244c508a85a06b88df Mon Sep 17 00:00:00 2001 From: John Date: Wed, 15 Jan 2025 11:39:29 +0100 Subject: [PATCH] niri: update to 25.02 --- srcpkgs/niri/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/niri/template b/srcpkgs/niri/template index 652bc5b6386..ef044edfa22 100644 --- a/srcpkgs/niri/template +++ b/srcpkgs/niri/template @@ -1,6 +1,6 @@ # Template file for 'niri' pkgname=niri -version=25.01 +version=25.02 revision=1 build_style=cargo configure_args="--no-default-features --features dbus,xdp-gnome-screencast" @@ -13,7 +13,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/YaLTeR/niri" changelog="https://github.com/YaLTeR/niri/releases" distfiles="https://github.com/YaLTeR/niri/archive/refs/tags/v${version}.tar.gz" -checksum=86b89bcfc3fc6a8ed81f9e3f0ac7a29bd30267515efb2c19e1e0bc2ccd67b649 +checksum=602b1f38c6ab01b19e95ac2ef86d7c91dfa9b212437d62fb40def9664c1419d6 pre_check() { export XDG_RUNTIME_DIR=$(mktemp -d "$wrksrc/runtime.XXXXXX")