cpuinfo: 0-unstable-2024-09-26 -> 0-unstable-2024-11-14 (#358269)
This commit is contained in:
commit
5aa6669307
@ -10,13 +10,13 @@
|
|||||||
}:
|
}:
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "cpuinfo";
|
pname = "cpuinfo";
|
||||||
version = "0-unstable-2024-09-26";
|
version = "0-unstable-2024-11-14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pytorch";
|
owner = "pytorch";
|
||||||
repo = "cpuinfo";
|
repo = "cpuinfo";
|
||||||
rev = "1e83a2fdd3102f65c6f1fb602c1b320486218a99";
|
rev = "cebb0933058d7f181c979afd50601dc311e1bf8c";
|
||||||
hash = "sha256-28cFACca+NYE8oKlP5aWXNCLeEjhWqJ6gRnFI+VxDvg=";
|
hash = "sha256-MlJZmgwHt6+hJHdl8lKOTeaTT+PTOgRHfmCCjn0a3Zc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
|
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
|
||||||
|
Loading…
Reference in New Issue
Block a user