resolve-march-native: 5.1.0 -> 6.0.1

This commit is contained in:
R. Ryantm
2025-01-12 12:06:56 +00:00
parent 2f9e2f85cb
commit 483cf49b03
@@ -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