Merge pull request #247744 from figsoda/ripdrag
ripdrag: 0.3.2 -> 0.4.0
This commit is contained in:
commit
cd949e7d9c
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "ripdrag";
|
pname = "ripdrag";
|
||||||
version = "0.3.2";
|
version = "0.4.0";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-vxAAAFLTIfLqYD7E/nwsHgFLhzMRF7DspIaWqAMZcXk=";
|
hash = "sha256-9VGvwMovJb1IIpwf+1FxcxnPcmPl+59jfQC6365E95s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-6GKLBnG1p6iaFvnEQgfNlGpZwEG93tI256DCMLuJjOU=";
|
cargoHash = "sha256-kxT0wJodPiHXX/bsvrlPbyfUbxPBgmv68a8I5pKOwEg=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config wrapGAppsHook4 ];
|
nativeBuildInputs = [ pkg-config wrapGAppsHook4 ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue