Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cpuinfo: 0-unstable-2025-02-19 -> 0-unstable-2025-03-27 (#394151)

authored by

Weijia Wang and committed by
GitHub
6272c2ab 3b9650e0

+3 -3
+3 -3
pkgs/by-name/cp/cpuinfo/package.nix
··· 10 10 }: 11 11 stdenv.mkDerivation (finalAttrs: { 12 12 pname = "cpuinfo"; 13 - version = "0-unstable-2025-02-19"; 13 + version = "0-unstable-2025-03-27"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "pytorch"; 17 17 repo = "cpuinfo"; 18 - rev = "b73ae6ce38d5dd0b7fe46dbe0a4b5f4bab91c7ea"; 19 - hash = "sha256-JNLaK105qDk9DxTqCFyXFfYn46dF+nZIaF5urSVRa0U="; 18 + rev = "39ea79a3c132f4e678695c579ea9353d2bd29968"; 19 + hash = "sha256-uochXC0AtOw8N/ycyVJdiRw4pibCW2ENrFMT3jtxDSg="; 20 20 }; 21 21 22 22 passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };