cpuinfo: 0-unstable-2026-01-30 -> 0-unstable-2026-02-18

This commit is contained in:
R. Ryantm
2026-02-21 19:54:16 +00:00
parent fe96650ccf
commit d893e58c2f
+4 -4
View File
@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "cpuinfo";
version = "0-unstable-2026-01-30";
version = "0-unstable-2026-02-18";
src = fetchFromGitHub {
owner = "pytorch";
repo = "cpuinfo";
rev = "84818a41e074779dbb00521a4731d3e14160ff15";
hash = "sha256-eXrfeFK0ADKAYoy/vESv7nQnH0oGpeZKlX8XEqPQspo=";
rev = "7364b490b5f78d58efe23ea76e74210fd6c3c76f";
hash = "sha256-lB6e5zcw5UiwTOf+a+B35apXP5t1bxI6yOMiEeFwIwY=";
};
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "cpu-info";
maintainers = with lib.maintainers; [ pawelchcki ];
pkgConfigModules = [ "libcpuinfo" ];
# https://github.com/pytorch/cpuinfo/blob/84818a41e074779dbb00521a4731d3e14160ff15/CMakeLists.txt#L98
# https://github.com/pytorch/cpuinfo/blob/7364b490b5f78d58efe23ea76e74210fd6c3c76f/CMakeLists.txt#L98
platforms = lib.platforms.x86 ++ lib.platforms.aarch ++ lib.platforms.riscv;
};
})