Skip to content

Commit aa852f2

Browse files
committed
cloud-hypervisor: 45.0 -> 46.0
1 parent 6267f7f commit aa852f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/cl/cloud-hypervisor/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "cloud-hypervisor";
13-
version = "45.0";
13+
version = "46.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "cloud-hypervisor";
1717
repo = "cloud-hypervisor";
1818
rev = "v${version}";
19-
hash = "sha256-PmgHO3gRE/LfLiRC+sAQXKUeclweVUNJV2ihpkvx0Wg=";
19+
hash = "sha256-3jFZgcTyjbAB4Ka8ZHeqorlVTkAvXJ2No32038xK0Pc=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-h9ydLEp7GpW5jMkt5jObR09lPWGs+rmvdoEZntIZwxY=";
23+
cargoHash = "sha256-Zllj6HGRgI1tT8EODGOpSgmw3F89ie9Y1hChTrvwskg=";
2424

2525
separateDebugInfo = true;
2626

0 commit comments

Comments
 (0)