Skip to content

Commit

Permalink
Merge pull request NixOS#326417 from r-ryantm/auto-update/cpuinfo
Browse files Browse the repository at this point in the history
cpuinfo: 0-unstable-2024-06-02 -> 0-unstable-2024-07-10
  • Loading branch information
fabaff authored Jul 12, 2024
2 parents 0415486 + 7f30c01 commit dc8a77c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/cp/cpuinfo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]; };
Expand Down

0 comments on commit dc8a77c

Please sign in to comment.