genemichaels: 0.5.7 -> 0.5.13
Bumps to the latest working version of genemichaels. Includes an update so that files are not written if they are already formatted correctly. Removes a failing test that was present from version 0.5.8 to 0.5.12.
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "genemichaels";
|
||||
version = "0.5.7";
|
||||
version = "0.5.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "andrewbaxter";
|
||||
repo = "genemichaels";
|
||||
rev = "genemichaels-v${version}";
|
||||
hash = "sha256-qPyIC9AbRQI+inBft7Dd5R5v+tXtJcZdiV4lBIBwpyM=";
|
||||
hash = "sha256-pzGTKswETm7RR0up1eSWC+X633rsVmEAJ3DYM8z6paQ=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-yPxgYf8N3Dqns/uKhdM++jpzG7zTPhCVVq+7WA9G/SM=";
|
||||
cargoHash = "sha256-FjggpBTzxj9AOJjUq5PmbuE/ImmTMpxN0se9uxRy4KQ=";
|
||||
|
||||
cargoBuildFlags = [ "--package ${pname}" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user