triforce-lv2: 0.2.1 -> 0.3.0 (#406028)

authored by

Florian Klink and committed by
GitHub
fd3e8568 caf60638

+3 -3
+3 -3
pkgs/by-name/tr/triforce-lv2/package.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "triforce-lv2"; 9 - version = "0.2.1"; 10 11 src = fetchFromGitHub { 12 owner = "chadmed"; 13 repo = "triforce"; 14 rev = version; 15 - hash = "sha256-Y9ufUADhpT3NPj/OfhQ7xJoBqoOkPkVFA0TvUwCubrU="; 16 }; 17 18 useFetchCargoVendor = true; 19 - cargoHash = "sha256-qJ9DYlYr0CsnRAQ8DtiimWdf/kyTOLQOiqb2N747CE4="; 20 21 installPhase = '' 22 export LIBDIR=$out/lib
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "triforce-lv2"; 9 + version = "0.3.0"; 10 11 src = fetchFromGitHub { 12 owner = "chadmed"; 13 repo = "triforce"; 14 rev = version; 15 + hash = "sha256-qEN/KQup4bpHCt8GpsiJ2wfUQxM8F9DWuGHEJiBVfQA="; 16 }; 17 18 useFetchCargoVendor = true; 19 + cargoHash = "sha256-mTvxPS1OpGhPqKzMC0XSJZaNEFajlEVkG3o1vk3+LNM="; 20 21 installPhase = '' 22 export LIBDIR=$out/lib