probe-run: 0.3.0 -> 0.3.1
This commit is contained in:
parent
68331b5812
commit
c5be6ef14f
1 changed files with 6 additions and 8 deletions
|
@ -1,18 +1,16 @@
|
||||||
{ lib, stdenv, rustPlatform, fetchFromGitHub, pkg-config, libusb1
|
{ lib, stdenv, rustPlatform, fetchCrate, pkg-config, libusb1
|
||||||
, libiconv, AppKit, IOKit }:
|
, libiconv, AppKit, IOKit }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "probe-run";
|
pname = "probe-run";
|
||||||
version = "0.3.0";
|
version = "0.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchCrate {
|
||||||
owner = "knurling-rs";
|
inherit pname version;
|
||||||
repo = pname;
|
sha256 = "1nfbpdx378p988q75hka9r8zp3xb9zy3dnagcxmha6dca5dhgsdm";
|
||||||
rev = "v${version}";
|
|
||||||
sha256 = "0qlpvy62wqc8k9sww6pbiqv0yrjwpnai1vgrijw5285qpvrdsdw2";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "10ybgzvv2iy5bjmmw48gmgvsx6rfqclsysyfbhd820dg2lshgi44";
|
cargoSha256 = "05p3vmar00215x4mwsvs5knf4wrwmpq52rmbbi6b4qaqs3gqaghy";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ libusb1 ]
|
buildInputs = [ libusb1 ]
|
||||||
|
|
Loading…
Reference in a new issue