cpuinfo: 0-unstable-2025-07-24 -> 0-unstable-2025-09-05

This commit is contained in:
R. Ryantm
2025-09-13 19:38:24 +02:00
committed by Weijia Wang
parent 5f4fad7cae
commit 0307f20d57
+3 -3
View File
@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "cpuinfo";
version = "0-unstable-2025-07-24";
version = "0-unstable-2025-09-05";
src = fetchFromGitHub {
owner = "pytorch";
repo = "cpuinfo";
rev = "33ed0be77d7767d0e2010e2c3cf972ef36c7c307";
hash = "sha256-0rZzbZkOo6DAt1YnH4rtx0FvmCuYH8M6X3DNJ0gURpU=";
rev = "877328f188a3c7d1fa855871a278eb48d530c4c0";
hash = "sha256-JW83AgI1cWv4TSpXNe9sv/hNYAA7MOdUeTHY8+0lHgc=";
};
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };