···6677rustPlatform.buildRustPackage rec {
88 pname = "versatiles";
99- version = "0.15.6"; # When updating: Replace with current version
99+ version = "0.15.7"; # When updating: Replace with current version
10101111 src = fetchFromGitHub {
1212 owner = "versatiles-org";
1313 repo = "versatiles-rs";
1414 tag = "v${version}"; # When updating: Replace with long commit hash of new version
1515- hash = "sha256-JWMoXsMRdllYrTpUdKYEi7i5AI5957qwrr8agvyKeT8="; # When updating: Use `lib.fakeHash` for recomputing the hash once. Run: 'nix-build -A versatiles'. Swap with new hash and proceed.
1515+ 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.
1616 };
17171818- cargoHash = "sha256-8DtkeWo+lxv/9JzknpWnGYCA9v2HA4jFN4ZvseFpOGU="; # When updating: Same as above
1818+ cargoHash = "sha256-1ZC1MLPfh9E36dxF23Fd0668m3c4cKRD+TJTF1h7ph8="; # When updating: Same as above
19192020 __darwinAllowLocalNetworking = true;
2121