Skip to content

Commit 5e67e7b

Browse files
versatiles: 0.15.6 -> 0.15.7 (#433262)
Co-authored-by: wilhelmines <[email protected]>
2 parents e74dcca + 47cf22c commit 5e67e7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ve/versatiles/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "versatiles";
9-
version = "0.15.6"; # When updating: Replace with current version
9+
version = "0.15.7"; # When updating: Replace with current version
1010

1111
src = fetchFromGitHub {
1212
owner = "versatiles-org";
1313
repo = "versatiles-rs";
1414
tag = "v${version}"; # When updating: Replace with long commit hash of new version
15-
hash = "sha256-JWMoXsMRdllYrTpUdKYEi7i5AI5957qwrr8agvyKeT8="; # When updating: Use `lib.fakeHash` for recomputing the hash once. Run: 'nix-build -A versatiles'. Swap with new hash and proceed.
15+
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
};
1717

18-
cargoHash = "sha256-8DtkeWo+lxv/9JzknpWnGYCA9v2HA4jFN4ZvseFpOGU="; # When updating: Same as above
18+
cargoHash = "sha256-1ZC1MLPfh9E36dxF23Fd0668m3c4cKRD+TJTF1h7ph8="; # When updating: Same as above
1919

2020
__darwinAllowLocalNetworking = true;
2121

0 commit comments

Comments
 (0)