versatiles: 0.15.6 -> 0.15.7
This commit is contained in:
parent
e4b54494cb
commit
47cf22c4c8
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "versatiles";
|
pname = "versatiles";
|
||||||
version = "0.15.6"; # When updating: Replace with current version
|
version = "0.15.7"; # When updating: Replace with current version
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "versatiles-org";
|
owner = "versatiles-org";
|
||||||
repo = "versatiles-rs";
|
repo = "versatiles-rs";
|
||||||
tag = "v${version}"; # When updating: Replace with long commit hash of new version
|
tag = "v${version}"; # When updating: Replace with long commit hash of new version
|
||||||
hash = "sha256-JWMoXsMRdllYrTpUdKYEi7i5AI5957qwrr8agvyKeT8="; # When updating: Use `lib.fakeHash` for recomputing the hash once. Run: 'nix-build -A versatiles'. Swap with new hash and proceed.
|
hash = "sha256-E0CWhNaaIfBZsRYcZ2FzWW6HhBRVolY/Lfr1ru+sikQ="; # When updating: Use `lib.fakeHash` for recomputing the hash once. Run: 'nix-build -A versatiles'. Swap with new hash and proceed.
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-8DtkeWo+lxv/9JzknpWnGYCA9v2HA4jFN4ZvseFpOGU="; # When updating: Same as above
|
cargoHash = "sha256-1ZC1MLPfh9E36dxF23Fd0668m3c4cKRD+TJTF1h7ph8="; # When updating: Same as above
|
||||||
|
|
||||||
__darwinAllowLocalNetworking = true;
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user