lrcget: 0.9.1 -> 0.9.3 (#377775)

This commit is contained in:
Nick Cao 2025-01-29 16:26:10 -05:00 committed by GitHub
commit cda245f87c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,18 +18,18 @@
}:
rustPlatform.buildRustPackage rec {
pname = "lrcget";
version = "0.9.1";
version = "0.9.3";
src = fetchFromGitHub {
owner = "tranxuanthang";
repo = "lrcget";
rev = "${version}";
hash = "sha256-ia+on2VZeOzxsZAELhXjq6wSo4Jtn8oZNXZ9hByHtYs=";
hash = "sha256-3dBjQ1fO1q8JCQFvvV8LWBCD8cKFkFmm8ufC/Xihmj4=";
};
sourceRoot = "${src.name}/src-tauri";
cargoHash = "sha256-xGOUR4DWVi5Sx9AEnvIeeRaF2kb5YAv1BBruAk712L8=";
cargoHash = "sha256-0gNbhB2u5SUY+UAumg2Mns4MY0bu3Hs1RsMSk8H2lIE=";
frontend = buildNpmPackage {
inherit version src;