Merge pull request #164583 from r-ryantm/auto-update/innernet

innernet: 1.5.3 -> 1.5.4
This commit is contained in:
Ryan Mulligan 2022-03-17 15:43:24 -07:00 committed by GitHub
commit 65800211ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,15 +13,15 @@
rustPlatform.buildRustPackage rec {
pname = "innernet";
version = "1.5.3";
version = "1.5.4";
src = fetchFromGitHub {
owner = "tonarino";
repo = "innernet";
rev = "v${version}";
sha256 = "sha256-dpoSjGtjGJTF/sQ8vbeAUCjnkYqz4zGnfO8br8gJbsQ=";
sha256 = "sha256-CcZ4241EU+ktPbFsuR/sF4yP6xAOFg+oW8thtAQZr/4=";
};
cargoSha256 = "sha256-EmAlm3W9r6pP1VIxeM2UP1ZG9TjopTarckMfLDonr1k=";
cargoSha256 = "sha256-7APUSDxw6X4KJnFvm6xhiHL1D4NTNS2pC/4UVGyjJYY=";
nativeBuildInputs = with llvmPackages; [
llvm