ukmm: 0.11.1 -> 0.12.1

This commit is contained in:
Kira Bruneau 2024-07-02 21:42:48 -04:00
parent 4284c2b73c
commit c0a7daff96
2 changed files with 615 additions and 453 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "ukmm";
version = "0.11.1";
version = "0.12.1";
src = fetchFromGitHub {
owner = "NiceneNerd";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-yxF08kTA/IhM3LKFH523kVY3QfqwUElz3ICkjKPAo7E=";
hash = "sha256-YnF0gn2JihZKkDBwI6Odne2CW8k2trQJiPbxMrtI8Gg=";
};
cargoLock = {