oscavmgr: 0.4.3 -> 0.4.4

This commit is contained in:
R. Ryantm
2025-02-09 05:06:06 +00:00
parent 5f9c18f849
commit 7fbfb28efd
+3 -3
View File
@@ -12,17 +12,17 @@
rustPlatform.buildRustPackage rec {
pname = "oscavmgr";
version = "0.4.3";
version = "0.4.4";
src = fetchFromGitHub {
owner = "galister";
repo = "oscavmgr";
tag = "v${version}";
hash = "sha256-05dNBzf1f92bVNLbRaUB6KUae+wY3V8mUxDgAb+g1T4=";
hash = "sha256-Tx4FuKKorQLkuhBUbQXtfsm8sFdLgQCgXiGQsfX+MQg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-fw26EbdCnz7KtDmCDpvfy4fjYORL2KcnhzQBJDdNEuI=";
cargoHash = "sha256-91gYGDZyk6qyAF+WVxlQV18kCf3ADgRB2tw9OatvGbY=";
nativeBuildInputs = [
pkg-config