Skip to content

Commit

Permalink
resolve-march-native: 5.0.2 -> 5.1.0 (#345293)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault authored Sep 30, 2024
2 parents 54e315d + 9d9980f commit 05beb55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/resolve-march-native/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

python3Packages.buildPythonApplication rec {
pname = "resolve-march-native";
version = "5.0.2";
version = "5.1.0";

src = fetchFromGitHub {
owner = "hartwork";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-fkiEWZvg/h8Gn0TL3Ov8aq2cAG5VncUTrVcUTRNOx+Y=";
hash = "sha256-02d7ip5E/vkOMkkeHOx1m7FdpurXT9O6HdwrygNPHdY=";
};

# NB: The tool uses gcc at runtime to resolve the -march=native flags
Expand Down

0 comments on commit 05beb55

Please sign in to comment.