diff --git a/pkgs/development/tools/resolve-march-native/default.nix b/pkgs/development/tools/resolve-march-native/default.nix index 963e5ad12098..cd568d10e17c 100644 --- a/pkgs/development/tools/resolve-march-native/default.nix +++ b/pkgs/development/tools/resolve-march-native/default.nix @@ -6,13 +6,13 @@ python3Packages.buildPythonApplication rec { pname = "resolve-march-native"; - version = "unstable-2022-07-29"; + version = "2.2.0"; src = fetchFromGitHub { owner = "hartwork"; repo = pname; - rev = "acfc87875e19ae9d4b0e5c9de1d21bc259415336"; - hash = "sha256-Hdy8/fJXQV3p51EggyLqE2t00O0phwZjbqPhhMQKT5E="; + rev = "refs/tags/${version}"; + hash = "sha256-vJzkVL23fvFO1pGJwdPiqR73K9iNJ6OglVxL5tCVa2U="; }; # NB: The tool uses gcc at runtime to resolve the -march=native flags