Skip to content

Commit 332efd2

Browse files
authoredMar 18, 2025
evtx: 0.8.5 -> 0.9.0 (#390823)
2 parents b7487bc + 88bbb17 commit 332efd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/by-name/ev/evtx/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "evtx";
9-
version = "0.8.5";
9+
version = "0.9.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "omerbenamram";
1313
repo = "evtx";
1414
tag = "v${version}";
15-
hash = "sha256-qDJc8QL1nlbV9iIXZYh38N1giz6uEZtt/hjaZWE6JbE=";
15+
hash = "sha256-fgOuhNE77zVjL16oiUifnKZ+X4CQnZuD8tY+h0JTOYU=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-aHc4u2sW2TIK2P/P9MdR0lgTKbY1ruevCRxghW/dii0=";
19+
cargoHash = "sha256-E9BoqpnKhVNwOiEvZROF3xj9Ge8r2CNaBiwHdkdV5aw=";
2020

2121
postPatch = ''
2222
# CLI tests will fail in the sandbox

0 commit comments

Comments
 (0)
Failed to load comments.