x42-plugins: 20250512 -> 20251025

This commit is contained in:
R. Ryantm
2025-10-26 12:33:33 +00:00
parent d8cc1036c6
commit 2b7277cf9e
+2 -2
View File
@@ -20,11 +20,11 @@
stdenv.mkDerivation rec {
pname = "x42-plugins";
version = "20250512";
version = "20251025";
src = fetchurl {
url = "https://gareus.org/misc/x42-plugins/${pname}-${version}.tar.xz";
hash = "sha256-HBENTb1BGxBDIOWtswCe6t0mEzVNZf65NhLjsfE4KYk=";
hash = "sha256-ZY9KGtkLqjdUVo2BCOO/gnVo+19Ewx2gkj1zsWKxUS8=";
};
nativeBuildInputs = [ pkg-config ];