Unverified Commit 49fdb99a authored by Sebastián Mancilla's avatar Sebastián Mancilla Committed by GitHub
Browse files

libcpucycles: 20240318 -> 20250925 (#446669)

parents b7bd407d 65d25fd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libcpucycles";
  version = "20240318";
  version = "20250925";

  src = fetchzip {
    url = "https://cpucycles.cr.yp.to/libcpucycles-${finalAttrs.version}.tar.gz";
    hash = "sha256-Fb73EOHGgEehZJwTCtCG12xwyiqtDXFs9eFDsHBQiDo=";
    hash = "sha256-hYHNTuohYztLJJonm9wAkx/wlINWfgX8eL2m31xBuwM=";
  };

  patches = [ ./environment-variable-tools.patch ];