Skip to content

Commit

Permalink
virtiofsd: 1.11.1 -> 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 17, 2024
1 parent f678419 commit 9937cfd
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.11.1";
version = "1.12.0";

src = fetchFromGitLab {
owner = "virtio-fs";
repo = "virtiofsd";
rev = "v${version}";
hash = "sha256-4GX+qqnrUuG6jsdnKU/67YOj0X8qyuPIQbPSkE3xTBo=";
hash = "sha256-2+PiorzYHxShatFbfQCry1bjBNL65/TxEj9MmdKmqP0=";
};

separateDebugInfo = true;

cargoHash = "sha256-41pgoX/nGLEbMDJvdZt2HvrVMZPXqH6SWgow7A3rTBY=";
cargoHash = "sha256-hXQ/wDDDBV788SvZnYmjiPVrEGCPVusq0O+Uyupgfd0=";

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

0 comments on commit 9937cfd

Please sign in to comment.