lol

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

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