cpuinfo: 0-unstable-2024-09-26 -> 0-unstable-2024-11-14

This commit is contained in:
R. Ryantm 2024-11-22 22:35:39 +00:00
parent 811c0af5f5
commit 53fb28e0f5

View File

@ -10,13 +10,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "cpuinfo";
version = "0-unstable-2024-09-26";
version = "0-unstable-2024-11-14";
src = fetchFromGitHub {
owner = "pytorch";
repo = "cpuinfo";
rev = "1e83a2fdd3102f65c6f1fb602c1b320486218a99";
hash = "sha256-28cFACca+NYE8oKlP5aWXNCLeEjhWqJ6gRnFI+VxDvg=";
rev = "cebb0933058d7f181c979afd50601dc311e1bf8c";
hash = "sha256-MlJZmgwHt6+hJHdl8lKOTeaTT+PTOgRHfmCCjn0a3Zc=";
};
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };