piping-server-rust: 0.15.0 -> 0.16.0

Diff: https://github.com/nwtgck/piping-server-rust/compare/v0.15.0...v0.16.0

Changelog: https://github.com/nwtgck/piping-server-rust/blob/v0.16.0/CHANGELOG.md

figsoda 6e2db5f9 1bd77e9b

+3 -3
+3 -3
pkgs/servers/piping-server-rust/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "piping-server-rust"; 5 - version = "0.15.0"; 5 + version = "0.16.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "nwtgck"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-s7tfGt1P/GmvjkIcy8DEwz+ObPxoMsIL7meAc5vMkKo="; 11 + sha256 = "sha256-cWBNO9V9DMbEhkjG8g/iswV04DeYh3tXv0+1hB/pf64="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-gqKEFqf49sKZy+L0X4MxUfx2+iYoNIU415xHqOy8MZA="; 14 + cargoSha256 = "sha256-jZio6y2m14tVi3nTQqh+8W3hxft5PfAIWm2XpuyCKDU="; 15 15 16 16 buildInputs = lib.optionals stdenv.isDarwin [ CoreServices Security ]; 17 17