Skip to content

Commit

Permalink
uair: 0.6.1 -> 0.6.2 (#355173)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Nov 13, 2024
2 parents 27b322a + 29c18e7 commit e0bef39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ua/uair/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "uair";
version = "0.6.1";
version = "0.6.2";

src = fetchFromGitHub {
owner = "metent";
repo = pname;
rev = "v${version}";
hash = "sha256-cxSNBxs6ixbjWMUYzOnwI+vavkfyaQx3/OmVdTCr7M0=";
hash = "sha256-s6st4rBuviH1DACui3dakRt90z3TphIS4ptMN3eHpr8=";
};

cargoHash = "sha256-cDIF4RvJ7K6t18GPgiRV6NDoD/x3II/3wCHW3KK2/os=";
cargoHash = "sha256-n7Kaha22Rh/5AGoHUiAxnaZvHtZ+rPsmLHiUYfA0YPE=";

nativeBuildInputs = [ installShellFiles scdoc ];

Expand Down

0 comments on commit e0bef39

Please sign in to comment.