mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
commit
dc8a77cc55
@ -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" ]; };
|
||||
|
Loading…
Reference in New Issue
Block a user