Skip to content

Commit

Permalink
Merge pull request NixOS#334035 from r-ryantm/auto-update/cpuinfo
Browse files Browse the repository at this point in the history
cpuinfo: 0-unstable-2024-07-10 -> 0-unstable-2024-08-07
  • Loading branch information
wineee authored Aug 14, 2024
2 parents c251c30 + c2777eb commit f5da1da
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-07-10";
version = "0-unstable-2024-08-07";

src = fetchFromGitHub {
owner = "pytorch";
repo = "cpuinfo";
rev = "ca678952a9a8eaa6de112d154e8e104b22f9ab3f";
hash = "sha256-UKy9TIiO/UJ5w+qLRlMd085CX2qtdVH2W3rtxB5r6MY=";
rev = "16bfc1622c6902d6f91d316ec54894910c620325";
hash = "sha256-LDqBH2O64PaVaqNvvjy/17kNpvfa60oP8VZ0GLeAAag=";
};

passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
Expand Down

0 comments on commit f5da1da

Please sign in to comment.