Skip to content

Commit

Permalink
virtiofsd: 1.10.0 -> 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and alyssais committed Jan 26, 2024
1 parent 816e6ed commit de9d0ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/misc/virtiofsd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

rustPlatform.buildRustPackage rec {
pname = "virtiofsd";
version = "1.10.0";
version = "1.10.1";

src = fetchFromGitLab {
owner = "virtio-fs";
repo = "virtiofsd";
rev = "v${version}";
sha256 = "sha256-SMh1jHD64OtmqBtNcBbFh4MYWs+FAVlKHMCCSMmbKHU=";
sha256 = "sha256-qHrgNuPDEtFzucE6ACPemUcjEqOvbo4xV0ru4bP3ATE=";
};

separateDebugInfo = true;

cargoHash = "sha256-3FlAbfqketgWuddCqmV1oz/XLgwcCUQZoFh/jWzledE=";
cargoHash = "sha256-BVl4Inr7ZLnilkPVTD2cjJx9RuqB0Mg230o2c2TLw3I=";

LIBCAPNG_LIB_PATH = "${lib.getLib libcap_ng}/lib";
LIBCAPNG_LINK_TYPE =
Expand Down

0 comments on commit de9d0ca

Please sign in to comment.