libcpucycles: 20240318 -> 20250925 (#446669)

This commit is contained in:
Sebastián Mancilla
2025-10-20 21:12:25 -03:00
committed by GitHub
+2 -2
View File
@@ -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 ];