oscavmgr: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm 2024-12-13 16:06:53 +00:00
parent 4d2418ebbf
commit 85196116f6
2 changed files with 458 additions and 264 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,13 +11,13 @@
rustPlatform.buildRustPackage rec {
pname = "oscavmgr";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "galister";
repo = "oscavmgr";
rev = "refs/tags/v${version}";
hash = "sha256-mOa9eUI/p0ErePza6wXy1jUcHg5Q9tvC7/lThQabU94=";
hash = "sha256-05dNBzf1f92bVNLbRaUB6KUae+wY3V8mUxDgAb+g1T4=";
};
cargoLock = {