We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ee43c + 7b7629e commit 5a3f77cCopy full SHA for 5a3f77c
pkgs/by-name/tr/triforce-lv2/package.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "triforce-lv2";
9
- version = "0.2.0";
+ version = "0.2.1";
10
11
src = fetchFromGitHub {
12
owner = "chadmed";
13
repo = "triforce";
14
rev = version;
15
- hash = "sha256-Rv4FHDmmTELYwrxfWDt/TghspLQBGgiREaq3KV98EQY=";
+ hash = "sha256-Y9ufUADhpT3NPj/OfhQ7xJoBqoOkPkVFA0TvUwCubrU=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-ltrvwvrzRPtgB4y/TeIHhIQdWAfo2NHTeDYvDqTuPXE=";
+ cargoHash = "sha256-qJ9DYlYr0CsnRAQ8DtiimWdf/kyTOLQOiqb2N747CE4=";
20
21
installPhase = ''
22
export LIBDIR=$out/lib
0 commit comments