libcpucycles: 20240318 -> 20250925

This commit is contained in:
R. Ryantm
2025-09-27 14:47:33 +00:00
parent 8e2f87ab6d
commit 65d25fd8f6
+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 ];