Skip to content

Commit 4fc65a3

Browse files
committed
uesave: 0.5.0 -> 0.6.2
1 parent e09a2ca commit 4fc65a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ue/uesave/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
}:
77
rustPlatform.buildRustPackage rec {
88
pname = "uesave";
9-
version = "0.5.0";
9+
version = "0.6.2";
1010
src = fetchFromGitHub {
1111
owner = "trumank";
1212
repo = "uesave-rs";
1313
rev = "v${version}";
14-
hash = "sha256-9gOOSLejVfR1KJMhcNuKDkuTOvPC6sNG8xQOZlt8NxI=";
14+
hash = "sha256-cwkeuHmtIS8zTxTSa1qLtWfN2OZinqKngMEYvrCCAk0=";
1515
};
1616

1717
useFetchCargoVendor = true;
18-
cargoHash = "sha256-rAbZfAAW+/7wjsVg9x/OkoCmSbUWeuIkRUYlF+PY0Vs=";
18+
cargoHash = "sha256-QGhaaBvxKYnljrkCCcFZLALppvM15c8Xtn36SecaNJ8=";
1919

2020
nativeInstallCheckInputs = [
2121
versionCheckHook

0 commit comments

Comments
 (0)