resolve-march-native: unstable-2022-07-29 -> 2.2.0

+3 -3
+3 -3
pkgs/development/tools/resolve-march-native/default.nix
··· 6 6 7 7 python3Packages.buildPythonApplication rec { 8 8 pname = "resolve-march-native"; 9 - version = "unstable-2022-07-29"; 9 + version = "2.2.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "hartwork"; 13 13 repo = pname; 14 - rev = "acfc87875e19ae9d4b0e5c9de1d21bc259415336"; 15 - hash = "sha256-Hdy8/fJXQV3p51EggyLqE2t00O0phwZjbqPhhMQKT5E="; 14 + rev = "refs/tags/${version}"; 15 + hash = "sha256-vJzkVL23fvFO1pGJwdPiqR73K9iNJ6OglVxL5tCVa2U="; 16 16 }; 17 17 18 18 # NB: The tool uses gcc at runtime to resolve the -march=native flags