Unverified Commit 1352162b authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

x42-plugins: 20251025 -> 20260125 (#486270)

parents b1ae52d1 45d8eb46
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,11 +19,11 @@

stdenv.mkDerivation rec {
  pname = "x42-plugins";
  version = "20251025";
  version = "20260125";

  src = fetchurl {
    url = "https://gareus.org/misc/x42-plugins/${pname}-${version}.tar.xz";
    hash = "sha256-ZY9KGtkLqjdUVo2BCOO/gnVo+19Ewx2gkj1zsWKxUS8=";
    hash = "sha256-wcIShcFc91BVZQ1rz55+AN+7R5b0fClOzT1thXSz1ug=";
  };

  nativeBuildInputs = [ pkg-config ];