Skip to content

Commit

Permalink
Merge pull request #144755 from mdevlamynck/fix-unpfs
Browse files Browse the repository at this point in the history
unpfs: fix build
  • Loading branch information
thiagokokada authored Nov 5, 2021
2 parents 0a9e903 + 39ce7a8 commit 505caf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/unpfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

rustPlatform.buildRustPackage rec {
pname = "unpfs";
version = "0.0.2019-05-17";
version = "unstable-2021-04-23";

src = fetchFromGitHub {
owner = "pfpacket";
repo = "rust-9p";
rev = "01cf9c60bff0f35567d876db7be7fb86032b44eb";
sha256 = "0mhmr1912z5nyfpcvhnlgb3v67a5n7i2n9l5abi05sfqffqssi79";
rev = "6d9b62aa182c5764e00b96f93109feb605d9eac9";
sha256 = "sha256-zyDkUb+bFsVnxAE4UODbnRtDim7gqUNuY22vuxMsLZM=";
};

sourceRoot = "source/example/unpfs";

cargoSha256 = "1vdk99qz23lkh5z03qjjs3d6p2vdmxrmd2km9im94gzgcyb2fvjs";
cargoSha256 = "sha256-v8hbxKuxux0oYglEIK5dM9q0oBQzjyYDP1JB1cYR/T0=";

RUSTC_BOOTSTRAP = 1;

Expand Down

0 comments on commit 505caf2

Please sign in to comment.