Skip to content

Commit 72b75a1

Browse files
SigmaSquadronJohnRTitor
authored andcommitted
1 parent b37ee27 commit 72b75a1

File tree

2 files changed

+3085
-3
lines changed

2 files changed

+3085
-3
lines changed

pkgs/by-name/be/below/package.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,20 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "below";
14-
version = "0.8.1";
14+
version = "0.9.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "facebookincubator";
1818
repo = "below";
1919
tag = "v${version}";
20-
hash = "sha256-87Fdx3Jqi3dNWM5DZl+UYs031qn2DoiiWd3IysT/glQ=";
20+
hash = "sha256-tPweJFqhZMOL+M08bDjW6HPmtuhr9IXJNP0c938O7Cg=";
2121
};
2222

23+
# Upstream forgot to commit an up-to-date lockfile.
24+
cargoPatches = [ ./update-Cargo.lock.patch ];
25+
2326
useFetchCargoVendor = true;
24-
cargoHash = "sha256-iRDe3zg7tfEYGLCRY6bJ6OdoT8ej0MB/vteCIf5xqNA=";
27+
cargoHash = "sha256-uNeWdsvJtkUz3E1NL10heDC7B55yKzDMMYzRhEE32EQ=";
2528

2629
prePatch = ''
2730
sed -i "s,ExecStart=.*/bin,ExecStart=$out/bin," etc/below.service

0 commit comments

Comments
 (0)