Merge pull request #326417 from r-ryantm/auto-update/cpuinfo

cpuinfo: 0-unstable-2024-06-02 -> 0-unstable-2024-07-10
This commit is contained in:
Fabian Affolter 2024-07-12 15:54:17 +02:00 committed by GitHub
commit dc8a77cc55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "cpuinfo";
version = "0-unstable-2024-06-02";
version = "0-unstable-2024-07-10";
src = fetchFromGitHub {
owner = "pytorch";
repo = "cpuinfo";
rev = "05332fd802d9109a2a151ec32154b107c1e5caf9";
hash = "sha256-VhTRHpT+4g97m+amOZ52lJWavHsN5QVnjnEn6wJzE3A=";
rev = "ca678952a9a8eaa6de112d154e8e104b22f9ab3f";
hash = "sha256-UKy9TIiO/UJ5w+qLRlMd085CX2qtdVH2W3rtxB5r6MY=";
};
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };