triforce-lv2: 0.2.0 -> 0.2.1 (#394755)

This commit is contained in:
Florian Klink
2025-03-31 18:00:37 +01:00
committed by GitHub
+3 -3
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "triforce-lv2";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "chadmed";
repo = "triforce";
rev = version;
hash = "sha256-Rv4FHDmmTELYwrxfWDt/TghspLQBGgiREaq3KV98EQY=";
hash = "sha256-Y9ufUADhpT3NPj/OfhQ7xJoBqoOkPkVFA0TvUwCubrU=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-ltrvwvrzRPtgB4y/TeIHhIQdWAfo2NHTeDYvDqTuPXE=";
cargoHash = "sha256-qJ9DYlYr0CsnRAQ8DtiimWdf/kyTOLQOiqb2N747CE4=";
installPhase = ''
export LIBDIR=$out/lib