3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #227218 from r-ryantm/auto-update/navi

navi: 2.20.1 -> 2.22.1
This commit is contained in:
Weijia Wang 2023-04-20 23:54:45 +03:00 committed by GitHub
commit 5a0d680c2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "navi";
version = "2.20.1";
version = "2.22.1";
src = fetchFromGitHub {
owner = "denisidoro";
repo = "navi";
rev = "v${version}";
sha256 = "sha256-uu82KG2RHEP0PstoYB4eWZWFjlousT40A1XAaBfkjFE=";
sha256 = "sha256-dlK7R9T1AezNr3+5Or8XYAMRlnnXejIs9jXAjwTuvd8=";
};
cargoSha256 = "sha256-gpHeyxLcDqwi96BWF6Hwlb27JG2LSUgfsE4FTB1vIoQ=";
cargoHash = "sha256-nastb6dsBGM8zIQ/WCfQy3Y50kH3J1dM/vnkOe/q95A=";
nativeBuildInputs = [ makeWrapper ];