Unverified Commit 8513523e authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

x42-plugins: 20240611 -> 20250512 (#409442)

parents 72f7b6d0 d51ffda5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,11 +20,11 @@

stdenv.mkDerivation rec {
  pname = "x42-plugins";
  version = "20240611";
  version = "20250512";

  src = fetchurl {
    url = "https://gareus.org/misc/x42-plugins/${pname}-${version}.tar.xz";
    hash = "sha256-lO6Y1zEGGhv6HIrHmq9b0LA37K3ZzBtC/ERzBsGUZiw=";
    hash = "sha256-HBENTb1BGxBDIOWtswCe6t0mEzVNZf65NhLjsfE4KYk=";
  };

  nativeBuildInputs = [ pkg-config ];