Skip to content

Commit 963e741

Browse files
committed
versatiles: 0.15.5 -> 0.15.6
1 parent 6d295c7 commit 963e741

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,17 +6,17 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "versatiles";
9-
version = "0.15.5"; # When updating: Replace with current version
9+
version = "0.15.6"; # 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-j50KZBYNzO9YNq6Nu3hozBmR2+KHbpCZuowSWMZ4yk4="; # When updating: Use `lib.fakeHash` for recomputing the hash once. Run: 'nix-build -A versatiles'. Swap with new hash and proceed.
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.
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-SmN/E7vvf9aoopOyigiZJoYBp1mADter4gCwI/tsG0Q="; # When updating: Same as above
19+
cargoHash = "sha256-8DtkeWo+lxv/9JzknpWnGYCA9v2HA4jFN4ZvseFpOGU="; # When updating: Same as above
2020

2121
__darwinAllowLocalNetworking = true;
2222

0 commit comments

Comments
 (0)