You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkgs/by-name/ve/versatiles/package.nix
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@
6
6
7
7
rustPlatform.buildRustPackagerec{
8
8
pname="versatiles";
9
-
version="0.15.6";# When updating: Replace with current version
9
+
version="0.15.7";# When updating: Replace with current version
10
10
11
11
src=fetchFromGitHub{
12
12
owner="versatiles-org";
13
13
repo="versatiles-rs";
14
14
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.
16
16
};
17
17
18
-
cargoHash="sha256-8DtkeWo+lxv/9JzknpWnGYCA9v2HA4jFN4ZvseFpOGU=";# When updating: Same as above
18
+
cargoHash="sha256-1ZC1MLPfh9E36dxF23Fd0668m3c4cKRD+TJTF1h7ph8=";# When updating: Same as above
0 commit comments