uesave: 0.6.2 -> 0.7.0 (#486096)
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "uesave";
|
||||
version = "0.6.2";
|
||||
version = "0.7.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "trumank";
|
||||
repo = "uesave-rs";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-cwkeuHmtIS8zTxTSa1qLtWfN2OZinqKngMEYvrCCAk0=";
|
||||
hash = "sha256-Wn7/Ik8F3+gA66CpGZGwUer3zArCx7fx1IS6DGvqJDI=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-QGhaaBvxKYnljrkCCcFZLALppvM15c8Xtn36SecaNJ8=";
|
||||
cargoHash = "sha256-Ccggso8rD6qxe3W3ztzcdJINSqVF5HU9BKZiO8tM+wo=";
|
||||
|
||||
nativeInstallCheckInputs = [
|
||||
versionCheckHook
|
||||
|
||||
Reference in New Issue
Block a user