Skip to content

Commit 5342960

Browse files
ox: 0.7.1 -> 0.7.2 (#359879)
2 parents 39728bf + 21b1a91 commit 5342960

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ox/ox/package.nix

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

1111
rustPlatform.buildRustPackage rec {
1212
pname = "ox";
13-
version = "0.7.1";
13+
version = "0.7.2";
1414

1515
src = fetchFromGitHub {
1616
owner = "curlpipe";
1717
repo = pname;
1818
rev = version;
19-
hash = "sha256-7rP/h3MlrMZl9yd655uRrnv1aUB57LzdyKs66wHp33Y=";
19+
hash = "sha256-yAToibHhvHAry7WVZ5uD84CbUTp06RyZ9J12/2deM1I=";
2020
};
2121

22-
cargoHash = "sha256-z9pyMnYQZfCCVdVEakj3q27SFLahMDWRuAopYye6RIY=";
22+
cargoHash = "sha256-YAy5vCxcHUL0wM9+Y3GDqV/V1utL3V05heT92/zQ/X8=";
2323

2424
passthru = {
2525
tests.version = testers.testVersion {

0 commit comments

Comments
 (0)