nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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