resolve-march-native: 5.1.0 -> 6.0.1 (#373171)

This commit is contained in:
Nick Cao
2025-01-12 10:51:09 -05:00
committed by GitHub
@@ -7,13 +7,13 @@
python3Packages.buildPythonApplication rec {
pname = "resolve-march-native";
version = "5.1.0";
version = "6.0.1";
src = fetchFromGitHub {
owner = "hartwork";
repo = pname;
tag = version;
hash = "sha256-02d7ip5E/vkOMkkeHOx1m7FdpurXT9O6HdwrygNPHdY=";
hash = "sha256-YJvKLHxn80RRVEOGeg9BwxhDZ8Hhg5Qa6ryLOXumY5w=";
};
# NB: The tool uses gcc at runtime to resolve the -march=native flags