ukmm: 0.12.1 -> 0.13.0
This commit is contained in:
parent
955f06ba12
commit
a2afe6251e
2483
pkgs/tools/games/ukmm/Cargo.lock
generated
2483
pkgs/tools/games/ukmm/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -6,27 +6,28 @@
|
||||
, wrapGAppsHook3
|
||||
, libglvnd
|
||||
, libxkbcommon
|
||||
, openssl
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "ukmm";
|
||||
version = "0.12.1";
|
||||
version = "0.13.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NiceneNerd";
|
||||
repo = pname;
|
||||
repo = "ukmm";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-YnF0gn2JihZKkDBwI6Odne2CW8k2trQJiPbxMrtI8Gg=";
|
||||
hash = "sha256-IhVpsDdFpeE27GY+2iZyAmXjS6F8S4ME09SneQCSuZg=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"egui-aesthetix-0.2.2" = "sha256-LtrMSnz5KWUrYCe50kgGU98WdPxWlo+U7FtRmxSIeI8=";
|
||||
"egui-aesthetix-0.2.4" = "sha256-6Nt+nx1pAkuehXINRLp8xgiXmq1PzWgtu/hVbcDm5iA=";
|
||||
"junction-0.2.0" = "sha256-6+pPp5wG1NoIj16Z+OvO4Pvy0jnQibn/A9cTaHAEVq4=";
|
||||
"msbt-0.1.1" = "sha256-PtBs60xgYrwS7yPnRzXpExwYUD3azIaqObRnnJEL5dE=";
|
||||
"msyt-1.2.1" = "sha256-aw5whCoQBhO0u9Fx2rTO1sRuPdGnAAlmPWv5q8CbQcI=";
|
||||
"msyt-1.4.0" = "sha256-Ovp0QVzMR4sT/qKArLJYFG1Olp4SytI1QDE9ixhTIS0=";
|
||||
};
|
||||
};
|
||||
|
||||
@ -39,6 +40,7 @@ rustPlatform.buildRustPackage rec {
|
||||
buildInputs = [
|
||||
libglvnd
|
||||
libxkbcommon
|
||||
openssl
|
||||
];
|
||||
|
||||
# Force linking to libEGL, which is always dlopen()ed, and to
|
||||
|
Loading…
Reference in New Issue
Block a user