dnglab: 0.5.0 -> 0.5.2

This commit is contained in:
kashw2
2023-09-07 10:09:52 +10:00
parent 71c99509fd
commit 17aa5aa573

View File

@@ -4,16 +4,16 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "dnglab"; pname = "dnglab";
version = "0.5.0"; version = "0.5.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dnglab"; owner = "dnglab";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-4uTpCBzBBkcpVBVZMOBD6f9ut71OuUNQ5+AkaQcU86M="; sha256 = "sha256-jkOkkcMFK1RLY8Hn/bMMuMZtyGwnwGdm0os8QKhcWqo=";
}; };
cargoSha256 = "sha256-WvXQNDYvR6s4M2Hlpqwq1/wFQYW2QU/ngQimKOFkhOQ="; cargoSha256 = "sha256-qwhOJxFYRJC51dKB1pi/WVJs7H955jM6KmKbxsAScDI=";
postInstall = '' postInstall = ''
rm $out/bin/benchmark $out/bin/identify rm $out/bin/benchmark $out/bin/identify