obs-do: 0.1.6 -> 0.1.7

This commit is contained in:
R. Ryantm 2025-02-16 08:22:29 +00:00
parent 5c6ca3c5aa
commit 94b03910fd

View File

@ -7,17 +7,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "obs-do";
version = "0.1.6";
version = "0.1.7";
src = fetchFromGitHub {
owner = "jonhoo";
repo = "obs-do";
tag = "v${version}";
hash = "sha256-t6m/PX4GMCFH9wFrOaU/dcrbKitUXQlOcU7aUyJPpxA=";
hash = "sha256-aeFUgwbB1sGD6n+WT4GJpQURk/xKvL0w+6DtF1VQsCM=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-gy/r8s4LF6LDeI+hz0ddAOTcaDh8Uvz9vF4Eg/+1q1Q=";
cargoHash = "sha256-uiQnWe/yni++czOwHXbXjQTdg2nOdI3FxUag+aKP69c=";
nativeInstallCheckInputs = [
versionCheckHook