We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72f7b6d + d51ffda commit 8513523Copy full SHA for 8513523
pkgs/by-name/x4/x42-plugins/package.nix
@@ -20,11 +20,11 @@
20
21
stdenv.mkDerivation rec {
22
pname = "x42-plugins";
23
- version = "20240611";
+ version = "20250512";
24
25
src = fetchurl {
26
url = "https://gareus.org/misc/x42-plugins/${pname}-${version}.tar.xz";
27
- hash = "sha256-lO6Y1zEGGhv6HIrHmq9b0LA37K3ZzBtC/ERzBsGUZiw=";
+ hash = "sha256-HBENTb1BGxBDIOWtswCe6t0mEzVNZf65NhLjsfE4KYk=";
28
};
29
30
nativeBuildInputs = [ pkg-config ];
0 commit comments