We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04f874 commit 21b1a91Copy full SHA for 21b1a91
pkgs/by-name/ox/ox/package.nix
@@ -10,16 +10,16 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "ox";
13
- version = "0.7.1";
+ version = "0.7.2";
14
15
src = fetchFromGitHub {
16
owner = "curlpipe";
17
repo = pname;
18
rev = version;
19
- hash = "sha256-7rP/h3MlrMZl9yd655uRrnv1aUB57LzdyKs66wHp33Y=";
+ hash = "sha256-yAToibHhvHAry7WVZ5uD84CbUTp06RyZ9J12/2deM1I=";
20
};
21
22
- cargoHash = "sha256-z9pyMnYQZfCCVdVEakj3q27SFLahMDWRuAopYye6RIY=";
+ cargoHash = "sha256-YAy5vCxcHUL0wM9+Y3GDqV/V1utL3V05heT92/zQ/X8=";
23
24
passthru = {
25
tests.version = testers.testVersion {
0 commit comments