We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bd5f3c + 4fc65a3 commit 46eb3e8Copy full SHA for 46eb3e8
pkgs/by-name/ue/uesave/package.nix
@@ -6,16 +6,16 @@
6
}:
7
rustPlatform.buildRustPackage rec {
8
pname = "uesave";
9
- version = "0.5.0";
+ version = "0.6.2";
10
src = fetchFromGitHub {
11
owner = "trumank";
12
repo = "uesave-rs";
13
rev = "v${version}";
14
- hash = "sha256-9gOOSLejVfR1KJMhcNuKDkuTOvPC6sNG8xQOZlt8NxI=";
+ hash = "sha256-cwkeuHmtIS8zTxTSa1qLtWfN2OZinqKngMEYvrCCAk0=";
15
};
16
17
useFetchCargoVendor = true;
18
- cargoHash = "sha256-rAbZfAAW+/7wjsVg9x/OkoCmSbUWeuIkRUYlF+PY0Vs=";
+ cargoHash = "sha256-QGhaaBvxKYnljrkCCcFZLALppvM15c8Xtn36SecaNJ8=";
19
20
nativeInstallCheckInputs = [
21
versionCheckHook
0 commit comments