Unverified Commit 6272c2ab authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

parents 3b9650e0 75f5785c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "cpuinfo";
  version = "0-unstable-2025-02-19";
  version = "0-unstable-2025-03-27";

  src = fetchFromGitHub {
    owner = "pytorch";
    repo = "cpuinfo";
    rev = "b73ae6ce38d5dd0b7fe46dbe0a4b5f4bab91c7ea";
    hash = "sha256-JNLaK105qDk9DxTqCFyXFfYn46dF+nZIaF5urSVRa0U=";
    rev = "39ea79a3c132f4e678695c579ea9353d2bd29968";
    hash = "sha256-uochXC0AtOw8N/ycyVJdiRw4pibCW2ENrFMT3jtxDSg=";
  };

  passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };