Skip to content

Commit 7c76d3b

Browse files
astroalyssais
authored andcommitted
openvmm: 0-unstable-2024-10-19 -> 0-unstable-2025-03-13
1 parent 06adae4 commit 7c76d3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/op/openvmm/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
rustPlatform.buildRustPackage {
1111
pname = "openvmm";
12-
version = "0-unstable-2024-10-19";
12+
version = "0-unstable-2025-03-13";
1313

1414
src = fetchFromGitHub {
1515
owner = "microsoft";
1616
repo = "openvmm";
17-
rev = "2e5acb8ab89b75d6ff59d537e9f21445d830386d";
18-
hash = "sha256-Fi5hDFV2SfpqJjXSc7YwlNDnoL5TTgiqmFMt+ls2Uu4=";
17+
rev = "047fde8a2b3eec17a46203fbc54ce7f3aa9b4dfd";
18+
hash = "sha256-w6MxJVm5/ABU04MZUCSjzHVZLXQIsOVCIJZkHOfxQC0=";
1919
};
2020

2121
separateDebugInfo = true;
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage {
3333
openssl
3434
];
3535

36-
cargoHash = "sha256-6ciIbLc/L54Rhhf/IOnv63vUlqoXPi087taw6MY80HA=";
36+
cargoHash = "sha256-u0E09yFssd71wUS1BD766ztDImauu90T/jIWOb2v0mE=";
3737
useFetchCargoVendor = true;
3838

3939
meta = with lib; {

0 commit comments

Comments
 (0)