Skip to content

Commit

Permalink
ox: 0.7.1 -> 0.7.2 (#359879)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Nov 30, 2024
2 parents 39728bf + 21b1a91 commit 5342960
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ox/ox/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "ox";
version = "0.7.1";
version = "0.7.2";

src = fetchFromGitHub {
owner = "curlpipe";
repo = pname;
rev = version;
hash = "sha256-7rP/h3MlrMZl9yd655uRrnv1aUB57LzdyKs66wHp33Y=";
hash = "sha256-yAToibHhvHAry7WVZ5uD84CbUTp06RyZ9J12/2deM1I=";
};

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

passthru = {
tests.version = testers.testVersion {
Expand Down

0 comments on commit 5342960

Please sign in to comment.