Commit 483cf49b authored by R. RyanTM's avatar R. RyanTM
Browse files

resolve-march-native: 5.1.0 -> 6.0.1

parent 2f9e2f85
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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